Home
last modified time | relevance | path

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

123456

/dports/devel/ispc/ispc-1.16.1/llvm_patches/
H A D10_0_fix_for_1793.patch16 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes))
27 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes))
H A D10_0_fix_for_1844.patch15 + (!LegalTypes || TLI.isTypeLegal(VT.getScalarType()))) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/utils/TableGen/
H A DRISCVVEmitter.cpp214 StringMap<RVVType> LegalTypes; member in __anon815f84c20111::RVVEmitter
1200 auto It = LegalTypes.find(Idx); in computeType()
1201 if (It != LegalTypes.end()) in computeType()
1209 LegalTypes.insert({Idx, T}); in computeType()
1210 return &(LegalTypes[Idx]); in computeType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/utils/TableGen/
H A DRISCVVEmitter.cpp219 StringMap<RVVType> LegalTypes; member in __anon6411f5550111::RVVEmitter
1259 auto It = LegalTypes.find(Idx); in computeType()
1260 if (It != LegalTypes.end()) in computeType()
1268 LegalTypes.insert({Idx, T}); in computeType()
1269 return &(LegalTypes[Idx]); in computeType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/utils/TableGen/
H A DRISCVVEmitter.cpp214 StringMap<RVVType> LegalTypes; member in __anon3484e48a0111::RVVEmitter
1200 auto It = LegalTypes.find(Idx); in computeType()
1201 if (It != LegalTypes.end()) in computeType()
1209 LegalTypes.insert({Idx, T}); in computeType()
1210 return &(LegalTypes[Idx]); in computeType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp214 StringMap<RVVType> LegalTypes; member in __anon21c952d70111::RVVEmitter
1200 auto It = LegalTypes.find(Idx); in computeType()
1201 if (It != LegalTypes.end()) in computeType()
1209 LegalTypes.insert({Idx, T}); in computeType()
1210 return &(LegalTypes[Idx]); in computeType()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/utils/TableGen/
H A DRISCVVEmitter.cpp214 StringMap<RVVType> LegalTypes; member in __anon9bd2da760111::RVVEmitter
1200 auto It = LegalTypes.find(Idx); in computeType()
1201 if (It != LegalTypes.end()) in computeType()
1209 LegalTypes.insert({Idx, T}); in computeType()
1210 return &(LegalTypes[Idx]); in computeType()
/dports/lang/clang-mesa/clang-13.0.1.src/utils/TableGen/
H A DRISCVVEmitter.cpp214 StringMap<RVVType> LegalTypes; member in __anonf5a3fbb30111::RVVEmitter
1200 auto It = LegalTypes.find(Idx); in computeType()
1201 if (It != LegalTypes.end()) in computeType()
1209 LegalTypes.insert({Idx, T}); in computeType()
1210 return &(LegalTypes[Idx]); in computeType()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp121 bool LegalTypes = false; member in __anon5f8980b20111::DAGCombiner
597 if (!LegalTypes) return true; in isTypeLegal()
1397 LegalTypes = Level >= AfterLegalizeTypes; in Run()
2543 bool LegalTypes) { in tryFoldToZero() argument
3777 if (!LegalTypes) in SimplifyBinOpWithSameOpcodeHands()
3798 if (!LegalTypes) in SimplifyBinOpWithSameOpcodeHands()
9743 if (!LegalTypes && in visitBITCAST()
12122 if (LegalTypes) in rebuildSetCC()
15921 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
16733 if (!LegalTypes || TLI.isTypeLegal(OutVT)) in combineShuffleToVectorExtend()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp64 bool LegalTypes; member in __anon8f915e9c0111::DAGCombiner
269 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {} in DAGCombiner()
279 return LegalTypes ? TLI.getShiftAmountTy() : TLI.getPointerTy(); in getShiftAmountTy()
285 if (!LegalTypes) return true; in isTypeLegal()
926 LegalTypes = Level >= NoIllegalTypes; in Run()
3090 if (!LegalTypes || TLI.isTypeDesirableForOp(ISD::SRL, SmallVT)) { in visitSRL()
4270 if (!LegalTypes || TLI.isTypeDesirableForOp(N0.getOpcode(), VT)) { in visitTRUNCATE()
4331 if (!LegalTypes && in visitBIT_CONVERT()
5187 if (LegalTypes) in visitBRCOND()
6835 if (LegalTypes) { in SimplifySelectCC()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/source/backend/parser/
H A Dparse.h347 ImageData *Parse_Image (int LegalTypes, bool GammaCorrect = false);
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp123 bool LegalTypes = false; member in __anon3336ddf40111::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 …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp75 const std::vector<MVT::SimpleValueType> &LegalTypes = in FillWithPossibleTypes() local
78 for (unsigned i = 0, e = LegalTypes.size(); i != e; ++i) in FillWithPossibleTypes()
79 if (Pred == 0 || Pred(LegalTypes[i])) in FillWithPossibleTypes()
80 TypeVec.push_back(LegalTypes[i]); in FillWithPossibleTypes()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp149 bool LegalTypes = false; member in __anon8b1bbe1e0111::DAGCombiner
779 if (!LegalTypes) return true; in isTypeLegal()
1487 LegalTypes = Level >= AfterLegalizeTypes; in Run()
5551 if (LegalTypes) { in visitAND()
7680 if (!LegalTypes) in visitShiftByConstant()
11692 (!LegalTypes || in visitBITCAST()
14235 if (LegalTypes) in rebuildSetCC()
18124 (!LegalTypes || in visitEXTRACT_VECTOR_ELT()
18799 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
18856 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp136 bool LegalTypes = false; member in __anon4d358cf60111::DAGCombiner
708 if (!LegalTypes) return true; in isTypeLegal()
1413 LegalTypes = Level >= AfterLegalizeTypes; in Run()
5362 if (LegalTypes) { in visitAND()
7318 if (!LegalTypes) in visitShiftByConstant()
11160 (!LegalTypes || in visitBITCAST()
13641 if (LegalTypes) in rebuildSetCC()
17876 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
17915 if (!LegalTypes || TLI.isTypeLegal(NewVT)) { in visitBUILD_VECTOR()
17933 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp136 bool LegalTypes = false; member in __anon9770a4810111::DAGCombiner
708 if (!LegalTypes) return true; in isTypeLegal()
1406 LegalTypes = Level >= AfterLegalizeTypes; in Run()
5355 if (LegalTypes) { in visitAND()
7311 if (!LegalTypes) in visitShiftByConstant()
11153 (!LegalTypes || in visitBITCAST()
13634 if (LegalTypes) in rebuildSetCC()
17871 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
17910 if (!LegalTypes || TLI.isTypeLegal(NewVT)) { in visitBUILD_VECTOR()
17928 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp136 bool LegalTypes = false; member in __anone5624ef90111::DAGCombiner
708 if (!LegalTypes) return true; in isTypeLegal()
1413 LegalTypes = Level >= AfterLegalizeTypes; in Run()
5362 if (LegalTypes) { in visitAND()
7318 if (!LegalTypes) in visitShiftByConstant()
11160 (!LegalTypes || in visitBITCAST()
13641 if (LegalTypes) in rebuildSetCC()
17876 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
17915 if (!LegalTypes || TLI.isTypeLegal(NewVT)) { in visitBUILD_VECTOR()
17933 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp149 bool LegalTypes = false; member in __anon76580ea90111::DAGCombiner
783 if (!LegalTypes) return true; in isTypeLegal()
1490 LegalTypes = Level >= AfterLegalizeTypes; in Run()
5652 if (LegalTypes) { in visitAND()
7834 if (!LegalTypes) in visitShiftByConstant()
11887 (!LegalTypes || in visitBITCAST()
14417 if (LegalTypes) in rebuildSetCC()
18201 (!LegalTypes || in visitEXTRACT_VECTOR_ELT()
18879 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
18936 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp150 bool LegalTypes = false; member in __anon4c3f5b080111::DAGCombiner
784 if (!LegalTypes) return true; in isTypeLegal()
1508 LegalTypes = Level >= AfterLegalizeTypes; in Run()
5675 if (LegalTypes) { in visitAND()
7870 if (!LegalTypes) in visitShiftByConstant()
12150 (!LegalTypes || in visitBITCAST()
14690 if (LegalTypes) in rebuildSetCC()
18475 (!LegalTypes || in visitEXTRACT_VECTOR_ELT()
19152 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
19209 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp148 bool LegalTypes = false; member in __anon20e2ea380111::DAGCombiner
776 if (!LegalTypes) return true; in isTypeLegal()
1483 LegalTypes = Level >= AfterLegalizeTypes; in Run()
5458 if (LegalTypes) { in visitAND()
7587 if (!LegalTypes) in visitShiftByConstant()
11600 (!LegalTypes || in visitBITCAST()
14143 if (LegalTypes) in rebuildSetCC()
17956 (!LegalTypes || in visitEXTRACT_VECTOR_ELT()
18631 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
18688 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp150 bool LegalTypes = false; member in __anonf026c69c0111::DAGCombiner
784 if (!LegalTypes) return true; in isTypeLegal()
1508 LegalTypes = Level >= AfterLegalizeTypes; in Run()
5675 if (LegalTypes) { in visitAND()
7870 if (!LegalTypes) in visitShiftByConstant()
12150 (!LegalTypes || in visitBITCAST()
14690 if (LegalTypes) in rebuildSetCC()
18475 (!LegalTypes || in visitEXTRACT_VECTOR_ELT()
19152 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
19209 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp150 bool LegalTypes = false; member in __anonabed84ac0111::DAGCombiner
786 if (!LegalTypes) return true; in isTypeLegal()
1510 LegalTypes = Level >= AfterLegalizeTypes; in Run()
5869 if (LegalTypes) { in visitAND()
8064 if (!LegalTypes) in visitShiftByConstant()
12642 (!LegalTypes || in visitBITCAST()
15191 if (LegalTypes) in rebuildSetCC()
18974 (!LegalTypes || in visitEXTRACT_VECTOR_ELT()
19684 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
19734 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp150 bool LegalTypes = false; member in __anon3568a3cb0111::DAGCombiner
786 if (!LegalTypes) return true; in isTypeLegal()
1510 LegalTypes = Level >= AfterLegalizeTypes; in Run()
5869 if (LegalTypes) { in visitAND()
8064 if (!LegalTypes) in visitShiftByConstant()
12642 (!LegalTypes || in visitBITCAST()
15191 if (LegalTypes) in rebuildSetCC()
18974 (!LegalTypes || in visitEXTRACT_VECTOR_ELT()
19684 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
19734 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp150 bool LegalTypes = false; member in __anon035eee1e0111::DAGCombiner
786 if (!LegalTypes) return true; in isTypeLegal()
1510 LegalTypes = Level >= AfterLegalizeTypes; in Run()
5869 if (LegalTypes) { in visitAND()
8064 if (!LegalTypes) in visitShiftByConstant()
12642 (!LegalTypes || in visitBITCAST()
15191 if (LegalTypes) in rebuildSetCC()
18974 (!LegalTypes || in visitEXTRACT_VECTOR_ELT()
19684 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
19734 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp150 bool LegalTypes = false; member in __anonea6c1f560111::DAGCombiner
786 if (!LegalTypes) return true; in isTypeLegal()
1510 LegalTypes = Level >= AfterLegalizeTypes; in Run()
5869 if (LegalTypes) { in visitAND()
8064 if (!LegalTypes) in visitShiftByConstant()
12642 (!LegalTypes || in visitBITCAST()
15191 if (LegalTypes) in rebuildSetCC()
18974 (!LegalTypes || in visitEXTRACT_VECTOR_ELT()
19684 if (LegalTypes && !TLI.isTypeLegal(InVT)) in convertBuildVecZextToZext()
19734 if (!LegalTypes && (N->getNumOperands() > 1)) { in visitBUILD_VECTOR()
[all …]

123456