/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 | 397 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 400 return getJumpTable(JTI, VT, true, TargetFlags); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCCodeEmitter.cpp | 180 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
|
/external/llvm/lib/Target/Mips/ |
MipsCodeEmitter.cpp | 268 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
|
MipsISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86CodeEmitter.cpp | 351 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), [all...] |
/external/llvm/lib/Target/ARM/ |
ARMCodeEmitter.cpp | 539 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), [all...] |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | [all...] |
SelectionDAG.cpp | [all...] |
SelectionDAGBuilder.cpp | [all...] |