Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h281 bool isTypeDesirableForOp(unsigned Op, EVT VT) const override;
DSIISelLowering.cpp1383 bool SITargetLowering::isTypeDesirableForOp(unsigned Op, EVT VT) const { in isTypeDesirableForOp() function in SITargetLowering
1406 return TargetLowering::isTypeDesirableForOp(Op, VT); in isTypeDesirableForOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h825 bool isTypeDesirableForOp(unsigned Opc, EVT VT) const override;
DX86InstrAVX512.td1419 // loadi16 is tricky to fold, because !isTypeDesirableForOp, justifiably.
1445 // loadi16 is tricky to fold, because !isTypeDesirableForOp, justifiably.
DX86InstrSSE.td7512 // loadi16 is tricky to fold, because !isTypeDesirableForOp, justifiably.
DX86ISelLowering.cpp46100 bool X86TargetLowering::isTypeDesirableForOp(unsigned Opc, EVT VT) const { in isTypeDesirableForOp() function in X86TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1190 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteIntBinOp()
1255 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteIntShiftOp()
1304 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteExtend()
1335 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteLoad()
4398 !TLI.isTypeDesirableForOp(LogicOpcode, XVT)) in hoistLogicOpWithSameOpcodeHands()
4738 TLI.isTypeDesirableForOp(ISD::AND, HalfVT) && in visitANDLike()
4739 TLI.isTypeDesirableForOp(ISD::SRL, HalfVT) && in visitANDLike()
7373 TLI.isTypeDesirableForOp(ISD::AND, TruncVT)) { in distributeTruncateThroughAnd()
8004 if (!LegalTypes || TLI.isTypeDesirableForOp(ISD::SRL, SmallVT)) { in visitSRL()
10816 TLI.isTypeDesirableForOp(ISD::SHL, VT)) { in visitTRUNCATE()
[all …]
DTargetLowering.cpp1375 isTypeDesirableForOp(ISD::SHL, InnerVT)) { in SimplifyDemandedBits()
1808 if (TLO.LegalTypes() && !isTypeDesirableForOp(ISD::SRL, VT)) in SimplifyDemandedBits()
3260 if (isTypeDesirableForOp(ISD::SETCC, MinVT)) { in SimplifySetCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3367 virtual bool isTypeDesirableForOp(unsigned /*Opc*/, EVT VT) const { in isTypeDesirableForOp() function