Searched refs:SystemZTargetLowering (Results 1 – 6 of 6) sorted by relevance
80 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &TM, in SystemZTargetLowering() function in SystemZTargetLowering681 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 …]
77 SystemZTargetLowering TLInfo;103 const SystemZTargetLowering *getTargetLowering() const override { in getTargetLowering()
24 const SystemZTargetLowering *TLI;27 const SystemZTargetLowering *getTLI() const { return TLI; } in getTLI()
392 class SystemZTargetLowering : public TargetLowering {394 explicit SystemZTargetLowering(const TargetMachine &TM,
417 const SystemZTargetLowering &TLI = *STI.getTargetLowering(); in emitPrologue()627 const SystemZTargetLowering &TLI = *STI.getTargetLowering(); in inlineStackProbe()
4795 // by either SystemZTargetLowering::EmitInstrWithCustomInserter()