Searched refs:EmitInstrWithCustomInserter (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600ISelLowering.h27 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr *MI,
H A DSIISelLowering.h49 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr * MI,
H A DR600ISelLowering.cpp11 // is mostly EmitInstrWithCustomInserter().
53 MachineBasicBlock * R600TargetLowering::EmitInstrWithCustomInserter( function in class:R600TargetLowering
61 default: return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
H A DSIISelLowering.cpp11 // mostly EmitInstrWithCustomInserter().
65 MachineBasicBlock * SITargetLowering::EmitInstrWithCustomInserter( function in class:SITargetLowering
79 return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600ISelLowering.h27 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr *MI,
H A DSIISelLowering.h49 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr * MI,
H A DR600ISelLowering.cpp11 // is mostly EmitInstrWithCustomInserter().
53 MachineBasicBlock * R600TargetLowering::EmitInstrWithCustomInserter( function in class:R600TargetLowering
61 default: return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
H A DSIISelLowering.cpp11 // mostly EmitInstrWithCustomInserter().
65 MachineBasicBlock * SITargetLowering::EmitInstrWithCustomInserter( function in class:SITargetLowering
79 return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
/external/llvm/lib/CodeGen/
H A DExpandISelPseudos.cpp61 TLI->EmitInstrWithCustomInserter(MI, MBB);
/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h27 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
H A DMipsSEISelLowering.h32 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
H A DMipsISelLowering.h203 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
H A DMips16ISelLowering.cpp161 Mips16TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:Mips16TargetLowering
165 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
H A DMipsSEISelLowering.cpp524 MipsSETargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:MipsSETargetLowering
528 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.h27 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr *MI,
H A DSIISelLowering.h54 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr * MI,
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h139 *EmitInstrWithCustomInserter(MachineInstr *MI,
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h122 MachineBasicBlock* EmitInstrWithCustomInserter(MachineInstr *MI,
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h64 EmitInstrWithCustomInserter(MachineInstr *MI,
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h210 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h153 EmitInstrWithCustomInserter(MachineInstr *MI,
212 // Implement EmitInstrWithCustomInserter for individual operation types.
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h103 EmitInstrWithCustomInserter(MachineInstr *MI,
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h276 EmitInstrWithCustomInserter(MachineInstr *MI,
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h398 EmitInstrWithCustomInserter(MachineInstr *MI,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h587 EmitInstrWithCustomInserter(MachineInstr *MI,

Completed in 1865 milliseconds

12