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

  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 170 const PseudoSourceValue *getJumpTable();
MachineMemOperand.h 73 /// getJumpTable - Return a MachinePointerInfo record that refers to a
75 static MachinePointerInfo getJumpTable(MachineFunction &MF);
SelectionDAG.h 477 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
480 return getJumpTable(JTI, VT, true, TargetFlags);
    [all...]
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 115 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() {
MachineInstr.cpp 480 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) {
481 return MachinePointerInfo(MF.getPSVManager().getJumpTable());
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [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 120 milliseconds