Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp124 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
H A DMachineOperand.cpp1008 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo
1009 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h184 const PseudoSourceValue *getJumpTable();
H A DMachineMemOperand.h106 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);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3048 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5731 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
5738 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
10689 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
10782 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3517 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.cpp2535 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()