HomeSort by relevance Sort by last modified time
    Searched refs:ShadowReg (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 335 unsigned AllocateReg(unsigned Reg, unsigned ShadowReg) {
338 MarkAllocated(ShadowReg);
392 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc];
394 MarkAllocated(ShadowReg);
410 unsigned AllocateStack(unsigned Size, unsigned Align, unsigned ShadowReg) {
411 MarkAllocated(ShadowReg);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 54 // and ShadowReg to compute corresponding shadow address. So, we need
60 // PUSH ShadowReg # spill ShadowReg
62 // MOV AddressReg, ShadowReg
63 // SHR ShadowReg, 3
66 // CMP ShadowOffset(ShadowReg), 0 # test shadow value
72 // POP ShadowReg # Restore ShadowReg
83 // AddressReg , ShadowReg or flags four times, they're saved on stack
90 // of memory address, since flags, AddressReg, ShadowReg, etc. wer
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 145 milliseconds