| /llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/ |
| H A D | self-referential-global.ll | 4 %LL = type { %S, %LL* } 8 …LL] [%LL { %S { void (%S*, i32)* @B }, %LL* getelementptr inbounds ([3 x %LL], [3 x %LL]* @Table, …
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | ratio | 275 typedef ratio<1LL, 1000000000000000000LL> atto; 277 typedef ratio<1LL, 1000000000000LL> pico; 278 typedef ratio<1LL, 1000000000LL> nano; 282 typedef ratio<1LL, 10LL> deci; 283 typedef ratio< 10LL, 1LL> deca; 285 typedef ratio< 1000LL, 1LL> kilo; 286 typedef ratio< 1000000LL, 1LL> mega; 287 typedef ratio< 1000000000LL, 1LL> giga; 290 typedef ratio<1000000000000000000LL, 1LL> exa; 470 struct __ratio_less<_R1, _R2, 1LL, 1LL> [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 1104 LL.clear(); in pruneCoveredSets() 1127 LL.erase(LL.begin()+i); in pruneCoveredSets() 1128 n = LL.size(); in pruneCoveredSets() 1141 unsigned SR = LL[i-1].first.SrcR, IR = LL[i-1].first.InsR; in pruneUsesTooFar() 1150 LL.erase(LL.begin()+(i-1)); in pruneUsesTooFar() 1311 if (LL.empty()) in selectCandidates() 1320 LL.clear(); in selectCandidates() 1363 if (!LL.empty()) in selectCandidates() 1368 if (LL.empty()) in selectCandidates() 1370 unsigned SR = LL[0].first.SrcR, IR = LL[0].first.InsR; in selectCandidates() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 1579 LibraryLoad LL; in addLibraries() local 1581 LL.IsPath = true; in addLibraries() 1591 LibraryLoad LL; in addLibraries() local 1592 LL.LibName = *LibItr; in addLibraries() 1593 LL.IsPath = true; in addLibraries() 1605 LibraryLoad LL; in addLibraries() local 1606 LL.LibName = *LibItr; in addLibraries() 1617 LibraryLoad LL; in addLibraries() local 1619 LL.Position = in addLibraries() 1665 if (LL.IsPath) { in addLibraries() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsExpandPseudo.cpp | 82 unsigned LL, SC; in expandAtomicCmpSwapSubword() local 91 LL = STI->hasMips32r6() ? Mips::LL_MMR6 : Mips::LL_MM; in expandAtomicCmpSwapSubword() 213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local 217 LL = STI->hasMips32r6() ? Mips::LL_MMR6 : Mips::LL_MM; in expandAtomicCmpSwap() 222 LL = STI->hasMips32r6() in expandAtomicCmpSwap() 224 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicCmpSwap() 235 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD; in expandAtomicCmpSwap() 316 LL = STI->hasMips32r6() ? Mips::LL_MMR6 : Mips::LL_MM; in expandAtomicBinOpSubword() 601 LL = STI->hasMips32r6() in expandAtomicBinOp() 603 : (ArePtrs64bit ? Mips::LL64 : Mips::LL); in expandAtomicBinOp() [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | additive-folding-range-constraints.c | 106 clang_analyzer_eval((a - 5) > 0LL); // expected-warning{{UNKNOWN}} in mixedComparisons4() 108 if ((a - 5) > 0LL) { in mixedComparisons4() 117 clang_analyzer_eval((a + 5) == 0LL); // expected-warning{{UNKNOWN}} in mixedComparisons5() 119 if ((a + 5) == 0LL) { in mixedComparisons5() 154 clang_analyzer_eval((a + 5) < 0LL); // expected-warning{{UNKNOWN}} in mixedComparisons8() 156 if ((a + 5) < 0LL) { in mixedComparisons8()
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | embed-bitcode.ll | 14 ; RUN: llvm-dis %t-embedded.bc -o - | FileCheck %s --check-prefixes=CHECK-LL,CHECK-OPT 19 ; RUN: llvm-dis %t-embedded.bc -o - | FileCheck %s --check-prefixes=CHECK-LL,CHECK-NOOPT 24 ; CHECK-LL: @_start 25 ; CHECK-LL: @foo 28 ; CHECK-LL: @bar
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-numeric-literals.m | 67 [NSNumber numberWithChar:2LL]; 97 [NSNumber numberWithUnsignedChar:2LL]; 127 [NSNumber numberWithShort:2LL]; 185 [NSNumber numberWithInt:2LL]; 220 [NSNumber numberWithUnsignedInt:2LL]; 249 [NSNumber numberWithLong:2LL]; 307 [NSNumber numberWithLongLong:2LL]; 365 [NSNumber numberWithFloat:2LL]; 394 [NSNumber numberWithDouble:2LL]; 423 [NSNumber numberWithBool:2LL]; [all …]
|
| H A D | objcmt-numeric-literals.m.result | 67 [NSNumber numberWithChar:2LL]; 97 [NSNumber numberWithUnsignedChar:2LL]; 127 [NSNumber numberWithShort:2LL]; 156 [NSNumber numberWithUnsignedShort:2LL]; 302 @2LL; 303 @2LL; 305 @2LL; 307 @2LL; 319 @04LL; 320 @0LL; [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | arm64-inline-asm.c | 4 asm volatile("USE(%0)" :: "z"(0LL)); in foo() 5 asm volatile("USE(%x0)" :: "z"(0LL)); in foo()
|
| H A D | constant-builtins-2.c | 157 char popcount8[__builtin_popcountll(0LL) == 0 ? 1 : -1]; 159 char popcount10[__builtin_popcountll(~0LL) == BITSIZE(long long) ? 1 : -1]; 197 char clrsb3[__builtin_clrsbll(0LL) == BITSIZE(long long) - 1 ? 1 : -1]; 200 char clrsb6[__builtin_clrsbll(~0LL) == BITSIZE(long long) - 1 ? 1 : -1];
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | fp16-litpool-arm.mir | 13 define dso_local i32 @ARM(i64* %LL, i32 %A.coerce) local_unnamed_addr #1 { 19 store volatile i64 4242424242424242, i64* %LL, align 8 79 …STRi12 killed renamable $r2, renamable $r0, 4, 14, $noreg :: (volatile store (s32) into %ir.LL + 4) 81 …d renamable $r1, killed renamable $r0, 0, 14, $noreg :: (volatile store (s32) into %ir.LL, align 8)
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/hexagon/ |
| H A D | dfsqrt.S | 163 #define LL r5:4 macro 250 LL = mpyu(ROOTLO,ROOTLO) define 255 HL += lsr(LL,#33) 256 LL += asl(HL,#33) 261 REM_LO = sub(REM_LO,LL,P_CARRY0):carry 269 #undef LL
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/boost/ |
| H A D | use-to-string.rst | 17 auto wstr = boost::lexical_cast<std::wstring>(2137LL); 21 auto wstr = std::to_wstring(2137LL);
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ppc/ |
| H A D | fixtfdi_test.c | 23 { 0.0, 0.0, 0LL }, 24 { -0.0, 0.0, 0LL }, 45 { 1.0, -0x1.0p-54, 0LL }, 52 { -1.0, 0x1.0p-54, 0LL },
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypesGeneric.cpp | 510 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local 513 GetSplitOp(N->getOperand(1), LL, LH); in SplitRes_Select() 544 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL); in SplitRes_Select() 553 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL, EVLLo); in SplitRes_Select() 559 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local 561 GetSplitOp(N->getOperand(2), LL, LH); in SplitRes_SELECT_CC() 564 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0), in SplitRes_SELECT_CC() 565 N->getOperand(1), LL, RL, N->getOperand(4)); in SplitRes_SELECT_CC()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-noreturn.cpp | 87 struct LL : KK {}; struct 104 LL l; in test_31() 120 const LL& ll = LL(); in test_31()
|
| /llvm-project-15.0.7/clang/test/Layout/ |
| H A D | aix-bitfield-alignment.c | 188 enum LL : unsigned long long { val = 1 }; enum 191 enum LL e : 32;
|
| H A D | aix-bitfield-alignment.cpp | 36 enum LL : unsigned long long { val = 1 }; enum
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | objc-modern-numeric-literal.mm | 45 NSNumber *fortyTwoLongLong = @42LL; // equivalent to [NSNumber numberWithLongLong:42LL] 63 …g))(void *)objc_msgSend)(objc_getClass("NSNumber"), sel_registerName("numberWithLongLong:"), 42LL);
|
| H A D | objc-modern-boxing.mm | 51 NSNumber *fortyTwoLongLong = @(42LL); // equivalent to [NSNumber numberWithLongLong:(42LL)] 68 …)(void *)objc_msgSend)(objc_getClass("NSNumber"), sel_registerName("numberWithLongLong:"), (42LL));
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_format_interceptor_test.cpp | 40 static const unsigned LL = sizeof(long long); variable 117 testScanf("%llu", 1, LL); in TEST() 118 testScanf("%qd", 1, LL); in TEST()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | prettyprint_types.s | 61 # tv<int, 0>, tv<long, 0L>, tv<long long, 0LL>, tv<unsigned, 0U>, 160 # CHECK: DW_AT_type{{.*}}"tv<long long, 0LL>"
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | ScaledNumber.cpp | 27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local 30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; in multiply64()
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | warn-objc-literal-conversion.mm | 32 if (@12LL) {} 34 if (@-12LL) {}
|