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

  /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 666 CGRecordLayout *RL =
670 RL->NonVirtualBases.swap(Builder.NonVirtualBases);
671 RL->CompleteObjectVirtualBases.swap(Builder.VirtualBases);
674 RL->FieldInfo.swap(Builder.Fields);
677 RL->BitFields.swap(Builder.BitFields);
685 RL->print(llvm::outs());
709 dyn_cast<llvm::StructType>(RL->getLLVMType());
720 unsigned FieldNo = RL->getLLVMFieldNo(FD);
734 const CGBitFieldInfo &Info = RL->getBitFieldInfo(FD);
735 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD))
    [all...]
CGClass.cpp 820 const CGRecordLayout &RL =
822 const CGBitFieldInfo &BFInfo = RL.getBitFieldInfo(FirstField);
    [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 466 const ASTRecordLayout &RL = Context.getASTRecordLayout(RT->getDecl());
468 CharUnits Result = Context.toCharUnitsFromBits(RL.getFieldOffset(i));
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 515 SDValue LL, LH, RL, RH, CL, CH;
518 GetSplitOp(N->getOperand(2), RL, RH);
531 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
537 SDValue LL, LH, RL, RH;
540 GetSplitOp(N->getOperand(3), RL, RH);
543 N->getOperand(1), LL, RL, N->getOperand(4));
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/chromium_org/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...]
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 128 void RL(size_t i) {
283 RL(0); L(1); RU(0); U(1);
284 L(1); RL(0); RU(0); U(1);
289 RL(2); RL(3); RU(2); RU(3);
290 RL(3); RL(2); RU(2); RU(3);
373 RL(000);
374 RL(100);
375 RL(200)
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 518 TreeTy *RL = getLeft(R);
521 if (getHeight(RR) >= getHeight(RL))
522 return createNode(createNode(L,V,RL), R, RR);
524 assert(!isEmpty(RL) && "RL cannot be empty because it has a height >= 1");
526 TreeTy *RLL = getLeft(RL);
527 TreeTy *RLR = getRight(RL);
529 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 668 SDValue LL, RL, AddendL, AddendH;
671 RL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
685 AddendL, LL, RL);
693 AddendL, LL, RL);
704 AddendL, LL, RL);
707 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...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1027 milliseconds