Home
last modified time | relevance | path

Searched refs:isTypeDesirableForOp (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h359 bool isTypeDesirableForOp(unsigned Op, EVT VT) const override;
H A DSIISelLowering.cpp1876 bool SITargetLowering::isTypeDesirableForOp(unsigned Op, EVT VT) const { in isTypeDesirableForOp() function in SITargetLowering
1899 return TargetLowering::isTypeDesirableForOp(Op, VT); in isTypeDesirableForOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1067 bool isTypeDesirableForOp(unsigned Opc, EVT VT) const override;
H A DX86ISelLowering.cpp56353 bool X86TargetLowering::isTypeDesirableForOp(unsigned Opc, EVT VT) const { in isTypeDesirableForOp() function in X86TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1599 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteIntBinOp()
1667 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteIntShiftOp()
1716 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteExtend()
1747 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteLoad()
5795 LegalTypes && !TLI.isTypeDesirableForOp(LogicOpcode, XVT)) in hoistLogicOpWithSameOpcodeHands()
7058 TLI.isTypeDesirableForOp(ISD::AND, SrcVT) && in visitAND()
9749 TLI.isTypeDesirableForOp(ISD::AND, TruncVT)) { in distributeTruncateThroughAnd()
10637 if (!LegalTypes || TLI.isTypeDesirableForOp(ISD::SRL, SmallVT)) { in visitSRL()
11002 TLI.isTypeDesirableForOp(ISD::ABS, ExtVT) && in visitABS()
14766 TLI.isTypeDesirableForOp(ISD::SHL, VT)) { in visitTRUNCATE()
[all …]
H A DTargetLowering.cpp1763 isTypeDesirableForOp(ISD::SHL, InnerVT)) { in SimplifyDemandedBits()
1840 isTypeDesirableForOp(ISD::SHL, HalfVT) && in SimplifyDemandedBits()
1948 isTypeDesirableForOp(ISD::SRL, HalfVT) && in SimplifyDemandedBits()
2557 if (TLO.LegalTypes() && !isTypeDesirableForOp(ISD::SRL, VT)) in SimplifyDemandedBits()
4543 if (isTypeDesirableForOp(ISD::SETCC, MinVT)) { in SimplifySetCC()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4215 virtual bool isTypeDesirableForOp(unsigned /*Opc*/, EVT VT) const { in isTypeDesirableForOp() function