Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp115 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
DMachineInstr.cpp480 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo
481 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h170 const PseudoSourceValue *getJumpTable();
DMachineMemOperand.h75 static MachinePointerInfo getJumpTable(MachineFunction &MF);
DSelectionDAG.h477 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
480 return getJumpTable(JTI, VT, true, TargetFlags);
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1595 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3874 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/
DMipsISelLowering.cpp1598 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in lowerBR_JT()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3727 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT, in ExpandNode()
DSelectionDAG.cpp1328 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
DSelectionDAGBuilder.cpp1842 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()