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 61 TLI->EmitInstrWithCustomInserter(MI, MBB);
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.h 27 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
MipsSEISelLowering.h 32 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
MipsISelLowering.h 203 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
Mips16ISelLowering.cpp 161 Mips16TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
165 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
MipsSEISelLowering.cpp 524 MipsSETargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
528 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
  /external/llvm/lib/Target/R600/
R600ISelLowering.h 27 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr *MI,
SIISelLowering.h 54 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr * MI,
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 139 *EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 122 MachineBasicBlock* EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 64 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 210 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 153 EmitInstrWithCustomInserter(MachineInstr *MI,
212 // Implement EmitInstrWithCustomInserter for individual operation types.
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 103 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 276 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 398 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 587 EmitInstrWithCustomInserter(MachineInstr *MI,
    [all...]

Completed in 591 milliseconds

1 2