| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | VirtualFileSystemTest.cpp | 1521 Lower); in TEST_F() 1910 Lower); in TEST_F() 1946 Lower); in TEST_F() 1973 Lower); in TEST_F() 1998 Lower); in TEST_F() 2002 Lower); in TEST_F() 2006 Lower); in TEST_F() 2010 Lower); in TEST_F() 2014 Lower); in TEST_F() 2031 Lower); in TEST_F() [all …]
|
| H A D | NativeFormatTests.cpp | 83 EXPECT_EQ("0", format_number(0, HexPrintStyle::Lower)); in TEST() 84 EXPECT_EQ("beef", format_number(0xbeefLL, HexPrintStyle::Lower)); in TEST() 85 EXPECT_EQ("deadbeef", format_number(0xdeadbeefLL, HexPrintStyle::Lower)); in TEST() 146 EXPECT_EQ("00000", format_number(0, HexPrintStyle::Lower, 5)); in TEST() 147 EXPECT_EQ("000abcde", format_number(0xABCDE, HexPrintStyle::Lower, 8)); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 48 : Lower(std::move(V)), Upper(Lower + 1) {} in ConstantRange() 54 assert((Lower != Upper || (Lower.isMaxValue() || Lower.isMinValue())) && in ConstantRange() 367 return Lower == Upper && Lower.isMaxValue(); in isFullSet() 371 return Lower == Upper && Lower.isMinValue(); in isEmptySet() 536 if (Lower.ult(CR.Lower)) { in intersectWith() 582 if (CR.Lower.ult(Lower)) { in intersectWith() 606 if (CR.Lower.ult(Lower)) in intersectWith() 616 if (CR.Lower.ult(Lower)) in intersectWith() 650 APInt L = CR.Lower.ult(Lower) ? CR.Lower : Lower; in unionWith() 693 if (CR.Lower.ule(Upper) || Lower.ule(CR.Upper)) in unionWith() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 48 APInt Lower, Upper; variable 70 ConstantRange(APInt Lower, APInt Upper); 84 static ConstantRange getNonEmpty(APInt Lower, APInt Upper) { in getNonEmpty() argument 85 if (Lower == Upper) in getNonEmpty() 86 return getFull(Lower.getBitWidth()); in getNonEmpty() 87 return ConstantRange(std::move(Lower), std::move(Upper)); in getNonEmpty() 198 const APInt &getLower() const { return Lower; } in getLower() 247 if (Upper == Lower + 1) in getSingleElement() 248 return &Lower; in getSingleElement() 255 if (Lower == Upper + 1) in getSingleMissingElement() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | UnicodeCharRanges.h | 24 uint32_t Lower; member 29 return Value < Range.Lower; 75 if (I != Ranges.begin() && Prev >= I->Lower) { in rangesAreValid() 79 LLVM_DEBUG(dbgs().write_hex(I->Lower) << "\n"); in rangesAreValid() 82 if (I->Upper < I->Lower) { in rangesAreValid() 84 LLVM_DEBUG(dbgs().write_hex(I->Lower)); in rangesAreValid()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | ScaledNumber.cpp | 33 uint64_t Upper = P1, Lower = P4; in multiply64() local 35 uint64_t NewLower = Lower + (getL(N) << 32); in multiply64() 36 Upper += getU(N) + (NewLower < Lower); in multiply64() 37 Lower = NewLower; in multiply64() 44 return std::make_pair(Lower, 0); in multiply64() 50 Upper = Upper << LeadingZeros | Lower >> Shift; in multiply64() 52 Shift && (Lower & UINT64_C(1) << (Shift - 1))); in multiply64()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 149 SystemZMCInstLower Lower(MF->getContext(), *this); in emitInstruction() local 256 .addExpr(Lower.getExpr(MI->getOperand(0), in emitInstruction() 440 Lower.lower(MI, LoweredMI); in emitInstruction() 445 Lower.lower(MI, LoweredMI); in emitInstruction() 450 Lower.lower(MI, LoweredMI); in emitInstruction() 455 Lower.lower(MI, LoweredMI); in emitInstruction() 569 LowerFENTRY_CALL(*MI, Lower); in emitInstruction() 577 LowerPATCHPOINT(*MI, Lower); in emitInstruction() 607 Lower.lower(MI, LoweredMI); in emitInstruction() 802 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand() local [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | O0-pipeline.ll | 21 ; CHECK-NEXT: Lower AMX intrinsics 22 ; CHECK-NEXT: Lower AMX type for load/store 24 ; CHECK-NEXT: Lower Garbage Collection Instructions 26 ; CHECK-NEXT: Lower constant intrinsics 49 ; CHECK-NEXT: X86 Lower Tile Copy
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCorpus.h | 56 auto Lower = std::lower_bound(FeatureFreqs.begin(), FeatureFreqs.end(), in DeleteFeatureFreq() local 59 if (Lower != FeatureFreqs.end() && Lower->first == Idx) { in DeleteFeatureFreq() 60 FeatureFreqs.erase(Lower); in DeleteFeatureFreq() 135 auto Lower = std::lower_bound(FeatureFreqs.begin(), FeatureFreqs.end(), in UpdateFeatureFrequency() local 140 if (Lower != FeatureFreqs.end() && Lower->first == Idx) { in UpdateFeatureFrequency() 141 Lower->second++; in UpdateFeatureFrequency() 143 FeatureFreqs.insert(Lower, std::pair<uint32_t, uint16_t>(Idx, 1)); in UpdateFeatureFrequency()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | llc-pipeline.ll | 35 ; GCN-O0-NEXT: AMDGPU Lower Intrinsics 41 ; GCN-O0-NEXT: Lower OpenCL enqueued blocks 45 ; GCN-O0-NEXT: Lower constant intrinsics 98 ; GCN-O0-NEXT: SI Lower i1 Copies 170 ; GCN-O1-NEXT: AMDGPU Lower Intrinsics 202 ; GCN-O1-NEXT: Lower constant intrinsics 281 ; GCN-O1-NEXT: SI Lower i1 Copies 717 ; GCN-O2-NEXT: AMDGPU Lower Intrinsics 854 ; GCN-O2-NEXT: SI Lower i1 Copies 1010 ; GCN-O3-NEXT: AMDGPU Lower Intrinsics [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 671 if (height(Lower->Left) > height(Lower->Right)) in rotateLeft() 672 Lower = rotateRight(Lower->Left, Lower); in rotateLeft() 673 assert(height(Lower->Left) <= height(Lower->Right)); in rotateLeft() 676 Lower->Left = Higher; in rotateLeft() 677 update(Lower); in rotateLeft() 678 return Lower; in rotateLeft() 686 if (height(Lower->Left) < height(Lower->Right)) in rotateRight() 687 Lower = rotateLeft(Lower->Right, Lower); in rotateRight() 688 assert(height(Lower->Left) >= height(Lower->Right)); in rotateRight() 692 update(Lower); in rotateRight() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 77 Lower, enumerator 175 case LegacyLegalizeActions::Lower: in LegalizeActionStep() 176 Action = LegalizeActions::Lower; in LegalizeActionStep() 664 return actionIf(LegalizeAction::Lower, always); in lower() 673 return actionIf(LegalizeAction::Lower, Predicate); in lowerIf() 686 return actionFor(LegalizeAction::Lower, Types); in lowerFor() 692 return actionFor(LegalizeAction::Lower, Types, Mutation); in lowerFor() 697 return actionFor(LegalizeAction::Lower, Types); in lowerFor() 703 return actionFor(LegalizeAction::Lower, Types, Mutation); in lowerFor() 822 return actionIf(LegalizeAction::Lower, in lowerIfMemSizeNotPow2() [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 408 if (Lower <= Upper) in pin() 412 Lower = Type.getMinValue(); in pin() 431 Type.apply(Lower); in pin() 436 Type.apply(Lower); in pin() 441 Type.apply(Lower); in pin() 459 if (Lower <= Upper) in pin() 480 if (Lower <= Upper) { in intersect() 510 Range(ValueFactory.getValue(Lower), ValueFactory.getMaxValue(Lower))); in intersect() 854 llvm::APSInt Lower = Point; in deletePoint() local 857 --Lower; in deletePoint() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | StratifiedSets.h | 513 auto *Lower = &linksAt(LowerIndex); in tryMergeUpwards() local 515 if (Lower == Upper) in tryMergeUpwards() 519 auto *Current = Lower; in tryMergeUpwards() 532 if (Lower->hasBelow()) { in tryMergeUpwards() 533 auto NewBelowIndex = Lower->getBelow(); in tryMergeUpwards()
|
| H A D | ValueTracking.cpp | 6902 Lower = *C; in setLimitsForBinOp() 6926 Lower = *C; in setLimitsForBinOp() 6940 Lower = *C; in setLimitsForBinOp() 6968 Lower = *C; in setLimitsForBinOp() 6969 Upper = Lower.shl(Lower.countLeadingZeros()) + 1; in setLimitsForBinOp() 7008 Lower = *C; in setLimitsForBinOp() 7063 Lower = *C; in setLimitsForIntrinsic() 7123 Lower = *C; in setLimitsForIntrinsic() 7130 Lower = *C; in setLimitsForIntrinsic() 7188 Lower = *C; in setLimitsForSelectPattern() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | flags.inc | 15 "deallocation of chunks. Lower value may reduce memory usage but " 20 "quarantine. Lower value may reduce memory usage but might increase "
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/objc/ |
| H A D | property-declaration.rst | 8 in the format of Lower Camel Case. 27 will suppress the Lower Camel Case check according to the guide:
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_flags.inc | 23 "chunks. Lower value may reduce memory usage but decrease the " 30 "quarantine. Lower value may reduce memory usage but might increase "
|
| /llvm-project-15.0.7/flang/lib/ |
| H A D | CMakeLists.txt | 4 add_subdirectory(Lower)
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYAsmPrinter.cpp | 84 MCInstLowering.Lower(Instr, LRWInst); in expandTLSLA() 91 MCInstLowering.Lower(Instr, GRSInst); in expandTLSLA() 163 MCInstLowering.Lower(MI, TmpInst); in emitInstruction()
|
| H A D | CSKYMCInstLower.h | 28 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
|
| /llvm-project-15.0.7/mlir/test/Conversion/ShapeToStandard/ |
| H A D | shape-to-standard.mlir | 3 // Lower binary ops. 90 // Lower `const_shape` to `tensor.from_elements`. 106 // Lower `const_shape` in the case of rank 0. 119 // Lower `any` to its first operand. 132 // Lower `any` to its first operand. 143 // Lower 'const_size` to `arith.constant` 155 // Lower `to_extent_tensor` to `tensor.cast` 202 // Lower `shape_of` for unranked tensors. 229 // Lower `shape_of` for statically shaped tensor. 243 // Lower `shape_of` for 0-D tensor. [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreMCInstLower.h | 30 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARCMCInstLower.h | 33 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | O0-pipeline.ll | 24 ; CHECK-NEXT: Lower Garbage Collection Instructions 26 ; CHECK-NEXT: Lower constant intrinsics
|