search for: llvm_memory_profiling

Displaying 2 results from an estimated 2 matches for "llvm_memory_profiling".

2013 Jan 04
3
[LLVMdev] instruction scheduling issue
Hi all, I'm trying to insert a function call "llvm_memory_profiling " right before each memory access. The function uses the effective address of the memory access as its single parameter. A example is as follows: the function call at 402a99 has a parameter passed to %rdi at 402a91. One can see that the function call is exactly before the memory access I wan...
2013 Jan 07
0
[LLVMdev] instruction scheduling issue
...The Linux Foundation From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Xu Liu Sent: Friday, January 04, 2013 11:38 AM To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] instruction scheduling issue Hi all, I'm trying to insert a function call "llvm_memory_profiling " right before each memory access. The function uses the effective address of the memory access as its single parameter. A example is as follows: the function call at 402a99 has a parameter passed to %rdi at 402a91. One can see that the function call is exactly before the memory access I...