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

  /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 356 const ASTRecordLayout &RL = Types.getContext().getASTRecordLayout(RD);
357 uint64_t ContainingTypeSizeInBits = Types.getContext().toBits(RL.getSize());
358 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 513 TreeTy *RL = getLeft(R);
516 if (getHeight(RR) >= getHeight(RL))
517 return createNode(createNode(L,V,RL), R, RR);
519 assert(!isEmpty(RL) && "RL cannot be empty because it has a height >= 1");
521 TreeTy *RLL = getLeft(RL);
522 TreeTy *RLR = getRight(RL);
524 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 442 SDValue LL, LH, RL, RH, CL, CH;
445 GetSplitOp(N->getOperand(2), RL, RH);
460 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
466 SDValue LL, LH, RL, RH;
469 GetSplitOp(N->getOperand(3), RL, RH);
472 N->getOperand(1), LL, RL, N->getOperand(4));
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeVectorTypes.cpp 752 SDValue LL, LH, RL, RH;
760 RL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(1),
765 Lo = DAG.getNode(N->getOpcode(), DL, LoVT, LL, RL, N->getOperand(2));
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 659 SDValue LL, RL, AddendL, AddendH;
662 RL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
676 AddendL, LL, RL);
684 AddendL, LL, RL);
695 AddendL, LL, RL);
698 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL);
    [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...]
  /external/clang/lib/AST/
ExprConstant.cpp 566 const ASTRecordLayout &RL = Info.Ctx.getASTRecordLayout(RD);
576 Result.Offset += Info.Ctx.toCharUnitsFromBits(RL.getFieldOffset(i));
    [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 118 unsigned LL = 0, RL = 0;
123 RL += R[I].Data.size();
125 if (LL != RL)
127 if (LL == 0 && RL == 0)
    [all...]

Completed in 1379 milliseconds