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

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 47 const PseudoSourceValue *PseudoSourceValue::getGOT()
85 if (this == getGOT() ||
95 this == getGOT() ||
104 if (this == getGOT() ||
MachineInstr.cpp 357 MachinePointerInfo MachinePointerInfo::getGOT() {
358 return MachinePointerInfo(PseudoSourceValue::getGOT());
    [all...]
MachineLICM.cpp 773 if (PSV == PSV->getGOT())
    [all...]
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 69 static const PseudoSourceValue *getGOT();
MachineMemOperand.h 64 /// getGOT - Return a MachinePointerInfo record that refers to a
66 static MachinePointerInfo getGOT();
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 752 MachinePointerInfo::getGOT(), false, false, 0);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 101 milliseconds