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

  /external/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/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/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 223 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 175 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 338 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 520 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 97 milliseconds