Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValueManager.h56 LLVM_ABI const PseudoSourceValue *getJumpTable();
H A DMachineMemOperand.h108 LLVM_ABI static MachinePointerInfo getJumpTable(MachineFunction &MF);
H A DSelectionDAG.h770 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 DPseudoSourceValue.cpp120 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
H A DMachineOperand.cpp1082 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 DRISCVLegalizerInfo.cpp772 MachinePointerInfo::getJumpTable(MF), MachineMemOperand::MOLoad, in legalizeBRJT()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp1074 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3225 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5927 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 DLegalizeDAG.cpp4192 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
H A DSelectionDAGBuilder.cpp2956 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
H A DSelectionDAG.cpp1936 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 DDemangleTestCases.inc15054 {"_ZN4llvm12SelectionDAG12getJumpTableEiNS_3EVTEbh", "llvm::SelectionDAG::getJumpTable(int, llvm::E…
17036 {"_ZN4llvm18MachinePointerInfo12getJumpTableEv", "llvm::MachinePointerInfo::getJumpTable()"},
17535 {"_ZN4llvm17PseudoSourceValue12getJumpTableEv", "llvm::PseudoSourceValue::getJumpTable()"},