HomeSort by relevance Sort by last modified time
    Searched defs:EmitInstrWithCustomInserter (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 11 // is mostly EmitInstrWithCustomInserter().
53 MachineBasicBlock * R600TargetLowering::EmitInstrWithCustomInserter(
61 default: return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
SIISelLowering.cpp 11 // mostly EmitInstrWithCustomInserter().
65 MachineBasicBlock * SITargetLowering::EmitInstrWithCustomInserter(
79 return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 11 // is mostly EmitInstrWithCustomInserter().
53 MachineBasicBlock * R600TargetLowering::EmitInstrWithCustomInserter(
61 default: return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
SIISelLowering.cpp 11 // mostly EmitInstrWithCustomInserter().
65 MachineBasicBlock * SITargetLowering::EmitInstrWithCustomInserter(
79 return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 165 Mips16TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
169 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 305 // EmitInstrWithCustomInserter - This method should be implemented by targets
315 TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
320 "TargetLowering::EmitInstrWithCustomInserter!";
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 186 MachineBasicBlock * R600TargetLowering::EmitInstrWithCustomInserter(
211 return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
    [all...]
SIISelLowering.cpp 457 MachineBasicBlock * SITargetLowering::EmitInstrWithCustomInserter(
467 return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1061 milliseconds