Searched refs:getJumpTable (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp49 const PseudoSourceValue *PseudoSourceValue::getJumpTable() function in class:PseudoSourceValue
87 this == getJumpTable())
96 this == getJumpTable())
104 this == getJumpTable())
H A DMachineInstr.cpp407 MachinePointerInfo MachinePointerInfo::getJumpTable() { function in class:MachinePointerInfo
408 return MachinePointerInfo(PseudoSourceValue::getJumpTable());
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h78 static const PseudoSourceValue *getJumpTable();
H A DMachineMemOperand.h61 /// getJumpTable - Return a MachinePointerInfo record that refers to a
63 static MachinePointerInfo getJumpTable();
H A DMachineRelocation.h175 /// MachineRelocation::getJumpTable - Return a relocation entry for a jump
178 static MachineRelocation getJumpTable(uintptr_t offset,unsigned RelocationType, function in class:llvm::MachineRelocation
H A DSelectionDAG.h404 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
407 return getJumpTable(JTI, VT, true, TargetFlags);
/external/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp176 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp270 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp348 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp533 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
H A DARMISelLowering.cpp3122 MachinePointerInfo::getJumpTable(),
3129 MachinePointerInfo::getJumpTable(),
6104 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(),
6187 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3379 MachinePointerInfo::getJumpTable(), MemVT,
H A DSelectionDAG.cpp1149 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, function in class:SelectionDAG
H A DSelectionDAGBuilder.cpp1646 SDValue Table = DAG.getJumpTable(JT.JTI, PTy);

Completed in 560 milliseconds