HomeSort by: relevance | last modified time | path
    Searched refs:getJumpTable (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PseudoSourceValue.cpp 124 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() {
MachineOperand.cpp 1000 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) {
1001 return MachinePointerInfo(MF.getPSVManager().getJumpTable());
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 184 const PseudoSourceValue *getJumpTable();
MachineMemOperand.h 105 static MachinePointerInfo getJumpTable(MachineFunction &MF);
SelectionDAG.h 691 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
694 return getJumpTable(JTI, VT, true, TargetFlags);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 2877 PSV = MF.getPSVManager().getJumpTable();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 3530 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT);
SelectionDAG.cpp 1593 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget,
SelectionDAGBuilder.cpp 2534 SDValue Table = DAG.getJumpTable(JT.JTI, PTy);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 5579 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()));
5586 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()));
10399 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF),
10492 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF),

Completed in 58 milliseconds