HomeSort by relevance Sort by last modified time
    Searched refs:getJumpTable (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 49 const PseudoSourceValue *PseudoSourceValue::getJumpTable()
83 this == getJumpTable())
92 this == getJumpTable())
100 this == getJumpTable())
MachineInstr.cpp 429 MachinePointerInfo MachinePointerInfo::getJumpTable() {
430 return MachinePointerInfo(PseudoSourceValue::getJumpTable());
    [all...]
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 80 static const PseudoSourceValue *getJumpTable();
MachineMemOperand.h 70 /// getJumpTable - Return a MachinePointerInfo record that refers to a
72 static MachinePointerInfo getJumpTable();
SelectionDAG.h 459 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
462 return getJumpTable(JTI, VT, true, TargetFlags);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 4744 milliseconds