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

/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp49 const PseudoSourceValue *PseudoSourceValue::getJumpTable() function in class:PseudoSourceValue
83 this == getJumpTable())
92 this == getJumpTable())
100 this == getJumpTable())
H A DMachineInstr.cpp429 MachinePointerInfo MachinePointerInfo::getJumpTable() { function in class:MachinePointerInfo
430 return MachinePointerInfo(PseudoSourceValue::getJumpTable());
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h80 static const PseudoSourceValue *getJumpTable();
H A DMachineMemOperand.h70 /// getJumpTable - Return a MachinePointerInfo record that refers to a
72 static MachinePointerInfo getJumpTable();
H A DSelectionDAG.h459 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
462 return getJumpTable(JTI, VT, true, TargetFlags);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3764 MachinePointerInfo::getJumpTable(),
3771 MachinePointerInfo::getJumpTable(),
6699 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(),
6785 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(),
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1564 MachinePointerInfo::getJumpTable(), MemVT, false, false,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3800 MachinePointerInfo::getJumpTable(), MemVT,
H A DSelectionDAG.cpp1309 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, function in class:SelectionDAG
H A DSelectionDAGBuilder.cpp1745 SDValue Table = DAG.getJumpTable(JT.JTI, PTy);

Completed in 183 milliseconds