Searched refs:getJumpTable (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 115 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
|
D | MachineInstr.cpp | 480 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo 481 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 170 const PseudoSourceValue *getJumpTable();
|
D | MachineMemOperand.h | 75 static MachinePointerInfo getJumpTable(MachineFunction &MF);
|
D | SelectionDAG.h | 477 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 480 return getJumpTable(JTI, VT, true, TargetFlags);
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1595 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3874 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in LowerBR_JT() 3882 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in LowerBR_JT() 7269 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4); in EmitSjLjDispatchBlock() 7352 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4); in EmitSjLjDispatchBlock()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1598 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in lowerBR_JT()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3727 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT, in ExpandNode()
|
D | SelectionDAG.cpp | 1328 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
|
D | SelectionDAGBuilder.cpp | 1842 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
|