Searched defs:EmitInstrWithCustomInserter (Results 1 - 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
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/Target/BPF/
H A DBPFISelLowering.cpp538 BPFTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:BPFTargetLowering
/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp170 Mips16TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:Mips16TargetLowering
174 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
H A DMipsSEISelLowering.cpp1112 MipsSETargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:MipsSETargetLowering
1116 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
H A DMipsISelLowering.cpp908 MipsTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:MipsTargetLowering
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1300 MSP430TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:MSP430TargetLowering
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp194 MachineBasicBlock * R600TargetLowering::EmitInstrWithCustomInserter( function in class:R600TargetLowering
222 return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
H A DSIISelLowering.cpp591 MachineBasicBlock * SITargetLowering::EmitInstrWithCustomInserter( function in class:SITargetLowering
600 return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1549 XCoreTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:XCoreTargetLowering
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp312 // EmitInstrWithCustomInserter - This method should be implemented by targets
322 TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:TargetLowering
327 "TargetLowering::EmitInstrWithCustomInserter!";
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2428 HexagonTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:HexagonTargetLowering
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2841 SparcTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:SparcTargetLowering
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2912 // Implement EmitInstrWithCustomInserter for pseudo Select* instruction MI.
2956 // Implement EmitInstrWithCustomInserter for pseudo CondStore* instruction MI.
3020 // Implement EmitInstrWithCustomInserter for pseudo ATOMIC_LOAD{,W}_*
3141 // Implement EmitInstrWithCustomInserter for pseudo
3260 // Implement EmitInstrWithCustomInserter for pseudo ATOMIC_CMP_SWAPW
3685 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const { function in class:SystemZTargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp966 AArch64TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:AArch64TargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7296 ARMTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:ARMTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8305 PPCTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:PPCTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19094 X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:X86TargetLowering

Completed in 560 milliseconds