Home
last modified time | relevance | path

Searched refs:LegalTypes (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp123 bool LegalTypes = false; member in __anon03ecab350111::DAGCombiner
617 if (!LegalTypes) return true; in isTypeLegal()
1384 LegalTypes = Level >= AfterLegalizeTypes; in Run()
3858 if (HandOpcode == ISD::ANY_EXTEND && LegalTypes && in hoistLogicOpWithSameOpcodeHands()
10078 if (!LegalTypes && in visitBITCAST()
12497 if (LegalTypes) in rebuildSetCC()
16517 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
16555 if (!LegalTypes || TLI.isTypeLegal(NewVT)) { in visitBUILD_VECTOR()
16566 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
18187 if (LegalTypes && isa<ShuffleVectorSDNode>(LHS) && in SimplifyVBinOp()
[all …]
H A DTargetLowering.cpp1044 if (TLO.LegalTypes() && !ShiftAmtTy.isVector()) in SimplifyDemandedBits()
1197 if (TLO.LegalTypes() && !isTypeDesirableForOp(ISD::SRL, VT)) in SimplifyDemandedBits()
1205 if (TLO.LegalTypes()) { in SimplifyDemandedBits()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp707 bool LegalTypes) const { in getShiftAmountTy()
711 return LegalTypes ? getScalarShiftAmountTy(DL, LHSTy) in getShiftAmountTy()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp748 const TypeSetByHwMode::SetType &LegalTypes = Legal.get(DefaultMode); in expandOverloads() local
751 expandOverloads(I.second, LegalTypes); in expandOverloads()
805 TypeSetByHwMode::SetType &LegalTypes = LegalCache.getOrCreate(DefaultMode); in getLegalTypes() local
809 LegalTypes.insert(I.second); in getLegalTypes()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h259 bool LegalTypes = true) const;
2869 bool LegalTypes() const { return LegalTys; } in LegalTypes() function