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/ |
D | SIISelLowering.h | 281 bool isTypeDesirableForOp(unsigned Op, EVT VT) const override;
|
D | SIISelLowering.cpp | 1383 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/ |
D | X86ISelLowering.h | 825 bool isTypeDesirableForOp(unsigned Opc, EVT VT) const override;
|
D | X86InstrAVX512.td | 1419 // loadi16 is tricky to fold, because !isTypeDesirableForOp, justifiably. 1445 // loadi16 is tricky to fold, because !isTypeDesirableForOp, justifiably.
|
D | X86InstrSSE.td | 7512 // loadi16 is tricky to fold, because !isTypeDesirableForOp, justifiably.
|
D | X86ISelLowering.cpp | 46100 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/ |
D | DAGCombiner.cpp | 1190 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 …]
|
D | TargetLowering.cpp | 1375 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/ |
D | TargetLowering.h | 3367 virtual bool isTypeDesirableForOp(unsigned /*Opc*/, EVT VT) const { in isTypeDesirableForOp() function
|