Home
last modified time | relevance | path

Searched refs:PhiX (Results 1 – 22 of 22) sorted by relevance

/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DHomomorphismOps.C149 vector<RingElem> PhiX = apply(Phi,X); // PhiX in codomain(Phi) in MakeRichHom() local
153 for(int i=0; i<len(PhiX);++i) in MakeRichHom()
154 PhiX[i] = CanonicalRepr(PhiX[i]); in MakeRichHom()
157 vector<RingElem> PhiXRS = apply(HomS_RS, PhiX); // PhiXRS in RS in MakeRichHom()
232 vector<RingElem> PhiX = apply(Phi,X); // Phi(X) in codomain(Phi) in MakeRichHom_H() local
235 for(int i=0; i<len(PhiX); ++i) PhiX[i] = CanonicalRepr(PhiX[i]); in MakeRichHom_H()
237 vector<RingElem> PhiXSRh = apply(HomS_SRh, PhiX); // PhiXSRh in SRh in MakeRichHom_H()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DHomomorphismOps.C149 vector<RingElem> PhiX = apply(Phi,X); // PhiX in codomain(Phi) in MakeRichHom() local
153 for(int i=0; i<len(PhiX);++i) in MakeRichHom()
154 PhiX[i] = CanonicalRepr(PhiX[i]); in MakeRichHom()
157 vector<RingElem> PhiXRS = apply(HomS_RS, PhiX); // PhiXRS in RS in MakeRichHom()
232 vector<RingElem> PhiX = apply(Phi,X); // Phi(X) in codomain(Phi) in MakeRichHom_H() local
235 for(int i=0; i<len(PhiX); ++i) PhiX[i] = CanonicalRepr(PhiX[i]); in MakeRichHom_H()
237 vector<RingElem> PhiXSRh = apply(HomS_SRh, PhiX); // PhiXSRh in SRh in MakeRichHom_H()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1135 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1136 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1137 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1138 return PhiX; in getRecurrenceVar()
1174 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1178 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1217 if (!PhiX) in detectPopcountIdiom()
1263 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1308 PhiX = nullptr; in detectCTLZIdiom()
1331 if (!PhiX) in detectCTLZIdiom()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1151 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1152 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1153 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1154 return PhiX; in getRecurrenceVar()
1190 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1194 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1232 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1233 if (!PhiX) in detectPopcountIdiom()
1279 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1347 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1270 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1271 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1272 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1273 return PhiX; in getRecurrenceVar()
1309 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1313 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1351 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1352 if (!PhiX) in detectPopcountIdiom()
1398 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1466 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1194 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1195 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1196 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1197 return PhiX; in getRecurrenceVar()
1233 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1237 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1275 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1276 if (!PhiX) in detectPopcountIdiom()
1322 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1390 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1245 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1246 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1247 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1248 return PhiX; in getRecurrenceVar()
1284 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1288 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1326 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1327 if (!PhiX) in detectPopcountIdiom()
1373 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1441 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1194 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1195 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1196 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1197 return PhiX; in getRecurrenceVar()
1233 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1237 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1275 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1276 if (!PhiX) in detectPopcountIdiom()
1322 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1390 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1245 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1246 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1247 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1248 return PhiX; in getRecurrenceVar()
1284 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1288 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1326 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1327 if (!PhiX) in detectPopcountIdiom()
1373 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1441 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1194 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1195 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1196 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1197 return PhiX; in getRecurrenceVar()
1233 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1237 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1275 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1276 if (!PhiX) in detectPopcountIdiom()
1322 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1390 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1191 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1192 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1193 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1194 return PhiX; in getRecurrenceVar()
1230 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1234 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1272 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1273 if (!PhiX) in detectPopcountIdiom()
1319 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1387 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1278 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1279 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1280 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1281 return PhiX; in getRecurrenceVar()
1317 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1321 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1359 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1360 if (!PhiX) in detectPopcountIdiom()
1406 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1474 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1278 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1279 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1280 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1281 return PhiX; in getRecurrenceVar()
1317 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1321 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1359 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1360 if (!PhiX) in detectPopcountIdiom()
1406 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1474 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1464 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1465 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1466 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1467 return PhiX; in getRecurrenceVar()
1503 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1507 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1545 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1546 if (!PhiX) in detectPopcountIdiom()
1592 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1660 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1464 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1465 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1466 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1467 return PhiX; in getRecurrenceVar()
1503 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1507 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1545 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1546 if (!PhiX) in detectPopcountIdiom()
1592 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1660 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1464 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1465 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1466 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1467 return PhiX; in getRecurrenceVar()
1503 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1507 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1545 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1546 if (!PhiX) in detectPopcountIdiom()
1592 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1660 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1590 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1591 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1592 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1593 return PhiX; in getRecurrenceVar()
1629 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1633 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1671 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1672 if (!PhiX) in detectPopcountIdiom()
1718 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1786 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1464 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1465 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1466 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1467 return PhiX; in getRecurrenceVar()
1503 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1507 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1545 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1546 if (!PhiX) in detectPopcountIdiom()
1592 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1660 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1464 auto *PhiX = dyn_cast<PHINode>(VarX); in getRecurrenceVar() local
1465 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1466 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX)) in getRecurrenceVar()
1467 return PhiX; in getRecurrenceVar()
1503 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
1507 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
1545 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1546 if (!PhiX) in detectPopcountIdiom()
1592 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()
1660 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); in detectShiftUntilZeroIdiom() local
[all …]
/dports/math/openturns/openturns-1.18/validation/src/
H A DValidTruncatedNormal.mws13 rt(2)*A/2)=2*PhiA-1,erf(sqrt(2)*B/2)=2*PhiB-1,erf(sqrt(2)*X/2)=2*PhiX-
/dports/science/clhep/2.4.1.0/CLHEP/Vector/doc/
H A DminorMergeIssues.doc348 48 - PhiX, thetaX, etc for RotationX, RotationY, RotationZ:
H A Dmerge-details.doc201 PhiX, thetaX, etc for RotationX, RotationY, RotationZ: