Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp80 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &TM, in SystemZTargetLowering() function in SystemZTargetLowering
681 bool SystemZTargetLowering::useSoftFloat() const { in useSoftFloat()
685 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL, in getSetCCResultType()
692 bool SystemZTargetLowering::isFMAFasterThanFMulAndFAdd( in isFMAFasterThanFMulAndFAdd()
827 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal()
837 bool SystemZTargetLowering::hasInlineStackProbe(MachineFunction &MF) const { in hasInlineStackProbe()
845 bool SystemZTargetLowering::isLegalICmpImmediate(int64_t Imm) const { in isLegalICmpImmediate()
850 bool SystemZTargetLowering::isLegalAddImmediate(int64_t Imm) const { in isLegalAddImmediate()
855 bool SystemZTargetLowering::allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses()
962 bool SystemZTargetLowering::isLegalAddressingMode(const DataLayout &DL, in isLegalAddressingMode()
[all …]
H A DSystemZSubtarget.h77 SystemZTargetLowering TLInfo;
103 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.h392 class SystemZTargetLowering : public TargetLowering {
394 explicit SystemZTargetLowering(const TargetMachine &TM,
H A DSystemZFrameLowering.cpp417 const SystemZTargetLowering &TLI = *STI.getTargetLowering(); in emitPrologue()
627 const SystemZTargetLowering &TLI = *STI.getTargetLowering(); in inlineStackProbe()
H A DSystemZInstrFormats.td4795 // by either SystemZTargetLowering::EmitInstrWithCustomInserter()