Searched refs:LS2 (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 1109 LatticeCell LS1, LS2; in evaluateCMPrr() local 1110 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2)) in evaluateCMPrr() 1114 bool IsProp2 = LS2.isProperty(); in evaluateCMPrr() 1118 return evaluateCMPpp(Cmp, Prop1, LS2.properties(), Result); in evaluateCMPrr() 1123 uint32_t Prop2 = LS2.properties(); in evaluateCMPrr() 1129 for (unsigned i = 0; i < LS2.size(); ++i) { in evaluateCMPrr() 1131 bool Computed = constToInt(LS2.Values[i], A) && in evaluateCMPrr() 1383 LatticeCell LS2; in evaluateANDrr() local 1384 if (!evaluate(R2, L2, LS2)) in evaluateANDrr() 1386 if (LS2.isBottom() || LS2.isProperty()) in evaluateANDrr() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 2480 GLoadStore *LS2 = dyn_cast<GLoadStore>(I2); in matchEqualDefs() local 2481 if (!LS1 || !LS2) in matchEqualDefs() 2485 (LS1->getMemSizeInBits() != LS2->getMemSizeInBits())) in matchEqualDefs()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 2218 auto LS2 = B.buildSub(S32, LS, One); in legalizeITOFP() local 2219 ShAmt = B.buildUMin(S32, LS2, MaxShAmt); in legalizeITOFP()
|