Home
last modified time | relevance | path

Searched refs:LL (Results 1 – 25 of 105) sorted by relevance

12345

/llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/
H A Dself-referential-global.ll4 %LL = type { %S, %LL* }
8LL] [%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 Dratio275 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 DHexagonGenInsert.cpp1104 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 Dllvm-jitlink.cpp1579 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 DMipsExpandPseudo.cpp82 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 Dadditive-folding-range-constraints.c106 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 Dembed-bitcode.ll14 ; 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 Dobjcmt-numeric-literals.m67 [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 Dobjcmt-numeric-literals.m.result67 [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 Darm64-inline-asm.c4 asm volatile("USE(%0)" :: "z"(0LL)); in foo()
5 asm volatile("USE(%x0)" :: "z"(0LL)); in foo()
H A Dconstant-builtins-2.c157 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 Dfp16-litpool-arm.mir13 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 Ddfsqrt.S163 #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 Duse-to-string.rst17 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 Dfixtfdi_test.c23 { 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 DLegalizeTypesGeneric.cpp510 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 Dattr-noreturn.cpp87 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 Daix-bitfield-alignment.c188 enum LL : unsigned long long { val = 1 }; enum
191 enum LL e : 32;
H A Daix-bitfield-alignment.cpp36 enum LL : unsigned long long { val = 1 }; enum
/llvm-project-15.0.7/clang/test/Rewriter/
H A Dobjc-modern-numeric-literal.mm45 NSNumber *fortyTwoLongLong = @42LL; // equivalent to [NSNumber numberWithLongLong:42LL]
63 …g))(void *)objc_msgSend)(objc_getClass("NSNumber"), sel_registerName("numberWithLongLong:"), 42LL);
H A Dobjc-modern-boxing.mm51 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 Dsanitizer_format_interceptor_test.cpp40 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 Dprettyprint_types.s61 # 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 DScaledNumber.cpp27 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 Dwarn-objc-literal-conversion.mm32 if (@12LL) {}
34 if (@-12LL) {}

12345