HomeSort by relevance Sort by last modified time
    Searched defs:LL (Results 26 - 50 of 64) sorted by null

12 3

  /prebuilts/clang/host/darwin-x86/clang-4579689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 504 TreeTy *LL = getLeft(L);
507 if (getHeight(LL) >= getHeight(LR))
508 return createNode(LL, L, createNode(LR,V,R));
515 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 1385 long2 ll = *c; local
1390 long3 ll = *c; local
1395 long4 ll = *c; local
1400 unsigned long long ll = l; local
1409 ulong2 ll = *c; local
1414 ulong3 ll = *c; local
1419 ulong4 ll = *c; local
1437 long2 ll = *(const long2 *)c; local
1442 long3 ll = *(const long3 *)c; local
1447 long4 ll = *(const long4 *)c; local
1452 ulong2 ll = *(const ulong2 *)c; local
1457 ulong3 ll = *(const ulong3 *)c; local
1462 ulong4 ll = *(const ulong4 *)c; local
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 641 // If this is a trivial offset, then we'll get something like
    [all...]
  /external/opencv/ml/src/
mltree.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp 752 SDValue LL, LH, RL, RH;
755 LL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(0),
765 Lo = DAG.getNode(N->getOpcode(), DL, LoVT, LL, RL, N->getOperand(2));
    [all...]
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
LoopbackActivity.java     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 626 // We'll also ignore MVT::i64 operands as this optimizations proves
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c     [all...]

Completed in 2639 milliseconds

12 3