Searched refs:SystemZTargetLowering (Results 1 – 5 of 5) sorted by relevance
25 const SystemZTargetLowering *TLI;28 const SystemZTargetLowering *getTLI() const { return TLI; } in getTLI()
52 SystemZTargetLowering TLInfo;69 const SystemZTargetLowering *getTargetLowering() const override { in getTargetLowering()
84 SystemZTargetLowering::SystemZTargetLowering(const TargetMachine &TM, in SystemZTargetLowering() function in SystemZTargetLowering458 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL, in getSetCCResultType()465 bool SystemZTargetLowering::isFMAFasterThanFMulAndFAdd(EVT VT) const { in isFMAFasterThanFMulAndFAdd()484 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal()489 bool SystemZTargetLowering::isLegalICmpImmediate(int64_t Imm) const { in isLegalICmpImmediate()494 bool SystemZTargetLowering::isLegalAddImmediate(int64_t Imm) const { in isLegalAddImmediate()499 bool SystemZTargetLowering::allowsMisalignedMemoryAccesses(EVT VT, in allowsMisalignedMemoryAccesses()511 bool SystemZTargetLowering::isLegalAddressingMode(const DataLayout &DL, in isLegalAddressingMode()527 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const { in isTruncateFree()535 bool SystemZTargetLowering::isTruncateFree(EVT FromVT, EVT ToVT) const { in isTruncateFree()[all …]
336 class SystemZTargetLowering : public TargetLowering {338 explicit SystemZTargetLowering(const TargetMachine &TM,
2169 // by either SystemZTargetLowering::EmitInstrWithCustomInserter()