Searched refs:getJumpTable (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 118 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
|
| H A D | MachineOperand.cpp | 1049 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo 1050 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValue.h | 183 const PseudoSourceValue *getJumpTable();
|
| H A D | MachineMemOperand.h | 105 static MachinePointerInfo getJumpTable(MachineFunction &MF);
|
| H A D | SelectionDAG.h | 725 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 728 return getJumpTable(JTI, VT, true, TargetFlags);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
| H A D | ReducerWorkItem.cpp | 177 NewPtrInfo.V = PSVMgr.getJumpTable(); in cloneMemOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 3173 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 5824 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT() 5831 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT() 10982 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock() 11075 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 3603 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
|
| H A D | SelectionDAGBuilder.cpp | 2613 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
|
| H A D | SelectionDAG.cpp | 1755 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
|