HomeSort by relevance Sort by last modified time
    Searched defs:LL (Results 1 - 25 of 43) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 89 LocationList LL;
90 LL.Offset = *Offset;
111 return LL;
128 LL.Entries.push_back(std::move(E));
138 if (auto LL = parseOneLocationList(data, &Offset))
139 Locations.push_back(std::move(*LL));
149 LocationList LL;
150 LL.Offset = *Offset;
172 LL.Entries.push_back(std::move(E));
174 return LL;
    [all...]
  /external/llvm/lib/Support/
ScaledNumber.cpp 28 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS);
31 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
ScaledNumber.cpp 28 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS);
31 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.c 244 #define LL(x) (sizeof(x)/sizeof(char) - 1)
266 addstr(out, RETS, LL(RETS));
267 bufflen -= LL(RETS);
273 addstr(out, PRE, LL(PRE)); /* add prefix */
274 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */
282 addstr(out, RETS, LL(RETS));
284 memcpy(out, POS, (LL(POS) + 1) * sizeof(char));
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc 41 static const unsigned LL = sizeof(long long);
115 testScanf("%llu", 1, LL);
116 testScanf("%qd", 1, LL);
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorUInt128.h 76 template <typename HL, typename LL, typename HR, typename LR>
78 bool operator == (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
83 template <typename HL, typename LL, typename HR, typename LR>
85 bool operator != (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
90 template <typename HL, typename LL, typename HR, typename LR>
92 bool operator >= (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
100 template <typename HL, typename LL, typename HR, typename LR>
102 bool operator < (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
110 template <typename HL, typename LL, typename HR, typename LR>
112 TensorUInt128<uint64_t, uint64_t> operator + (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsExpandPseudo.cpp 17 // spills between ll and sc. These stores cause some MIPS implementations to
83 unsigned LL, SC;
92 LL = STI->hasMips32r6() ? Mips::LL_MMR6 : Mips::LL_MM;
97 LL = STI->hasMips32r6() ? (ArePtrs64bit ? Mips::LL64_R6 : Mips::LL_R6)
98 : (ArePtrs64bit ? Mips::LL64 : Mips::LL);
143 // ll dest, 0(ptr)
146 BuildMI(loop1MBB, DL, TII->get(LL), Scratch).addReg(Ptr).addImm(0);
214 unsigned LL, SC, ZERO, BNE, BEQ, MOVE;
218 LL = STI->hasMips32r6() ? Mips::LL_MMR6 : Mips::LL_MM;
223 LL = STI->hasMips32r6(
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 678 StringRef U, F, L, LL;
714 } else if (Suff::has("ll", text)) {
716 } else if (Suff::has("LL", text)) {
739 Info.LL = *UpperL ? "LL" : "ll";
882 commit.insert(LitE, LitInfo.LL);
    [all...]
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 788 auto LL = L(1, 'a', 3.14, "abc");
789 LL("dim");
attr-noreturn.cpp 87 struct LL : KK {};
104 LL l;
120 const LL& ll = LL(); local
  /external/lua/src/
lobject.c 479 #define LL(x) (sizeof(x)/sizeof(char) - 1)
501 addstr(out, RETS, LL(RETS));
502 bufflen -= LL(RETS);
508 addstr(out, PRE, LL(PRE)); /* add prefix */
509 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */
517 addstr(out, RETS, LL(RETS));
519 memcpy(out, POS, (LL(POS) + 1) * sizeof(char));
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 667 #define LL(x) GOOGLE_LONGLONG(x)
696 EXPECT_EQ(ULL(0x000000007FFFFFFE), ZigZagEncode64(LL(0x000000003FFFFFFF)));
697 EXPECT_EQ(ULL(0x000000007FFFFFFF), ZigZagEncode64(LL(0xFFFFFFFFC0000000)));
698 EXPECT_EQ(ULL(0x00000000FFFFFFFE), ZigZagEncode64(LL(0x000000007FFFFFFF)));
699 EXPECT_EQ(ULL(0x00000000FFFFFFFF), ZigZagEncode64(LL(0xFFFFFFFF80000000)));
700 EXPECT_EQ(ULL(0xFFFFFFFFFFFFFFFE), ZigZagEncode64(LL(0x7FFFFFFFFFFFFFFF)));
701 EXPECT_EQ(ULL(0xFFFFFFFFFFFFFFFF), ZigZagEncode64(LL(0x8000000000000000)));
707 EXPECT_EQ(LL(0x000000003FFFFFFF), ZigZagDecode64(ULL(0x000000007FFFFFFE)));
708 EXPECT_EQ(LL(0xFFFFFFFFC0000000), ZigZagDecode64(ULL(0x000000007FFFFFFF)));
709 EXPECT_EQ(LL(0x000000007FFFFFFF), ZigZagDecode64(ULL(0x00000000FFFFFFFE)))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 442 SDValue LL, LH, RL, RH, CL, CH;
444 GetSplitOp(N->getOperand(1), LL, LH);
460 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
466 SDValue LL, LH, RL, RH;
468 GetSplitOp(N->getOperand(2), LL, LH);
471 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0),
472 N->getOperand(1), LL, RL, N->getOperand(4));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 520 SDValue Lo, Hi, LL, LH, RL, RH;
521 std::tie(LL, LH) = DAG.SplitVectorOperand(N, 0);
524 Lo = DAG.getNode(N->getOpcode(), DL, LoVT, LL, RL, N->getOperand(2));
531 SDValue LL, LH, RL, RH, CL, CH;
533 GetSplitOp(N->getOperand(1), LL, LH);
554 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
560 SDValue LL, LH, RL, RH;
562 GetSplitOp(N->getOperand(2), LL, LH);
565 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 525 SDValue LL, LH, RL, RH, CL, CH;
527 GetSplitOp(N->getOperand(1), LL, LH);
541 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
547 SDValue LL, LH, RL, RH;
549 GetSplitOp(N->getOperand(2), LL, LH);
552 Lo = DAG.getNode(ISD::SELECT_CC, dl, LL.getValueType(), N->getOperand(0),
553 N->getOperand(1), LL, RL, N->getOperand(4));
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 499 TreeTy *LL = getLeft(L);
502 if (getHeight(LL) >= getHeight(LR))
503 return createNode(LL, L, createNode(LR,V,R));
510 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));
    [all...]
  /external/skia/src/core/
SkBlurMF.cpp 491 const SkVector& LL = rrect.radii(SkRRect::kLowerLeft_Corner);
493 const SkScalar leftUnstretched = SkTMax(UL.fX, LL.fX) + SkIntToScalar(2 * margin.fX);
507 const SkScalar bottomUnstretched = SkTMax(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY);
522 radii[SkRRect::kLowerLeft_Corner] = LL;
    [all...]
  /external/skqp/src/core/
SkBlurMF.cpp 491 const SkVector& LL = rrect.radii(SkRRect::kLowerLeft_Corner);
493 const SkScalar leftUnstretched = SkTMax(UL.fX, LL.fX) + SkIntToScalar(2 * margin.fX);
507 const SkScalar bottomUnstretched = SkTMax(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY);
522 radii[SkRRect::kLowerLeft_Corner] = LL;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableSet.h 497 TreeTy *LL = getLeft(L);
500 if (getHeight(LL) >= getHeight(LR))
501 return createNode(LL, L, createNode(LR,V,R));
508 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 107 // If the object is defined in the current Module, we'll be giving
610 Value *LL = LU->getOperand(0);
613 if (LL == I)
616 L = LL;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
ImmutableSet.h 501 TreeTy *LL = getLeft(L);
504 if (getHeight(LL) >= getHeight(LR))
505 return createNode(LL, L, createNode(LR,V,R));
512 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 672 SDValue LL, RL, AddendL, AddendH;
673 LL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
689 AddendL, LL, RL);
697 AddendL, LL, RL);
708 AddendL, LL, RL);
710 RH = DAG.getNode(ISD::MUL, dl, MVT::i32, LL, RH);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 659 SDValue LL, RL, AddendL, AddendH;
660 LL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
676 AddendL, LL, RL);
684 AddendL, LL, RL);
695 AddendL, LL, RL);
697 RH = DAG.getNode(ISD::MUL, dl, MVT::i32, LL, RH);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 662 SDValue LL, RL, AddendL, AddendH;
663 LL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
679 AddendL, LL, RL);
687 AddendL, LL, RL);
698 AddendL, LL, RL);
700 RH = DAG.getNode(ISD::MUL, dl, MVT::i32, LL, RH);
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 2794 milliseconds

1 2