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

1 2

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 41 const ASTRecordLayout *RL;
43 RL = &CGM.getContext().getASTObjCImplementationLayout(ID);
45 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container);
60 assert(Index < RL->getFieldCount() && "Ivar is not inside record layout!");
62 return RL->getFieldOffset(Index);
CGRecordLayoutBuilder.cpp 697 CGRecordLayout *RL =
701 RL->NonVirtualBases.swap(Builder.NonVirtualBases);
702 RL->CompleteObjectVirtualBases.swap(Builder.VirtualBases);
705 RL->FieldInfo.swap(Builder.Fields);
708 RL->BitFields.swap(Builder.BitFields);
716 RL->print(llvm::outs());
    [all...]
CGOpenMPRuntime.cpp     [all...]
CGClass.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 597 const ASTRecordLayout &RL = Context.getASTRecordLayout(RT->getDecl());
599 CharUnits Result = Context.toCharUnitsFromBits(RL.getFieldOffset(i));
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 518 SDValue LL, LH, RL, RH, CL, CH;
521 GetSplitOp(N->getOperand(2), RL, RH);
534 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
540 SDValue LL, LH, RL, RH;
543 GetSplitOp(N->getOperand(3), RL, RH);
546 N->getOperand(1), LL, RL, N->getOperand(4));
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 125 void RL(size_t i) {
280 RL(0); L(1); RU(0); U(1);
281 L(1); RL(0); RU(0); U(1);
286 RL(2); RL(3); RU(2); RU(3);
287 RL(3); RL(2); RU(2); RU(3);
370 RL(000);
371 RL(100);
372 RL(200)
    [all...]
  /external/v8/tools/push-to-trunk/
test_scripts.py 260 def RL(text, cb=None):
451 RL("Y"),
464 RL("n"),
476 RL("Y"),
594 RL(""), # Open editor.
615 RL("Y"), # Increment build number.
752 expectations.append(RL("Y")) # Confirm last push.
763 expectations.append(RL("")) # Increment build number.
771 expectations.append(RL("")) # Open editor.
791 expectations.append(RL("Y")) # Sanity check
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 516 TreeTy *RL = getLeft(R);
519 if (getHeight(RR) >= getHeight(RL))
520 return createNode(createNode(L,V,RL), R, RR);
522 assert(!isEmpty(RL) && "RL cannot be empty because it has a height >= 1");
524 TreeTy *RLL = getLeft(RL);
525 TreeTy *RLR = getRight(RL);
527 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [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/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 676 SDValue LL, RL, AddendL, AddendH;
679 RL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
693 AddendL, LL, RL);
701 AddendL, LL, RL);
712 AddendL, LL, RL);
715 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 328 milliseconds

1 2