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

1 2

  /external/swiftshader/third_party/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...]
  /external/swiftshader/third_party/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/include/llvm/CodeGen/
PseudoSourceValue.h 165 const PseudoSourceValue *getGOT();
MachineMemOperand.h 75 static MachinePointerInfo getGOT(MachineFunction &MF);
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 106 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; }
MachineInstr.cpp 491 MachinePointerInfo MachinePointerInfo::getGOT(MachineFunction &MF) {
492 return MachinePointerInfo(MF.getPSVManager().getGOT());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 176 const PseudoSourceValue *getGOT();
MachineMemOperand.h 110 static MachinePointerInfo getGOT(MachineFunction &MF);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PseudoSourceValue.cpp 119 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; }
MachineOperand.cpp 966 MachinePointerInfo MachinePointerInfo::getGOT(MachineFunction &MF) {
967 return MachinePointerInfo(MF.getPSVManager().getGOT());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 128 MachinePointerInfo::getGOT(*MBB.getParent()), Flag, 4, 4);
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 130 MachinePointerInfo::getGOT(*MBB.getParent()), Flags, 4, 4);
ARMInstructionSelector.cpp 558 MachinePointerInfo::getGOT(MF), MachineMemOperand::MOLoad,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 314 MachinePointerInfo::getGOT(DAG.getMachineFunction()),
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.h 394 MachinePointerInfo::getGOT(DAG.getMachineFunction()));
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 752 MachinePointerInfo::getGOT(), false, false, 0);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 584 SDValue getGOT(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]

Completed in 2573 milliseconds

1 2