Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp124 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
H A DMachineOperand.cpp1000 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo
1001 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h184 const PseudoSourceValue *getJumpTable();
H A DMachineMemOperand.h105 static MachinePointerInfo getJumpTable(MachineFunction &MF);
H A DSelectionDAG.h691 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
694 return getJumpTable(JTI, VT, true, TargetFlags);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2877 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5579 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
5586 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
10399 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
10492 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3530 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
H A DSelectionDAG.cpp1593 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
H A DSelectionDAGBuilder.cpp2534 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()