Searched refs:isTypeDesirableForOp (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | extract_vector_elt-i8.ll | 133 ; isTypeDesirableForOp in SimplifyDemandedBits
|
| H A D | insert_vector_elt.ll | 1062 ; isTypeDesirableForOp in SimplifyDemandedBits
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 328 bool isTypeDesirableForOp(unsigned Op, EVT VT) const override;
|
| H A D | SIISelLowering.cpp | 1608 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 D | X86ISelLowering.h | 1004 bool isTypeDesirableForOp(unsigned Opc, EVT VT) const override;
|
| H A D | X86ISelLowering.cpp | 55209 bool X86TargetLowering::isTypeDesirableForOp(unsigned Opc, EVT VT) const { in isTypeDesirableForOp() function in X86TargetLowering
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 1355 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 D | TargetLowering.cpp | 1731 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 D | TargetLowering.h | 3901 virtual bool isTypeDesirableForOp(unsigned /*Opc*/, EVT VT) const { in isTypeDesirableForOp() function
|