Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValueManager.h55 const PseudoSourceValue *getJumpTable();
H A DMachineMemOperand.h106 static MachinePointerInfo getJumpTable(MachineFunction &MF);
H A DSelectionDAG.h728 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
731 return getJumpTable(JTI, VT, true, TargetFlags);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp119 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
H A DMachineOperand.cpp1067 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo
1068 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp648 MachinePointerInfo::getJumpTable(MF), MachineMemOperand::MOLoad, in select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3216 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5837 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
5844 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
11127 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
11220 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3975 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
H A DSelectionDAGBuilder.cpp2794 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
H A DSelectionDAG.cpp1846 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG