Searched refs:SystemZTargetLowering (Results 1 – 6 of 6) sorted by relevance
84 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &TM, in SystemZTargetLowering() function in SystemZTargetLowering770 bool SystemZTargetLowering::useSoftFloat() const { in useSoftFloat()774 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL, in getSetCCResultType()781 bool SystemZTargetLowering::isFMAFasterThanFMulAndFAdd( in isFMAFasterThanFMulAndFAdd()918 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal()928 bool SystemZTargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe()937 SystemZTargetLowering::shouldCastAtomicLoadInIR(LoadInst *LI) const { in shouldCastAtomicLoadInIR()942 SystemZTargetLowering::shouldCastAtomicStoreInIR(StoreInst *SI) const { in shouldCastAtomicStoreInIR()947 SystemZTargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *RMW) const { in shouldExpandAtomicRMWInIR()965 bool SystemZTargetLowering::isLegalICmpImmediate(int64_t Imm) const { in isLegalICmpImmediate()[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()
408 class SystemZTargetLowering : public TargetLowering {410 explicit SystemZTargetLowering(const TargetMachine &TM,
532 const SystemZTargetLowering &TLI = *STI.getTargetLowering(); in emitPrologue()741 const SystemZTargetLowering &TLI = *STI.getTargetLowering(); in inlineStackProbe()
5085 // by either SystemZTargetLowering::EmitInstrWithCustomInserter()