Searched refs:getJumpTable (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValueManager.h | 55 const PseudoSourceValue *getJumpTable();
|
| H A D | MachineMemOperand.h | 106 static MachinePointerInfo getJumpTable(MachineFunction &MF);
|
| H A D | SelectionDAG.h | 728 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 D | PseudoSourceValue.cpp | 119 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
|
| H A D | MachineOperand.cpp | 1067 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 D | RISCVInstructionSelector.cpp | 648 MachinePointerInfo::getJumpTable(MF), MachineMemOperand::MOLoad, in select()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 3216 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 5837 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 D | LegalizeDAG.cpp | 3975 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
|
| H A D | SelectionDAGBuilder.cpp | 2794 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
|
| H A D | SelectionDAG.cpp | 1846 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
|