Searched refs:getJumpTable (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValueManager.h | 56 LLVM_ABI const PseudoSourceValue *getJumpTable();
|
| H A D | MachineMemOperand.h | 108 LLVM_ABI static MachinePointerInfo getJumpTable(MachineFunction &MF);
|
| H A D | SelectionDAG.h | 770 LLVM_ABI SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 773 return getJumpTable(JTI, VT, true, TargetFlags);
|
| /freebsd/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 | 1082 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo 1083 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVLegalizerInfo.cpp | 772 MachinePointerInfo::getJumpTable(MF), MachineMemOperand::MOLoad, in legalizeBRJT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 1074 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 3225 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 5927 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT() 5934 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT() 11207 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock() 11300 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 4192 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
|
| H A D | SelectionDAGBuilder.cpp | 2956 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
|
| H A D | SelectionDAG.cpp | 1936 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 15054 {"_ZN4llvm12SelectionDAG12getJumpTableEiNS_3EVTEbh", "llvm::SelectionDAG::getJumpTable(int, llvm::E… 17036 {"_ZN4llvm18MachinePointerInfo12getJumpTableEv", "llvm::MachinePointerInfo::getJumpTable()"}, 17535 {"_ZN4llvm17PseudoSourceValue12getJumpTableEv", "llvm::PseudoSourceValue::getJumpTable()"},
|