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

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PseudoSourceValue.cpp 49 const PseudoSourceValue *PseudoSourceValue::getJumpTable()
87 this == getJumpTable())
97 this == getJumpTable())
106 this == getJumpTable())
MachineInstr.cpp 353 MachinePointerInfo MachinePointerInfo::getJumpTable() {
354 return MachinePointerInfo(PseudoSourceValue::getJumpTable());
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
PseudoSourceValue.h 78 static const PseudoSourceValue *getJumpTable();
MachineMemOperand.h 60 /// getJumpTable - Return a MachinePointerInfo record that refers to a
62 static MachinePointerInfo getJumpTable();
MachineRelocation.h 175 /// MachineRelocation::getJumpTable - Return a relocation entry for a jump
178 static MachineRelocation getJumpTable(uintptr_t offset,unsigned RelocationType,
SelectionDAG.h 364 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
367 return getJumpTable(JTI, VT, true, TargetFlags);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceSwitchLowering.h 56 InstJumpTable *getJumpTable() const {
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 174 const PseudoSourceValue *getJumpTable();
MachineMemOperand.h 72 static MachinePointerInfo getJumpTable(MachineFunction &MF);
SelectionDAG.h 536 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
539 return getJumpTable(JTI, VT, true, TargetFlags);
    [all...]
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 112 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() {
MachineInstr.cpp 487 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) {
488 return MachinePointerInfo(MF.getPSVManager().getJumpTable());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 185 const PseudoSourceValue *getJumpTable();
MachineMemOperand.h 107 static MachinePointerInfo getJumpTable(MachineFunction &MF);
SelectionDAG.h 626 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
629 return getJumpTable(JTI, VT, true, TargetFlags);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PseudoSourceValue.cpp 125 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() {
MachineOperand.cpp 962 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) {
963 return MachinePointerInfo(MF.getPSVManager().getJumpTable());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsCodeEmitter.cpp 223 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCCodeEmitter.cpp 175 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 338 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 502 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 568 milliseconds

1 2