Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dextract_vector_elt-i8.ll133 ; isTypeDesirableForOp in SimplifyDemandedBits
H A Dinsert_vector_elt.ll1062 ; isTypeDesirableForOp in SimplifyDemandedBits
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h328 bool isTypeDesirableForOp(unsigned Op, EVT VT) const override;
H A DSIISelLowering.cpp1608 bool SITargetLowering::isTypeDesirableForOp(unsigned Op, EVT VT) const { in isTypeDesirableForOp() function in SITargetLowering
1631 return TargetLowering::isTypeDesirableForOp(Op, VT); in isTypeDesirableForOp()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1004 bool isTypeDesirableForOp(unsigned Opc, EVT VT) const override;
H A DX86ISelLowering.cpp55209 bool X86TargetLowering::isTypeDesirableForOp(unsigned Opc, EVT VT) const { in isTypeDesirableForOp() function in X86TargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1355 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteIntBinOp()
1423 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteIntShiftOp()
1472 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteExtend()
1503 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteLoad()
5281 !TLI.isTypeDesirableForOp(LogicOpcode, XVT)) in hoistLogicOpWithSameOpcodeHands()
5620 TLI.isTypeDesirableForOp(ISD::AND, HalfVT) && in visitANDLike()
5621 TLI.isTypeDesirableForOp(ISD::SRL, HalfVT) && in visitANDLike()
8767 TLI.isTypeDesirableForOp(ISD::AND, TruncVT)) { in distributeTruncateThroughAnd()
9581 if (!LegalTypes || TLI.isTypeDesirableForOp(ISD::SRL, SmallVT)) { in visitSRL()
13272 TLI.isTypeDesirableForOp(ISD::SHL, VT)) { in visitTRUNCATE()
[all …]
H A DTargetLowering.cpp1731 isTypeDesirableForOp(ISD::SHL, InnerVT)) { in SimplifyDemandedBits()
2379 if (TLO.LegalTypes() && !isTypeDesirableForOp(ISD::SRL, VT)) in SimplifyDemandedBits()
4257 if (isTypeDesirableForOp(ISD::SETCC, MinVT)) { in SimplifySetCC()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3901 virtual bool isTypeDesirableForOp(unsigned /*Opc*/, EVT VT) const { in isTypeDesirableForOp() function