| /freebsd-9-stable/contrib/llvm/lib/Transforms/Instrumentation/ |
| D | BoundsChecking.cpp | 158 Value *Or = Builder->CreateOr(Cmp2, Cmp3); in instrument() local 161 Or = Builder->CreateOr(Cmp1, Or); in instrument() 163 emitBranchToTrap(Or); in instrument()
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | Instruction.cpp | 213 case Or : return "or"; in getOpcodeName() 478 return Opcode == And || Opcode == Or || Opcode == Xor || in isAssociative() 510 case Or: in isCommutative() 525 return Opcode == And || Opcode == Or; in isIdempotent()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAndOrXor.cpp | 149 case Instruction::Or: in OptAndOp() 153 Value *Or = Builder->CreateOr(X, Together); in OptAndOp() local 154 Or->takeName(Op); in OptAndOp() 155 return BinaryOperator::CreateAnd(Or, AndRHS); in OptAndOp() 371 case Instruction::Or: in FoldLogicalPlusAnd() 1124 case Instruction::Or: { in visitAnd() 1223 Value *Or = Builder->CreateOr(Op0NotVal, Op1NotVal, in visitAnd() local 1225 return BinaryOperator::CreateNot(Or); in visitAnd() 1394 if (I->getOpcode() == Instruction::Or) { in CollectBSwapParts() 1939 Value *Or = Builder->CreateOr(X, RHS); in visitOr() local [all …]
|
| D | InstCombineSimplifyDemanded.cpp | 177 } else if (I->getOpcode() == Instruction::Or) { in SimplifyDemandedUseBits() 266 case Instruction::Or: in SimplifyDemandedUseBits() 323 Instruction *Or = in SimplifyDemandedUseBits() local 326 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits() 522 Instruction *Or = in SimplifyDemandedUseBits() local 525 return InsertNewInstWith(Or, *I); in SimplifyDemandedUseBits() 1187 case Instruction::Or: in SimplifyDemandedVectorElts()
|
| D | InstCombineShifts.cpp | 109 case Instruction::Or: in CanEvaluateShifted() 204 case Instruction::Or: in GetShiftedValue() 412 case Instruction::Or: in FoldShiftByConstant() 491 case Instruction::Or: in FoldShiftByConstant()
|
| D | InstCombineCasts.cpp | 179 case Instruction::Or: in EvaluateInDifferentType() 361 case Instruction::Or: in CanEvaluateTruncated() 675 case Instruction::Or: in CanEvaluateZExtd() 690 (Opc == Instruction::And || Opc == Instruction::Or || in CanEvaluateZExtd() 847 if (SrcI && SrcI->getOpcode() == Instruction::Or) { in visitZExt() 857 return BinaryOperator::Create(Instruction::Or, LCast, RCast); in visitZExt() 1026 case Instruction::Or: in CanEvaluateSExtd() 1606 case Instruction::Or: in CollectInsertionElements()
|
| /freebsd-9-stable/sys/mips/conf/ |
| D | TP-WN1043ND | 25 # Or an MDROOT for testing.
|
| /freebsd-9-stable/contrib/groff/src/preproc/refer/ |
| D | TODO | 50 first operand of ~. Or perhaps implement <> using some magic character 84 use just the first name and not Jr. bit. Or we might be able to
|
| /freebsd-9-stable/usr.bin/make/ |
| D | cond.c | 100 Or, enumerator 458 t = Or; in CondToken() 983 if (o == Or) { in CondE()
|
| /freebsd-9-stable/tools/tools/net80211/wesside/ |
| D | README | 17 - Or, by contacting someone on the Internet [udps] and telling it to flood.
|
| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Python/ |
| D | Readme | 14 Or, check if a pre-built package is available someone on opensolaris.org.
|
| /freebsd-9-stable/contrib/llvm/include/llvm/MC/ |
| D | MCExpr.h | 376 Or, ///< Bitwise or. enumerator 450 return Create(Or, LHS, RHS, Ctx); in CreateOr()
|
| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Notes/ |
| D | ALLexclusive_notes.txt | 71 the time spent in both func_b() and func_c(). Or, you could say that
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | LowerAtomic.cpp | 64 case AtomicRMWInst::Or: in LowerAtomicRMWInst()
|
| D | Reassociate.cpp | 206 if (I && (I->getOpcode() == Instruction::Or || in XorOpnd() 216 isOr = (I->getOpcode() == Instruction::Or); in XorOpnd() 1091 if (Opcode == Instruction::Or) // ...|X|~X = -1 in OptimizeAndOrXor() 1100 if (Opcode == Instruction::And || Opcode == Instruction::Or) { in OptimizeAndOrXor() 1756 case Instruction::Or: in OptimizeExpression()
|
| /freebsd-9-stable/contrib/texinfo/ |
| D | README.dev | 30 (with arguments to taste, of course.) Or you can run
|
| /freebsd-9-stable/contrib/expat/ |
| D | README | 92 Or, to save step 2, run "make buildlib LIBRARY=libexpatw.la". 95 Or, if step 2 was omitted, run "make installlib LIBRARY=libexpatw.la".
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | ItaniumCXXABI.cpp | 652 llvm::Instruction::BinaryOps And, Or; in EmitMemberPointerComparison() local 655 And = llvm::Instruction::Or; in EmitMemberPointerComparison() 656 Or = llvm::Instruction::And; in EmitMemberPointerComparison() 660 Or = llvm::Instruction::Or; in EmitMemberPointerComparison() 711 llvm::Value *Result = Builder.CreateBinOp(Or, EqZero, AdjEq); in EmitMemberPointerComparison()
|
| /freebsd-9-stable/lib/libz/doc/ |
| D | algorithm.txt | 158 many bits to gobble. Or the entry points to another table, with the number of 182 be constructed. That's compared to 64 entries for a single table. Or 193 added to the base value. Or it might be the special end-of-block code. The
|
| /freebsd-9-stable/contrib/ofed/libibverbs/fixes/ |
| D | verbs_man_page.patch | 10 Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com> 242 +Or Gerlitz <ogerlitz@voltaire.com>
|
| /freebsd-9-stable/contrib/groff/contrib/mm/ |
| D | NOTES | 7 Implementation notes. (Or how to make your own national mm)
|
| /freebsd-9-stable/contrib/ipfilter/rules/ |
| D | nat-setup | 49 Or if you wanted to allocate subnets to each IP#, you might do:
|
| /freebsd-9-stable/contrib/tcsh/config/ |
| D | bsd4.4 | 69 * you are running. Or set it to 0 if you are not SYSV based
|
| /freebsd-9-stable/contrib/ntp/ |
| D | INSTALL | 66 Or on systems that have the `env' program, you can do it like this: 146 `PREFIX/etc/config.site' if it exists. Or, you can set the
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCUtil.cpp | 222 case Instruction::And: case Instruction::Or: case Instruction::Xor: in GetInstructionClass()
|