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

/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp49 const PseudoSourceValue *PseudoSourceValue::getJumpTable() function in class:PseudoSourceValue
83 this == getJumpTable())
92 this == getJumpTable())
100 this == getJumpTable())
H A DMachineInstr.cpp418 MachinePointerInfo MachinePointerInfo::getJumpTable() { function in class:MachinePointerInfo
419 return MachinePointerInfo(PseudoSourceValue::getJumpTable());
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h80 static const PseudoSourceValue *getJumpTable();
H A DMachineMemOperand.h69 /// getJumpTable - Return a MachinePointerInfo record that refers to a
71 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.h442 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
445 return getJumpTable(JTI, VT, true, TargetFlags);
/external/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp183 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp332 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
H A DMipsISelLowering.cpp1489 MachinePointerInfo::getJumpTable(), MemVT, false, false,
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp505 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
H A DARMISelLowering.cpp3694 MachinePointerInfo::getJumpTable(),
3701 MachinePointerInfo::getJumpTable(),
6626 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(),
6712 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(),
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp349 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3909 MachinePointerInfo::getJumpTable(), MemVT,
H A DSelectionDAG.cpp1312 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, function in class:SelectionDAG
H A DSelectionDAGBuilder.cpp1730 SDValue Table = DAG.getJumpTable(JT.JTI, PTy);

Completed in 2850 milliseconds