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

1 2

  /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 30 EmitInstrWithCustomInserter(MachineInstr *MI,
MipsSEISelLowering.h 43 EmitInstrWithCustomInserter(MachineInstr *MI,
Mips16ISelLowering.cpp 170 Mips16TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
174 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
MipsISelLowering.h 265 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/BPF/
BPFISelLowering.h 46 EmitInstrWithCustomInserter(MachineInstr *MI,
BPFISelLowering.cpp 538 BPFTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.h 27 MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr *MI,
SIISelLowering.h 98 MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr * MI,
R600ISelLowering.cpp 197 MachineBasicBlock * R600TargetLowering::EmitInstrWithCustomInserter(
225 return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 124 MachineBasicBlock* EmitInstrWithCustomInserter(MachineInstr *MI,
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 162 MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 70 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 122 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 426 MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI,
516 // Implement EmitInstrWithCustomInserter for individual operation types.
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 279 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 254 EmitInstrWithCustomInserter(MachineInstr *MI,
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 517 EmitInstrWithCustomInserter(MachineInstr *MI,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 707 EmitInstrWithCustomInserter(MachineInstr *MI,
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 2906 milliseconds

1 2