Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp125 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
H A DMachineOperand.cpp969 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 DPseudoSourceValue.h185 const PseudoSourceValue *getJumpTable();
H A DMachineMemOperand.h107 static MachinePointerInfo getJumpTable(MachineFunction &MF);
H A DSelectionDAG.h631 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 DMIParser.cpp2465 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4788 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 DLegalizeDAG.cpp3520 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
H A DSelectionDAG.cpp1380 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
H A DSelectionDAGBuilder.cpp2156 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()