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 348 unsigned AllocateReg(unsigned Reg, unsigned ShadowReg) {
351 MarkAllocated(ShadowReg);
405 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc];
407 MarkAllocated(ShadowReg);
424 unsigned AllocateStack(unsigned Size, unsigned Align, unsigned ShadowReg) {
425 MarkAllocated(ShadowReg);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 53 // and ShadowReg to compute corresponding shadow address. So, we need
59 // PUSH ShadowReg # spill ShadowReg
61 // MOV AddressReg, ShadowReg
62 // SHR ShadowReg, 3
65 // CMP ShadowOffset(ShadowReg), 0 # test shadow value
71 // POP ShadowReg # Restore ShadowReg
82 // AddressReg , ShadowReg or flags four times, they're saved on stack
89 // of memory address, since flags, AddressReg, ShadowReg, etc. wer
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 64 milliseconds