Searched refs:getJumpTable (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 124 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
|
| H A D | MachineOperand.cpp | 1000 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo 1001 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValue.h | 184 const PseudoSourceValue *getJumpTable();
|
| H A D | MachineMemOperand.h | 105 static MachinePointerInfo getJumpTable(MachineFunction &MF);
|
| H A D | SelectionDAG.h | 691 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 694 return getJumpTable(JTI, VT, true, TargetFlags);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 2877 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 5579 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT() 5586 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT() 10399 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock() 10492 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 3530 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
|
| H A D | SelectionDAG.cpp | 1593 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 2534 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
|