Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.h108 bool isTypeDesirableForOp(unsigned Op, EVT VT) const override;
DSIISelLowering.cpp538 bool SITargetLowering::isTypeDesirableForOp(unsigned Op, EVT VT) const { in isTypeDesirableForOp() function in SITargetLowering
545 return TargetLowering::isTypeDesirableForOp(Op, VT); in isTypeDesirableForOp()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h573 virtual bool isTypeDesirableForOp(unsigned Opc, EVT VT) const;
DX86ISelLowering.cpp14265 bool X86TargetLowering::isTypeDesirableForOp(unsigned Opc, EVT VT) const { in isTypeDesirableForOp() function in X86TargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h740 bool isTypeDesirableForOp(unsigned Opc, EVT VT) const override;
DX86InstrSSE.td8323 // loadi16 is tricky to fold, because !isTypeDesirableForOp, justifiably.
DX86ISelLowering.cpp31037 bool X86TargetLowering::isTypeDesirableForOp(unsigned Opc, EVT VT) const { in isTypeDesirableForOp() function in X86TargetLowering
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h936 virtual bool isTypeDesirableForOp(unsigned /*Opc*/, EVT VT) const { in isTypeDesirableForOp() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1479 isTypeDesirableForOp(ISD::SHL, InnerVT)) { in SimplifyDemandedBits()
1733 !isTypeDesirableForOp(ISD::SRL, Op.getValueType())) in SimplifyDemandedBits()
2006 if (isTypeDesirableForOp(ISD::SETCC, MinVT)) { in SimplifySetCC()
DDAGCombiner.cpp768 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteIntBinOp()
826 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteIntShiftOp()
870 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteExtend()
899 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteLoad()
2223 (!LegalTypes || TLI.isTypeDesirableForOp(N->getOpcode(), Op0VT))) || in SimplifyBinOpWithSameOpcodeHands()
3585 if (!LegalTypes || TLI.isTypeDesirableForOp(ISD::SRL, SmallVT)) { in visitSRL()
4888 if (!LegalTypes || TLI.isTypeDesirableForOp(N0.getOpcode(), VT)) { in visitTRUNCATE()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp701 isTypeDesirableForOp(ISD::SHL, InnerVT)) { in SimplifyDemandedBits()
1056 !isTypeDesirableForOp(ISD::SRL, Op.getValueType())) in SimplifyDemandedBits()
1468 if (isTypeDesirableForOp(ISD::SETCC, MinVT)) { in SimplifySetCC()
DDAGCombiner.cpp1038 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteIntBinOp()
1096 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteIntShiftOp()
1140 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteExtend()
1172 if (TLI.isTypeDesirableForOp(Opc, VT)) in PromoteLoad()
2726 (!LegalTypes || TLI.isTypeDesirableForOp(N->getOpcode(), Op0VT))) || in SimplifyBinOpWithSameOpcodeHands()
2978 TLI.isTypeDesirableForOp(ISD::AND, HalfVT) && in visitANDLike()
2979 TLI.isTypeDesirableForOp(ISD::SRL, HalfVT) && in visitANDLike()
4848 if (!LegalTypes || TLI.isTypeDesirableForOp(ISD::SRL, SmallVT)) { in visitSRL()
7156 TLI.isTypeDesirableForOp(ISD::SHL, VT)) { in visitTRUNCATE()
7216 if (!LegalTypes || TLI.isTypeDesirableForOp(N0.getOpcode(), VT)) { in visitTRUNCATE()
/external/llvm/include/llvm/Target/
DTargetLowering.h2389 virtual bool isTypeDesirableForOp(unsigned /*Opc*/, EVT VT) const { in isTypeDesirableForOp() function