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.cpp91 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &TM, in SystemZTargetLowering() function in SystemZTargetLowering
833 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 …]
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.h422 class SystemZTargetLowering : public TargetLowering {
424 explicit SystemZTargetLowering(const TargetMachine &TM,
H A DSystemZFrameLowering.cpp534 const SystemZTargetLowering &TLI = *STI.getTargetLowering(); in emitPrologue()
773 const SystemZTargetLowering &TLI = *STI.getTargetLowering(); in inlineStackProbe()
H A DSystemZInstrFormats.td5260 // by either SystemZTargetLowering::EmitInstrWithCustomInserter()