Searched refs:SystemZTargetLowering (Results 1 – 6 of 6) sorted by relevance
91 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &TM, in SystemZTargetLowering() function in SystemZTargetLowering833 bool SystemZTargetLowering::useSoftFloat() const { in useSoftFloat()837 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL, in getSetCCResultType()844 bool SystemZTargetLowering::isFMAFasterThanFMulAndFAdd( in isFMAFasterThanFMulAndFAdd()984 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal()994 SystemZTargetLowering::emitEHSjLjSetJmp(MachineInstr &MI, in emitEHSjLjSetJmp()1154 SystemZTargetLowering::emitEHSjLjLongJmp(MachineInstr &MI, in emitEHSjLjLongJmp()1229 bool SystemZTargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe()1238 SystemZTargetLowering::shouldCastAtomicLoadInIR(LoadInst *LI) const { in shouldCastAtomicLoadInIR()1243 SystemZTargetLowering::shouldCastAtomicStoreInIR(StoreInst *SI) const { in shouldCastAtomicStoreInIR()[all …]
45 SystemZTargetLowering TLInfo;80 const SystemZTargetLowering *getTargetLowering() const override { in getTargetLowering()
24 const SystemZTargetLowering *TLI;27 const SystemZTargetLowering *getTLI() const { return TLI; } in getTLI()
422 class SystemZTargetLowering : public TargetLowering {424 explicit SystemZTargetLowering(const TargetMachine &TM,
534 const SystemZTargetLowering &TLI = *STI.getTargetLowering(); in emitPrologue()773 const SystemZTargetLowering &TLI = *STI.getTargetLowering(); in inlineStackProbe()
5260 // by either SystemZTargetLowering::EmitInstrWithCustomInserter()