HomeSort by relevance Sort by last modified time
    Searched defs:RL (Results 1 - 18 of 18) 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 361 const ASTRecordLayout &RL = Types.getContext().getASTRecordLayout(RD);
362 uint64_t ContainingTypeSizeInBits = Types.getContext().toBits(RL.getSize());
363 unsigned ContainingTypeAlign = Types.getContext().toBits(RL.getAlignment());
    [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 441 SDValue LL, LH, RL, RH, CL, CH;
444 GetSplitOp(N->getOperand(2), RL, RH);
459 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
465 SDValue LL, LH, RL, RH;
468 GetSplitOp(N->getOperand(3), RL, RH);
471 N->getOperand(1), LL, RL, N->getOperand(4));
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp 790 SDValue LL, LH, RL, RH;
798 RL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(1),
803 Lo = DAG.getNode(N->getOpcode(), DL, LoVT, LL, RL, N->getOperand(2));
    [all...]
DAGCombiner.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [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/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/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...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]

Completed in 1109 milliseconds