Searched refs:getJumpTable (Results 1 – 12 of 12) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValueManager.h | 55 const PseudoSourceValue *getJumpTable();
|
| H A D | MachineMemOperand.h | 107 static MachinePointerInfo getJumpTable(MachineFunction &MF);
|
| H A D | SelectionDAG.h | 742 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 745 return getJumpTable(JTI, VT, true, TargetFlags);
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 120 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()
|
| /src/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 637 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 663 MachinePointerInfo::getJumpTable(MF), MachineMemOperand::MOLoad, in select()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 3192 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 5854 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT() 5861 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT() 11144 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock() 11237 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 4054 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
|
| H A D | SelectionDAGBuilder.cpp | 2986 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
|
| H A D | SelectionDAG.cpp | 1879 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
|