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

12

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp41 const ASTRecordLayout *RL; local
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);
H A DCGRecordLayoutBuilder.cpp965 CGRecordLayout *RL = local
969 RL->NonVirtualBases.swap(Builder.NonVirtualBases);
970 RL->CompleteObjectVirtualBases.swap(Builder.VirtualBases);
973 RL->FieldInfo.swap(Builder.Fields);
976 RL->BitFields.swap(Builder.BitFields);
984 RL->print(llvm::outs());
1011 dyn_cast<llvm::StructType>(RL->getLLVMType());
1022 unsigned FieldNo = RL->getLLVMFieldNo(FD);
1036 const CGBitFieldInfo &Info = RL->getBitFieldInfo(FD);
1037 llvm::Type *ElementTy = ST->getTypeAtIndex(RL
[all...]
H A DCGDebugInfo.cpp1160 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); local
1177 BaseOffset = CGM.getContext().toBits(RL.getBaseClassOffset(Base));
1377 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); local
1380 if (RL.getPrimaryBase())
1650 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); local
1693 FieldOffset = RL.getFieldOffset(FieldNo);
2281 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); local
2282 if (const CXXRecordDecl *PBase = RL.getPrimaryBase()) {
H A DCGExpr.cpp2474 const CGRecordLayout &RL = local
2476 const CGBitFieldInfo &Info = RL.getBitFieldInfo(field);
2478 unsigned Idx = RL.getLLVMFieldNo(field);
2592 const CGRecordLayout &RL = local
2594 unsigned idx = RL.getLLVMFieldNo(Field);
H A DCGExprScalar.cpp1838 const ASTRecordLayout &RL = CGF.getContext().getASTRecordLayout(RD); local
1849 assert(i < RL.getFieldCount() && "offsetof field in wrong type");
1852 int64_t OffsetInt = RL.getFieldOffset(i) /
1871 const ASTRecordLayout &RL = CGF.getContext().getASTRecordLayout(RD); local
1879 CharUnits OffsetInt = RL.getBaseClassOffset(BaseRD);
H A DCGObjCMac.cpp2087 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); local
2089 CGM.getContext().toCharUnitsFromBits(RL.getFieldOffset(i));
4555 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); local
4556 FieldOffset = (RL.getFieldOffset(i) / ByteSizeInBits) - FirstFieldDelta;
5784 const ASTRecordLayout &RL = local
5788 InstanceSize = RL.getDataSize().getQuantity();
5791 if (!RL.getFieldCount())
5794 InstanceStart = RL.getFieldOffset(0) / CGM.getContext().getCharWidth();
H A DCGClass.cpp815 const CGRecordLayout &RL = local
817 const CGBitFieldInfo &BFInfo = RL.getBitFieldInfo(FirstField);
/freebsd-10.1-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.1-release/sbin/dhclient/
H A Ddhclient-script245 chown -RL root:wheel /etc/resolv.conf
246 chmod -RL 644 /etc/resolv.conf
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp508 SDValue LL, LH, RL, RH, CL, CH; local
511 GetSplitOp(N->getOperand(2), RL, RH);
524 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
530 SDValue LL, LH, RL, RH; local
533 GetSplitOp(N->getOperand(3), RL, RH);
536 N->getOperand(1), LL, RL, N->getOperand(4));
H A DLegalizeIntegerTypes.cpp1913 SDValue LL, LH, RL, RH; local
1915 GetExpandedInteger(N->getOperand(1), RL, RH);
1916 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), LL, RL);
1931 SDValue LL, LH, RL, RH; local
1933 GetExpandedInteger(N->getOperand(1), RL, RH);
1945 Lo = DAG.getNode(ISD::UMUL_LOHI, dl, DAG.getVTList(NVT, NVT), LL, RL);
1951 Lo = DAG.getNode(ISD::MUL, dl, NVT, LL, RL);
1952 Hi = DAG.getNode(ISD::MULHU, dl, NVT, LL, RL);
1960 Lo = DAG.getNode(ISD::SMUL_LOHI, dl, DAG.getVTList(NVT, NVT), LL, RL);
1966 Lo = DAG.getNode(ISD::MUL, dl, NVT, LL, RL);
[all...]
H A DDAGCombiner.cpp2495 SDValue LL, LR, RL, RR, CC0, CC1; local
2663 if (isSetCCEquivalent(N0, LL, LR, CC0) && isSetCCEquivalent(N1, RL, RR, CC1)){
2672 LR.getValueType(), LL, RL);
2679 LR.getValueType(), LL, RL);
2686 LR.getValueType(), LL, RL);
2692 if (LL == RL && isa<ConstantSDNode>(LR) && isa<ConstantSDNode>(RR) &&
2705 if (LL == RR && LR == RL) {
2707 std::swap(RL, RR);
2709 if (LL == RL && LR == RR) {
3133 SDValue LL, LR, RL, R local
4281 SDValue Lo, Hi, LL, LH, RL, RH; local
[all...]
H A DLegalizeVectorTypes.cpp903 SDValue LL, LH, RL, RH; local
905 llvm::tie(RL, RH) = DAG.SplitVectorOperand(N, 1);
907 Lo = DAG.getNode(N->getOpcode(), DL, LoVT, LL, RL, N->getOperand(2));
/freebsd-10.1-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.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp464 const ASTRecordLayout &RL = Context.getASTRecordLayout(RT->getDecl()); local
466 CharUnits Result = Context.toCharUnitsFromBits(RL.getFieldOffset(i));
/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp644 SDValue LL, RL, AddendL, AddendH; local
647 RL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
661 AddendL, LL, RL);
669 AddendL, LL, RL);
680 AddendL, LL, RL);
683 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1322 ReturnStmt(SourceLocation RL) argument
1323 : Stmt(ReturnStmtClass), RetExpr(0), RetLoc(RL), NRVOCandidate(0) { }
1325 ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) argument
1326 : Stmt(ReturnStmtClass), RetExpr((Stmt*) E), RetLoc(RL),
/freebsd-10.1-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.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1741 const ASTRecordLayout *RL = 0) {
1742 if (!RL) {
1744 RL = &Info.Ctx.getASTRecordLayout(Derived);
1747 Obj.getLValueOffset() += RL->getBaseClassOffset(Base);
1794 const ASTRecordLayout *RL = 0) {
1795 if (!RL) {
1797 RL = &Info.Ctx.getASTRecordLayout(FD->getParent());
1801 LVal.Offset += Info.Ctx.toCharUnitsFromBits(RL->getFieldOffset(I));
6995 const ASTRecordLayout &RL = Info.Ctx.getASTRecordLayout(RD);
6997 assert(i < RL
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1816 SDValue RL = Op.getOperand(1); local
1818 SDValue RH = DAG.getNode(ISD::SRA, DL, VT, RL, C63);
1823 LL, RL, Ops[1], Ops[0]);
1825 SDValue NegLHTimesRL = DAG.getNode(ISD::AND, DL, VT, LH, RL);
/freebsd-10.1-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.1-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.1-release/contrib/binutils/opcodes/
H A Dmep-opc.c703 { { MNEM, ' ', OP (RL), ',', OP (RN), ',', OP (RM), 0 } },
/freebsd-10.1-release/sys/dev/usb/serial/
H A Duftdi.c313 UFTDI_DEV(FTDI, 232RL, UFTDI_TYPE_AUTO),

Completed in 591 milliseconds

12