Searched refs:RL (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp40 const ASTRecordLayout *RL; local
42 RL = &CGM.getContext().getASTObjCImplementationLayout(ID);
44 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container);
59 assert(Index < RL->getFieldCount() && "Ivar is not inside record layout!");
61 return RL->getFieldOffset(Index);
H A DCGRecordLayoutBuilder.cpp980 CGRecordLayout *RL = local
984 RL->NonVirtualBases.swap(Builder.NonVirtualBases);
985 RL->CompleteObjectVirtualBases.swap(Builder.VirtualBases);
988 RL->FieldInfo.swap(Builder.Fields);
991 RL->BitFields.swap(Builder.BitFields);
999 RL->dump();
1026 dyn_cast<llvm::StructType>(RL->getLLVMType());
1039 unsigned FieldNo = RL->getLLVMFieldNo(FD);
1066 const CGBitFieldInfo &Info = RL->getBitFieldInfo(FD);
1067 llvm::Type *ElementTy = ST->getTypeAtIndex(RL
[all...]
H A DCGDebugInfo.cpp1147 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); local
1164 BaseOffset = CGM.getContext().toBits(RL.getBaseClassOffset(Base));
1273 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); local
1276 if (RL.getPrimaryBase())
1461 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); local
1504 FieldOffset = RL.getFieldOffset(FieldNo);
2045 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); local
2046 if (const CXXRecordDecl *PBase = RL.getPrimaryBase()) {
H A DCGExpr.cpp2512 const CGRecordLayout &RL = local
2514 const CGBitFieldInfo &Info = RL.getBitFieldInfo(field);
2516 unsigned Idx = RL.getLLVMFieldNo(field);
2629 const CGRecordLayout &RL = local
2631 unsigned idx = RL.getLLVMFieldNo(Field);
H A DCGExprScalar.cpp1780 const ASTRecordLayout &RL = CGF.getContext().getASTRecordLayout(RD); local
1791 assert(i < RL.getFieldCount() && "offsetof field in wrong type");
1794 int64_t OffsetInt = RL.getFieldOffset(i) /
1813 const ASTRecordLayout &RL = CGF.getContext().getASTRecordLayout(RD); local
1821 CharUnits OffsetInt = RL.getBaseClassOffset(BaseRD);
H A DCGObjCMac.cpp2086 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); local
2088 CGM.getContext().toCharUnitsFromBits(RL.getFieldOffset(i));
4554 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); local
4555 FieldOffset = (RL.getFieldOffset(i) / ByteSizeInBits) - FirstFieldDelta;
5780 const ASTRecordLayout &RL = local
5784 InstanceSize = RL.getDataSize().getQuantity();
5787 if (!RL.getFieldCount())
5790 InstanceStart = RL.getFieldOffset(0) / CGM.getContext().getCharWidth();
H A DCGClass.cpp800 const CGRecordLayout &RL = local
802 const CGBitFieldInfo &BFInfo = RL.getBitFieldInfo(FirstField);
/freebsd-10.0-release/release/picobsd/floppy.tree/sbin/
H A Ddhclient-script240 chown -RL root:wheel /etc/resolv.conf
241 chmod -RL 644 /etc/resolv.conf
/freebsd-10.0-release/sbin/dhclient/
H A Ddhclient-script245 chown -RL root:wheel /etc/resolv.conf
246 chmod -RL 644 /etc/resolv.conf
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h518 TreeTy *RL = getLeft(R); local
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));
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp485 SDValue LL, LH, RL, RH, CL, CH; local
488 GetSplitOp(N->getOperand(2), RL, RH);
503 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
509 SDValue LL, LH, RL, RH; local
512 GetSplitOp(N->getOperand(3), RL, RH);
515 N->getOperand(1), LL, RL, N->getOperand(4));
H A DLegalizeIntegerTypes.cpp1893 SDValue LL, LH, RL, RH; local
1895 GetExpandedInteger(N->getOperand(1), RL, RH);
1896 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), LL, RL);
1911 SDValue LL, LH, RL, RH; local
1913 GetExpandedInteger(N->getOperand(1), RL, RH);
1925 Lo = DAG.getNode(ISD::UMUL_LOHI, dl, DAG.getVTList(NVT, NVT), LL, RL);
1931 Lo = DAG.getNode(ISD::MUL, dl, NVT, LL, RL);
1932 Hi = DAG.getNode(ISD::MULHU, dl, NVT, LL, RL);
1940 Lo = DAG.getNode(ISD::SMUL_LOHI, dl, DAG.getVTList(NVT, NVT), LL, RL);
1946 Lo = DAG.getNode(ISD::MUL, dl, NVT, LL, RL);
[all...]
H A DDAGCombiner.cpp2431 SDValue LL, LR, RL, RR, CC0, CC1; local
2599 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
2608 LR.getValueType(), LL, RL);
2615 LR.getValueType(), LL, RL);
2622 LR.getValueType(), LL, RL);
2628 if (LL == RR && LR == RL) {
2630 std::swap(RL, RR);
2632 if (LL == RL && LR == RR) {
3045 SDValue LL, LR, RL, RR, CC0, CC1; local
3114 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, R
[all...]
H A DLegalizeVectorTypes.cpp851 SDValue LL, LH, RL, RH; local
859 RL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(1),
864 Lo = DAG.getNode(N->getOpcode(), DL, LoVT, LL, RL, N->getOperand(2));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp463 const ASTRecordLayout &RL = Context.getASTRecordLayout(RT->getDecl()); local
465 CharUnits Result = Context.toCharUnitsFromBits(RL.getFieldOffset(i));
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp622 SDValue LL, RL, AddendL, AddendH; local
625 RL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
639 AddendL, LL, RL);
647 AddendL, LL, RL);
658 AddendL, LL, RL);
661 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1336 const ASTRecordLayout *RL = 0) {
1337 if (!RL) {
1339 RL = &Info.Ctx.getASTRecordLayout(Derived);
1342 Obj.getLValueOffset() += RL->getBaseClassOffset(Base);
1376 const ASTRecordLayout *RL = 0) {
1377 if (!RL) {
1379 RL = &Info.Ctx.getASTRecordLayout(FD->getParent());
1383 LVal.Offset += Info.Ctx.toCharUnitsFromBits(RL->getFieldOffset(I));
6012 const ASTRecordLayout &RL = Info.Ctx.getASTRecordLayout(RD);
6014 assert(i < RL
[all...]
H A DASTContext.cpp5067 const ASTRecordLayout &RL = Ctx->getASTRecordLayout(RD); local
5068 S += llvm::utostr(RL.getFieldOffset(FD->getFieldIndex()));
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1333 ReturnStmt(SourceLocation RL) argument
1334 : Stmt(ReturnStmtClass), RetExpr(0), RetLoc(RL), NRVOCandidate(0) { }
1336 ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) argument
1337 : Stmt(ReturnStmtClass), RetExpr((Stmt*) E), RetLoc(RL),
/freebsd-10.0-release/sys/contrib/dev/ipw/
H A Dipw2100-1.3.fw.uu4239 MH*D"`"``[*P"`.RL`@`<K0(`(*T"`"2M`@`HK0(`+*T"`#"M`@#`J0(`(`#L
4240 MK`(`[*P"`.RL`@`TK0(`.*T"`#RM`@!`K0(`1*T"`."I`@`@`$BM`@!,K0(`
4243 M`@#LK`(`[*P"`$"J`@`@`.RL`@",K0(`[*P"`)"M`@#LK`(`[*P"`/RL`@#X
4245 M(`"LK0(`L*T"`.RL`@#LK`(`[*P"`+2M`@"XK0(`O*T"`*"J`@`@`,"M`@#$
4246 MK0(`R*T"`.RL`@#LK`(`[*P"`,RM`@#LK`(`P*H"`"``T*T"`-2M`@#8K0(`
4249 M`@!(K@(`(*L"`"``3*X"`%"N`@#LK`(`[*P"`.RL`@`4K@(`&*X"`!RN`@!`
4250 MJP(`(``@K@(`)*X"`"BN`@#LK`(`[*P"`.RL`@#HK`(``*T"`&"K`@`@`$"O
4256 M`,BN`@#,K@(`-*\"`#"O`@#LK`(`[*P"`.RL`@#0K@(`0*P"`"``[*P"`-2N
4259 M`*\"`!BO`@`$KP(`H*P"`"``"*\"`#BO`@#4K`(`V*P"`-RL`
[all...]
H A Dipw2100-1.3-p.fw.uu1805 M`'P_8.RL`@``@``(D.P``"```7K@5X']_R<"_A]@`(``$`"+!RA]_C^8`(SC
1930 MVP(``(2`$`!ZX%<0_P``(`"!&``@`'W@5RL!``",`0`@`'P?8"L!````@(`0
3474 M8-RL`@``!@`0`'P?8"RU`@```*`)`'P?8(`?`@`@`"RT`@``?-]A7*H"```!
4409 M`&!'0`9@0$!RL`!@1T`'8$!`<K``8$=`5%#]&51`"&!`0'*P'(+8M#>U%K5N
4449 M0!N`&UY`'()RL(!0(34[R0`.AU2(5@R.E%HA(PW(P&246B$B$\E@9(1:`!X/
4464 M0`!@@D!RL.J,E%`A,@+)``^'5(A6DE#(AVN.E%`A-#C)`&#"0,-"@5`A,B/(
4532 M01V<`&`!#Z=:^H=RL#D.I`\#8*N-D;<Z#CD.2@Y@9`+!P&1H6HU_$``*9!``
4535 MU(VG0``?`L@`#@YDR(?$8-!`15#10-!L"FY%`4!+;YP!#J=:^H=RL.B\"6SA
/freebsd-10.0-release/sys/dev/hptmv/
H A Damd64-elf.raid.o.uu413 MB(1*L`D``$$/MD4+B(1*L0D``$&(=0M)BQ0D_H*P"0``#[:RL`D``(GQ3(GH
429 M4!Q(B40D0$B)[^AQW___QD`(`TB)6!!$B'@828G%2(L0_H*P"0``#[:RL`D`
453 M4!Q(B40D0$B)[^@YV___QD`(`TR)8!!$B'@828G%2(L0_H*P"0``#[:RL`D`
487 MQ4B+3"0H2(L1_H*P"0``#[:RL`D``(GQ2"G02(/H4$C!^`-)#Z_&B(1*L`D`
503 M2(M\)!A(B7@01(AX&$F)Q4B+1"0H2(L0_H*P"0``#[:RL`D``(GQ3(GH2"G0
510 M`D2(>!!$B'@12(L32(E0%$B+4PA(B5`<28G$2(L0_H*P"0``#[:RL`D``(GQ
531 M4!1(BTPD$$B+40A(B5`<28G$2(L0_H*P"0``#[:RL`D``(GQ2(M$)"A(*=!(
561 MB5`42(M3"$B)4!Q)BU4`_H*P"0``#[:RL`D``(GQ2"G02(/H4$C!^`-)#Z_$
573 M2(E0&$F)Q4B)1"0P2(L0_H*P"0``#[:RL`D``(GQ2(M$)#A(*=!(@^A02,'X
575 M"0``#[:RL`
[all...]
/freebsd-10.0-release/sys/contrib/dev/uath/
H A Dar5523.bin.uu283 M`"RL@``T``"0(1B@`!0``)@A#`![NB0$``PF4@`!`$"((0!`("$``"@A$$``
510 M0``#`@`@(1``__2N$1RL)`4``@P`-3@D!@`!)!(`%A``__D``I`*$$```P(`
579 M_BJD1/RL`H`@(2>E`*`,`!M[)Z8!0(^E`4`,`%CP`F`@(1``_B$`````)Z4`
706 M@P"!K((`6*2&`%ZL@``$H(,`&J"``!NLA0!TK(```*R``&RL@`!PK(``4*R`
2716 M``!```@`````)`(`!ZR"`'RL@`!X#`!T00`````\`X`"C&)5]"1"__\00``%
2740 M`$`(8```````,*4``0$%0"5`B&`````````````#X``(`````(S"J\RL@@`8
2937 MK((`&*R#`!RL@@`@`^``"*R#`"0``!`A```8(:R%``BLA@`,K(<`$*R``"BL
3013 M/`*``HQB`)RL@@"<$`#_YJQD`)R,@@``$$``$0````",@P``4&``#(R"``",
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dmep-opc.c703 { { MNEM, ' ', OP (RL), ',', OP (RN), ',', OP (RM), 0 } },
/freebsd-10.0-release/sys/dev/usb/serial/
H A Duftdi.c248 UFTDI_DEV(FTDI, 232RL, UFTDI_TYPE_AUTO),

Completed in 698 milliseconds

12