Searched refs:getJumpTable (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 125 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
|
| H A D | MachineOperand.cpp | 969 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo 970 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValue.h | 185 const PseudoSourceValue *getJumpTable();
|
| H A D | MachineMemOperand.h | 107 static MachinePointerInfo getJumpTable(MachineFunction &MF);
|
| H A D | SelectionDAG.h | 631 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 634 return getJumpTable(JTI, VT, true, TargetFlags);
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 2465 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 4788 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT() 4795 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT() 8518 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4); in EmitSjLjDispatchBlock() 8612 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4); in EmitSjLjDispatchBlock()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 3520 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
|
| H A D | SelectionDAG.cpp | 1380 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 2156 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
|