HomeSort by relevance Sort by last modified time
    Searched refs:EmitInstrWithCustomInserter (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.h 27 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr *MI,
SIISelLowering.h 49 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr * MI,
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.h 27 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr *MI,
SIISelLowering.h 49 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr * MI,
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/CodeGen/
ExpandISelPseudos.cpp 62 TLI->EmitInstrWithCustomInserter(MI, MBB);
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.h 28 EmitInstrWithCustomInserter(MachineInstr *MI,
MipsSEISelLowering.h 41 EmitInstrWithCustomInserter(MachineInstr *MI,
Mips16ISelLowering.cpp 165 Mips16TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
169 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
MipsISelLowering.h 251 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/R600/
R600ISelLowering.h 27 MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr *MI,
SIISelLowering.h 66 MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr * MI,
SIISelLowering.cpp 457 MachineBasicBlock * SITargetLowering::EmitInstrWithCustomInserter(
467 return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 138 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 120 MachineBasicBlock* EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 70 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 228 MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI,
294 // Implement EmitInstrWithCustomInserter for individual operation types.
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 120 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 269 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 258 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 407 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 600 EmitInstrWithCustomInserter(MachineInstr *MI,
    [all...]

Completed in 347 milliseconds

1 2