Searched refs:LegalTypes (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 136 bool LegalTypes = false; member in __anon753f189b0111::DAGCombiner 702 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout(), LegalTypes); in getShiftAmountTy() 708 if (!LegalTypes) return true; in isTypeLegal() 1051 TargetLowering::TargetLoweringOpt TLO(DAG, LegalTypes, LegalOperations); in SimplifyDemandedBits() 1075 TargetLowering::TargetLoweringOpt TLO(DAG, LegalTypes, LegalOperations); in SimplifyDemandedVectorElts() 1406 LegalTypes = Level >= AfterLegalizeTypes; in Run() 4397 if (HandOpcode == ISD::ANY_EXTEND && LegalTypes && in hoistLogicOpWithSameOpcodeHands() 5355 if (LegalTypes) { in visitAND() 7311 if (!LegalTypes) in visitShiftByConstant() 7814 if (!LegalTypes && N0.getOpcode() == ISD::ADD && N0.hasOneUse() && N1C && in visitSRA() [all …]
|
D | TargetLowering.cpp | 1613 if (TLO.LegalTypes() && !ShiftAmtTy.isVector()) in SimplifyDemandedBits() 1808 if (TLO.LegalTypes() && !isTypeDesirableForOp(ISD::SRL, VT)) in SimplifyDemandedBits() 1827 if (TLO.LegalTypes()) in SimplifyDemandedBits()
|
D | SelectionDAG.cpp | 1334 const SDLoc &DL, bool LegalTypes) { in getShiftAmountConstant() argument 1335 EVT ShiftVT = TLI->getShiftAmountTy(VT, getDataLayout(), LegalTypes); in getShiftAmountConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 776 bool LegalTypes) const { in getShiftAmountTy() 780 return LegalTypes ? getScalarShiftAmountTy(DL, LHSTy) in getShiftAmountTy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 278 bool LegalTypes = true) const; 3077 bool LegalTypes() const { return LegalTys; } in LegalTypes() function
|
D | SelectionDAG.h | 602 bool LegalTypes = true);
|