Home
last modified time | relevance | path

Searched refs:SystemZTargetLowering (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp84 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &TM, in SystemZTargetLowering() function in SystemZTargetLowering
770 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 …]
H A DSystemZSubtarget.h45 SystemZTargetLowering TLInfo;
80 const SystemZTargetLowering *getTargetLowering() const override { in getTargetLowering()
H A DSystemZTargetTransformInfo.h24 const SystemZTargetLowering *TLI;
27 const SystemZTargetLowering *getTLI() const { return TLI; } in getTLI()
H A DSystemZISelLowering.h408 class SystemZTargetLowering : public TargetLowering {
410 explicit SystemZTargetLowering(const TargetMachine &TM,
H A DSystemZFrameLowering.cpp532 const SystemZTargetLowering &TLI = *STI.getTargetLowering(); in emitPrologue()
741 const SystemZTargetLowering &TLI = *STI.getTargetLowering(); in inlineStackProbe()
H A DSystemZInstrFormats.td5085 // by either SystemZTargetLowering::EmitInstrWithCustomInserter()