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

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 49 const PseudoSourceValue *PseudoSourceValue::getJumpTable()
87 this == getJumpTable())
96 this == getJumpTable())
104 this == getJumpTable())
MachineInstr.cpp 408 MachinePointerInfo MachinePointerInfo::getJumpTable() {
409 return MachinePointerInfo(PseudoSourceValue::getJumpTable());
    [all...]
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 77 static const PseudoSourceValue *getJumpTable();
MachineMemOperand.h 61 /// getJumpTable - Return a MachinePointerInfo record that refers to a
63 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 401 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
404 return getJumpTable(JTI, VT, true, TargetFlags);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 177 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 265 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 356 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 537 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 378 milliseconds