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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp124 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { function in class:PseudoSourceValueManager
H A DMachineOperand.cpp989 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { function in class:MachinePointerInfo
990 return MachinePointerInfo(MF.getPSVManager().getJumpTable());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h185 const PseudoSourceValue *getJumpTable();
H A DMachineMemOperand.h104 static MachinePointerInfo getJumpTable(MachineFunction &MF);
H A DSelectionDAG.h658 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
661 return getJumpTable(JTI, VT, true, TargetFlags);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2823 PSV = MF.getPSVManager().getJumpTable();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3562 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT);
H A DSelectionDAG.cpp1442 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget,
H A DSelectionDAGBuilder.cpp2440 SDValue Table = DAG.getJumpTable(JT.JTI, PTy);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5352 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()));
5359 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()));
9832 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4);
9926 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4);

Completed in 427 milliseconds