Home
last modified time | relevance | path

Searched refs:getJumpTable (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp118 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
H A DMachineOperand.cpp1049 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo
1050 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h183 const PseudoSourceValue *getJumpTable();
H A DMachineMemOperand.h105 static MachinePointerInfo getJumpTable(MachineFunction &MF);
H A DSelectionDAG.h725 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
728 return getJumpTable(JTI, VT, true, TargetFlags);
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp177 NewPtrInfo.V = PSVMgr.getJumpTable(); in cloneMemOperands()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3173 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5824 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
5831 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
10982 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
11075 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3603 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
H A DSelectionDAGBuilder.cpp2613 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
H A DSelectionDAG.cpp1755 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG