HomeSort by relevance Sort by last modified time
    Searched refs:RL (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 43 const ASTRecordLayout *RL;
45 RL = &CGM.getContext().getASTObjCImplementationLayout(ID);
47 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container);
62 assert(Index < RL->getFieldCount() && "Ivar is not inside record layout!");
64 return RL->getFieldOffset(Index);
115 const ASTRecordLayout &RL =
117 uint64_t TypeSizeInBits = CGF.CGM.getContext().toBits(RL.getSize());
CGRecordLayoutBuilder.cpp 363 const ASTRecordLayout &RL = Types.getContext().getASTRecordLayout(RD);
364 uint64_t ContainingTypeSizeInBits = Types.getContext().toBits(RL.getSize());
365 unsigned ContainingTypeAlign = Types.getContext().toBits(RL.getAlignment());
    [all...]
CGDebugInfo.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 718 .macro RL V, R, P
776 RL v16, r9, r4
777 RL v17, r9, r4
778 RL v18, r9, r4
779 RL v19, r9, r4
780 RL v20, r9, r4
781 RL v21, r9, r4
782 RL v22, r9, r4
783 RL v23, r9, r4
784 RL v24, r9, r
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 519 TreeTy *RL = getLeft(R);
522 if (getHeight(RR) >= getHeight(RL))
523 return createNode(createNode(L,V,RL), R, RR);
525 assert(!isEmpty(RL) && "RL cannot be empty because it has a height >= 1");
527 TreeTy *RLL = getLeft(RL);
528 TreeTy *RLR = getRight(RL);
530 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 451 SDValue LL, LH, RL, RH, CL, CH;
454 GetSplitOp(N->getOperand(2), RL, RH);
469 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
475 SDValue LL, LH, RL, RH;
478 GetSplitOp(N->getOperand(3), RL, RH);
481 N->getOperand(1), LL, RL, N->getOperand(4));
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeVectorTypes.cpp 831 SDValue LL, LH, RL, RH;
839 RL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(1),
844 Lo = DAG.getNode(N->getOpcode(), DL, LoVT, LL, RL, N->getOperand(2));
    [all...]
  /ndk/tests/standalone/
run.sh 368 cp -RL "$SUBDIR"/* "$BUILD_DIR/"
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 669 SDValue LL, RL, AddendL, AddendH;
672 RL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
686 AddendL, LL, RL);
694 AddendL, LL, RL);
705 AddendL, LL, RL);
708 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/opencv/ml/src/
mlboost.cpp 580 // RL - ... primary split sends to the right and the surrogate split sends to the left
584 double LL = 0, RL = 0, LR, RR;
603 // now iteratively compute LL, LR, RL and RR for every possible surrogate split value.
621 RL += w; RR -= w;
622 if( RL + LR > best_val && sorted[i].val + epsilon < sorted[i+1].val )
624 best_val = RL + LR;
645 // RL - ... primary split sends to the right and the surrogate split sends to the left
    [all...]
mltree.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 321 ??"????<?[?<??/C??T`??7?i????X? ??DIf<4?x?\???_??bp?%?h??yJ3??B?<?o?J~"? J???g ?~e??d F???_?<x????????h?"K?Z}?T????????<B{?&???Y?7?S?V??A??@? ?V????@<RL??8Iw??pP??'??3\U0L??qp<B|?H?c?Z?P?&( ?"?]?T2f??????<RJ?/?-[?????)?? ?p?B??\???<Nl? l??U?hBVwd ^1%???<?4 <TB'?k,0??<???A~?:?????H???<H_????Iw???6??r
323 ??1???? <XB?!??2?J?r?40j?57?q???ip<HT_??i???B?T?*??Fh?/Gq??~?0<Xl??/G??,y?|l????IB,%?q??<HTO??????W?\rV?{?z"?!y?C_r0<Xl?T?%?f-??+{??0?P???;LF?H?<RL/??[0??B?3?N?.D???
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 124 unsigned LL = 0, RL = 0;
129 RL += R[I].Data.size();
131 if (LL != RL)
133 if (LL == 0 && RL == 0)
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
gbemu.js     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar 

Completed in 737 milliseconds

1 2