search for: reg773

Displaying 3 results from an estimated 3 matches for "reg773".

2002 Nov 20
3
[LLVMdev] getScalarMap
> We tried that too...but still it returns an empty map. I'm not sure what's going on then. :) I think that Vikram is planning to update CVS soon, you might try that, as there has been significant updates. I'm not sure why getNodeForValue would work for you but getScalarMap doesn't... getNodeForValue USES the scalar map! :) > We also saw that Scalar Type has been
2002 Nov 20
0
[LLVMdev] instruction/register identifier?
Is there a way get the register on the LHS of a llvm instruction? (in case there is one) for example, given a "free %reg773", I want to find the matching "%something = malloc %", where %something is not necessarily %reg773. One way I found was to inmediately follow the use-def chain up from the free to the malloc. But instead, I want to put %reg773 in a set (possibly with many other %things), and when I f...
2002 Nov 21
1
[LLVMdev] instruction/register identifier?
Also sprach Juan Nicolas Ruiz: } Is there a way get the register on the LHS of a llvm instruction? (in } case there is one) } } for example, given a "free %reg773", I want to find the matching } "%something = malloc %", where %something is not necessarily %reg773. } One way I found was to inmediately follow the use-def chain up from } the free to the malloc. But instead, I want to put %reg773 in a set } (possibly with many other %things), and...