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

12

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DExpandISelPseudos.cpp61 TLI->EmitInstrWithCustomInserter(MI, MBB);
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h27 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
H A DMipsSEISelLowering.h40 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
H A DMips16ISelLowering.cpp167 Mips16TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:Mips16TargetLowering
171 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
H A DMipsISelLowering.h242 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
H A DMipsSEISelLowering.cpp1013 MipsSETargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:MipsSETargetLowering
1017 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.h27 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr *MI,
H A DSIISelLowering.h61 virtual MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr * MI,
H A DSIISelLowering.cpp335 MachineBasicBlock * SITargetLowering::EmitInstrWithCustomInserter( function in class:SITargetLowering
342 return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
H A DR600ISelLowering.cpp127 MachineBasicBlock * R600TargetLowering::EmitInstrWithCustomInserter( function in class:R600TargetLowering
152 return AMDGPUTargetLowering::EmitInstrWithCustomInserter(MI, BB);
/freebsd-10.1-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h122 MachineBasicBlock* EmitInstrWithCustomInserter(MachineInstr *MI,
H A DMSP430ISelLowering.cpp1306 MSP430TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:MSP430TargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h139 *EmitInstrWithCustomInserter(MachineInstr *MI,
H A DHexagonISelLowering.cpp1592 HexagonTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:HexagonTargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h70 EmitInstrWithCustomInserter(MachineInstr *MI,
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h225 EmitInstrWithCustomInserter(MachineInstr *MI,
289 // Implement EmitInstrWithCustomInserter for individual operation types.
H A DSystemZISelLowering.cpp2280 // Implement EmitInstrWithCustomInserter for pseudo Select* instruction MI.
2323 // Implement EmitInstrWithCustomInserter for pseudo CondStore* instruction MI.
2386 // Implement EmitInstrWithCustomInserter for pseudo ATOMIC_LOAD{,W}_*
2510 // Implement EmitInstrWithCustomInserter for pseudo
2628 // Implement EmitInstrWithCustomInserter for pseudo ATOMIC_CMP_SWAPW
3005 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const { function in class:SystemZTargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h110 EmitInstrWithCustomInserter(MachineInstr *MI,
H A DXCoreISelLowering.cpp1323 XCoreTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:XCoreTargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h278 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h264 EmitInstrWithCustomInserter(MachineInstr *MI,
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h398 EmitInstrWithCustomInserter(MachineInstr *MI,
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h607 EmitInstrWithCustomInserter(MachineInstr *MI,
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h2284 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp286 // EmitInstrWithCustomInserter - This method should be implemented by targets
296 TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI, function in class:TargetLowering
301 "TargetLowering::EmitInstrWithCustomInserter!";

Completed in 186 milliseconds

12