Searched refs:One (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetCallingConv.h50 static const uint64_t One = 1ULL; ///< 1 of this type, for shifts member in struct:llvm::ISD::ArgFlagsTy
57 void setZExt() { Flags |= One << ZExtOffs; }
60 void setSExt() { Flags |= One << SExtOffs; }
63 void setInReg() { Flags |= One << InRegOffs; }
66 void setSRet() { Flags |= One << SRetOffs; }
69 void setByVal() { Flags |= One << ByValOffs; }
72 void setNest() { Flags |= One << NestOffs; }
75 void setReturned() { Flags |= One << ReturnedOffs; }
79 ((One << ((Flags & ByValAlign) >> ByValAlignOffs)) / 2);
87 void setSplit() { Flags |= One << SplitOff
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Docs/
H A Doneliners.txt5 DTrace One Liners,
72 DTrace Longer One Liners,
/freebsd-9.3-release/tools/regression/geom_uzip/etalon/
H A Detalon.txt30 One, two! One, two! And through and through
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp135 ConstantInt *One = Builder.getInt32(1); local
229 Value *SR_1 = Builder.CreateAdd(SR, One);
267 Value *Tmp5 = Builder.CreateShl(R_1, One);
270 Value *Tmp8 = Builder.CreateShl(Q_2, One);
274 Value *Carry = Builder.CreateAnd(Tmp10, One);
290 Value *Tmp13 = Builder.CreateShl(Q_3, One);
H A DSimplifyLibCalls.cpp1243 Constant *One = ConstantFP::get(*Context, APFloat(1.0f)); local
1245 One = ConstantExpr::getFPExtend(One, Op->getType());
1251 CallInst *CI = B.CreateCall2(Callee, One, LdExpArg);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp299 CharUnits::One());
458 if (NumBytesToAppend > CharUnits::One())
523 unionAlign = CharUnits::One();
530 unionAlign = CharUnits::One();
544 AppendPadding(baseOffset, CharUnits::One());
895 if (numBytes > CharUnits::One())
911 return CharUnits::One();
918 return CharUnits::One();
920 CharUnits maxAlignment = CharUnits::One();
H A DCGExprConstant.cpp54 LLVMStructAlignment(CharUnits::One()) { }
76 if (Packed) return CharUnits::One();
134 assert(LLVMStructAlignment == CharUnits::One() &&
235 AppendPadding(CharUnits::One());
293 if (PadSize > CharUnits::One())
298 assert(getAlignment(C) == CharUnits::One() &&
329 if (NumChars > CharUnits::One())
345 LLVMStructAlignment = CharUnits::One();
H A DItaniumCXXABI.cpp700 llvm::Value *One = llvm::ConstantInt::get(LPtr->getType(), 1); local
704 llvm::Value *OrAdjAnd1 = Builder.CreateAnd(OrAdj, One);
740 llvm::Constant *One = llvm::ConstantInt::get(Ptr->getType(), 1); local
742 llvm::Value *VirtualBit = Builder.CreateAnd(Adj, One, "memptr.virtualbit");
/freebsd-9.3-release/contrib/bmake/mk/
H A Dtarget-flags.mk26 # One must be careful to avoid creating circular references in
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp645 Alignment(CharUnits::One()), UnpackedAlignment(CharUnits::One()),
651 NonVirtualAlignment(CharUnits::One()),
972 CharUnits BaseAlign = (Packed) ? CharUnits::One() : UnpackedBaseAlign;
1195 CharUnits BaseAlign = (Packed) ? CharUnits::One() : UnpackedBaseAlign;
1228 Alignment = CharUnits::One();
1645 FieldAlign = CharUnits::One();
1712 setSize(CharUnits::One());
1715 setSize(CharUnits::One());
1733 Alignment = CharUnits::One();
[all...]
H A DAPValue.cpp397 S = CharUnits::One();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h57 /// One - Construct a CharUnits quantity of one.
58 static CharUnits One() { function in class:clang::CharUnits
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp20 // One important aspect of the SCEV objects is that they are never cyclic, even
1675 const SCEV *One = getConstant(Ty, 1); variable
1676 const SCEV *AddOne = getAddExpr(One, InnerMul);
3923 const SCEV *One = getConstant(LHS->getType(), 1);
3928 const SCEV *RDiff = getMinusSCEV(RA, One);
3930 return getAddExpr(getUMaxExpr(One, LS), LDiff);
3938 const SCEV *One = getConstant(LHS->getType(), 1);
3942 const SCEV *LDiff = getMinusSCEV(LA, One);
3945 return getAddExpr(getUMaxExpr(One, LS), LDiff);
4899 // Since the loop is canonicalized, the PHI node must have two entries. One
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp127 Value *One = ConstantInt::get(Int32Ty, 1); local
128 Value *Idxs[2] = { Zero, One };
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_pseudo_driver.sh174 * One of these per allocated device
/freebsd-9.3-release/contrib/file/
H A DREADME124 * One line short summary
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h367 #error One of _BIT_FIELDS_LTOH or _BIT_FIELDS_HTOL must be defined
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S520 @ One or both arguments are denormalized.
557 1: @ One or both args are INF or NAN.
672 @ One or both arguments are denormalized.
691 @ One or both arguments are either INF, NAN, zero or denormalized.
712 @ One or both arguments are zero.
H A Dieee754-df.S754 @ One or both arguments are denormalized.
796 1: @ One or both args are INF or NAN.
975 @ One or both arguments is either INF, NAN or zero.
1001 @ One or both arguments are 0.
/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp970 SDValue One = DAG.getConstant(1, VT); local
976 SR = DAG.getNode(ISD::SRA, dl, MVT::i16, SR, One);
977 SR = DAG.getNode(ISD::AND, dl, MVT::i16, SR, One);
979 SR = DAG.getNode(ISD::XOR, dl, MVT::i16, SR, One);
985 Ops.push_back(One);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp466 Constant *One = ConstantInt::get(Src->getType(), 1); local
467 Src = Builder->CreateAnd(Src, One);
532 Constant *One = ConstantInt::get(In->getType(), 1); local
533 In = Builder->CreateXor(In, One, In->getName()+".not");
579 Constant *One = ConstantInt::get(In->getType(), 1); local
580 In = Builder->CreateXor(In, One);
H A DInstCombineAddSub.cpp1470 Constant *One = ConstantInt::get(I.getType(), 1); local
1471 C = ConstantExpr::getSub(One, ConstantExpr::getShl(One, CI));
/freebsd-9.3-release/contrib/top/
H A DConfigure30 One moment....
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp589 SDValue One = DAG.getConstant(1, MVT::i32); local
592 SDValue Hi0 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i32, LHS, One);
595 SDValue Hi1 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i32, RHS, One);
/freebsd-9.3-release/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c946 #error One of COMPAT_MIT and COMPAT_HEIMDAL must be specified!

Completed in 470 milliseconds

12