Displaying 9 results from an estimated 9 matches for "rathee".
Did you mean:
rather
2012 Nov 11
1
[LLVMdev] Find size of memory pointer is pointing to
Hi,
Can we find the size of memory a pointer is pointing to in LLVM. For example
type *p = (type *)malloc(sizeof(type)*20);
then it should give us size as sizeof(type) * 20.
--
Sunil Rathee
MTech
IIT Delhi
Not going along with the crowd can help you stand out in the crowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121112/224529a5/attachment.html>
2012 Aug 17
1
[LLVMdev] Is instruction using array
I want to know that is there any way to find a given instruction is using
an array as operand?
--
Sunil Rathee
MTech
IIT Delhi
Not going along with the crowd can help you stand out in the crowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120817/ec62123c/attachment.html>
2012 Nov 05
1
[LLVMdev] User Defined Functions
Hi,
Can we check whether a given funcion is user defined or not?
--
Sunil Rathee
MTech
IIT Delhi
Not going along with the crowd can help you stand out in the crowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121106/8d56dd24/attachment.html>
2012 Nov 11
1
[LLVMdev] Type of Pointer
Hi,
Can we find the type of the pointer, means can we find is it a Integer
pointer or float, etc.
--
Sunil Rathee
MTech
IIT Delhi
Not going along with the crowd can help you stand out in the crowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121112/4271572e/attachment.html>
2012 Nov 11
1
[LLVMdev] Get size of operand
Hi,
Within the basic block I got the instructions and so the operands i got the
operands. Can we get the size of the operands. Specifically, if operand
is of type structure, Can we get size of this operand?
--
Sunil Rathee
MTech
IIT Delhi
Not going along with the crowd can help you stand out in the crowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121112/daf52e32/attachment.html>
2012 Nov 12
0
[LLVMdev] Find size of memory pointer is pointing to
...the size information from the allocation to a place where a pointer is used. This requires a (simple) interprocedural dataflow analysis but will always be limited by imprecise call graphs and by context-dependent differences.
--Vikram
>
> Ciao, Duncan.
>
> On 11/11/12 21:19, sunil rathee wrote:
>> Hi,
>> Can we find the size of memory a pointer is pointing to in LLVM. For example
>> type *p = (type *)malloc(sizeof(type)*20);
>> then it should give us size as sizeof(type) * 20.
>>
>> --
>> Sunil Rathee
>> MTech
>> IIT Delhi
>...
2012 Oct 22
1
[LLVMdev] Use information generated by existing passes into new pass
Hi,
I want to ask is that can we use the information generated by existing
passes into a new pass? If yes, then how ?
For example -loops gives the natural loop information, so can we use this
information into new pass by calling it.
--
Sunil Rathee
MTech
IIT Delhi
Not going along with the crowd can help you stand out in the crowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121022/1bbc8a6e/attachment.html>
2012 Nov 05
1
[LLVMdev] (no subject)
Hi,
Can we check whether a function is user defined or not?
--
Sunil Rathee
MTech
IIT Delhi
Not going along with the crowd can help you stand out in the crowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121106/68012441/attachment.html>
2012 Nov 11
0
[LLVMdev] (no subject)
Hi,
Can we find the type of the pointer, means can we find is it a Integer
pointer or float, etc.
--
Sunil Rathee
MTech
IIT Delhi
Not going along with the crowd can help you stand out in the crowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121112/692686e5/attachment.html>