| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeExecMaskingPreRA.cpp | 92 const MachineInstr &Sel, const MachineInstr &And) { in isDefBetween() argument 93 SlotIndex AndIdx = LIS->getInstructionIndex(And); in isDefBetween() 132 auto *And = in optimizeVcndVcmpPair() local 134 if (!And || And->getOpcode() != AndOpc || in optimizeVcndVcmpPair() 135 !And->getOperand(1).isReg() || !And->getOperand(2).isReg()) in optimizeVcndVcmpPair() 138 MachineOperand *AndCC = &And->getOperand(1); in optimizeVcndVcmpPair() 142 AndCC = &And->getOperand(2); in optimizeVcndVcmpPair() 145 } else if (And->getOperand(2).getReg() != Register(ExecReg)) { in optimizeVcndVcmpPair() 149 auto *Cmp = TRI->findReachingDef(CmpReg, CmpSubReg, *And, *MRI, LIS); in optimizeVcndVcmpPair() 152 Cmp->getParent() != And->getParent()) in optimizeVcndVcmpPair() [all …]
|
| H A D | SILowerControlFlow.cpp | 233 MachineInstr *And = in emitIf() local 238 setImpSCCDefDead(*And, true); in emitIf() 273 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf() 314 MachineInstr *And = BuildMI(MBB, ElsePt, DL, TII->get(AndOpc), DstReg) in emitElse() local 319 LIS->InsertMachineInstrInMaps(*And); in emitElse() 374 MachineInstr *And = nullptr, *Or = nullptr; in emitIfBreak() local 377 And = BuildMI(MBB, &MI, DL, TII->get(AndOpc), AndReg) in emitIfBreak() 391 if (And) in emitIfBreak() 392 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak()
|
| H A D | AMDGPUAtomicOptimizer.cpp | 127 case AtomicRMWInst::And: in visitAtomicRMWInst() 184 Op = AtomicRMWInst::And; in visitIntrinsicInst() 260 case AtomicRMWInst::And: in buildNonAtomicBinOp() 261 return B.CreateBinOp(Instruction::And, LHS, RHS); in buildNonAtomicBinOp() 438 case AtomicRMWInst::And: in getIdentityValueForAtomicOp() 570 case AtomicRMWInst::And: in optimizeAtomic() 667 case AtomicRMWInst::And: in optimizeAtomic()
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | bib | 2 And the earth was without form, and void; and darkness was upon the face of the deep. And the Spiri… 3 And God said, Let there be light: and there was light. 4 And God saw the light, that it was good: and God divided the light from the darkness. 5 And God called the light Day, and the darkness he called Night. And the evening and the morning wer… 6 And God said, Let there be a firmament in the midst of the waters, and let it divide the waters fro… 7 And God made the firmament, and divided the waters which were under the firmament from the waters w… 8 And God called the firmament Heaven. And the evening and the morning were the second day. 9 And God said, Let the waters under the heaven be gathered together unto one place, and let the dry … 10 And God called the dry land Earth; and the gathering together of the waters called he Seas: and God… 11 And God said, Let the earth bring forth grass, the herb yielding seed, and the fruit tree yielding … [all …]
|
| /netbsd-src/external/bsd/flex/dist/doc/ |
| H A D | flex.info-2 | 199 * -+: Code-Level And API Options. 209 * --array: Code-Level And API Options. 214 * --bison-bridge: Code-Level And API Options. 216 * --bison-locations: Code-Level And API Options. 218 * --c++: Code-Level And API Options. 239 * --main: Code-Level And API Options. 246 * --noline: Code-Level And API Options. 248 * --nounistd: Code-Level And API Options. 251 * --option-ansi-definitions: Code-Level And API Options. 253 * --option-ansi-prototypes: Code-Level And API Options. [all …]
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | limerick-o.real | 16 And I'll jerk off my pants, 17 And we're set for a sexy soiree!" 29 And the bag fans your bum on the ride." 32 "And told my wife to try it on top. 35 And the kids, who'd grown bored, made us stop." 59 And the worst of it was that it did! 64 And, unless I am wrong, 70 And, unless I'm quite wrong, 77 And covered his pants leg with pee. 119 And died of constriction [all …]
|
| H A D | limerick | 15 And had an affair with a Saracen. 30 And white footgear intended for tennis. 43 And the clean ones so seldom are comical. 67 And that's not saying much for the turtle. 73 And I'm darned if I know how the helican. 77 And ride out by night 97 And masculine urgin's, 98 And other erotic effects. 111 And since then has never benzene. 117 And has now been removed by the censor). [all …]
|
| H A D | fortunes-o.real | 103 "And Bezel saideth unto Sham: `Sham,' he saideth, `Thou shalt goest 109 And Jesus said unto them, "And whom do you say that I am?" 113 And Jesus replied, "What?" 115 ... And then there's the guy who bought 20,000 bras, cut them in half, 225 And folks dressed up like buffaloes 232 And every mother's child is sure to spy 234 And so I'm offering this simple phrase 270 And when she is grown, 277 And when we're alone, 306 And hear this confidential plea [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ThreadSafetyLogical.cpp | 44 case LExpr::And: in implies() 49 return RNeg ? RightOrOperator(cast<And>(RHS)) in implies() 50 : RightAndOperator(cast<And>(RHS)); in implies() 69 case LExpr::And: in implies() 74 return LNeg ? LeftAndOperator(cast<And>(LHS)) in implies() 75 : LeftOrOperator(cast<And>(LHS)); in implies()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | GuardUtils.cpp | 87 auto *And = dyn_cast<Instruction>(Cond); in parseWidenableBranch() local 88 if (!And) in parseWidenableBranch() 94 WC = &And->getOperandUse(0); in parseWidenableBranch() 95 C = &And->getOperandUse(1); in parseWidenableBranch() 101 WC = &And->getOperandUse(1); in parseWidenableBranch() 102 C = &And->getOperandUse(0); in parseWidenableBranch()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyLogical.h | 25 And, enumerator 68 class And : public BinOp { 70 And(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::And) {} in And() function 72 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; } in classof()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatternsHVX.td | 336 def: OpR_RR_pat<V6_vand, And, VecI8, HVI8>; 337 def: OpR_RR_pat<V6_vand, And, VecI16, HVI16>; 338 def: OpR_RR_pat<V6_vand, And, VecI32, HVI32>; 569 def: OpR_RR_pat<V6_pred_and, And, VecQ8, HQ8>; 570 def: OpR_RR_pat<V6_pred_and, And, VecQ16, HQ16>; 571 def: OpR_RR_pat<V6_pred_and, And, VecQ32, HQ32>; 579 def: OpR_RR_pat<V6_pred_and_n, VNot2<And, qnot>, VecQ8, HQ8>; 580 def: OpR_RR_pat<V6_pred_and_n, VNot2<And, qnot>, VecQ16, HQ16>; 581 def: OpR_RR_pat<V6_pred_and_n, VNot2<And, qnot>, VecQ32, HQ32>; 596 def: AccRRR_pat<V6_veqb_and, And, seteq, HQ8, HVI8, HVI8>; [all …]
|
| H A D | HexagonPatterns.td | 372 def Add: pf2<add>; def And: pf2<and>; def Sra: pf2<sra>; 569 def: OpR_RR_pat<C2_and, And, i1, I1>; 572 def: OpR_RR_pat<C2_andn, Not2<And>, i1, I1>; 575 def: AccRRR_pat<C4_and_and, And, Su<And>, I1, I1, I1>; 576 def: AccRRR_pat<C4_and_or, And, Su< Or>, I1, I1, I1>; 577 def: AccRRR_pat<C4_or_and, Or, Su<And>, I1, I1, I1>; 579 def: AccRRR_pat<C4_and_andn, And, Su<Not2<And>>, I1, I1, I1>; 580 def: AccRRR_pat<C4_and_orn, And, Su<Not2< Or>>, I1, I1, I1>; 581 def: AccRRR_pat<C4_or_andn, Or, Su<Not2<And>>, I1, I1, I1>; 596 defm: BoolvOpR_RR_pat<C2_and, And>; [all …]
|
| /netbsd-src/sys/arch/x68k/stand/xxboot/ |
| H A D | boot.S | 8 | the boot partition to 0x3000. And jump to there. 11 | /boot from its filesystem to 0x6000. And jump to there. 78 | This will be printed on boot_error. And it also roles
|
| /netbsd-src/games/quiz/datfiles/ |
| H A D | poetry | 2 And we will all the pleasures prove:\ 58 And thin partitions do their bounds divide:\ 118 And simple faith than Norman blood{.}:\ 150 And the hunter home from the hill:\ 166 And a small cabin build there{,} of clay and wattles made:\ 170 And all I ask is a tall ship and a star to steer her by:\
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MIPatternMatch.h | 130 template <typename... Preds> struct And { struct 138 struct And<Pred, Preds...> : And<Preds...> { argument 140 And(Pred &&p, Preds &&... preds) 141 : And<Preds...>(std::forward<Preds>(preds)...), P(std::forward<Pred>(p)) { 145 return P.match(MRI, src) && And<Preds...>::match(MRI, src); 167 template <typename... Preds> And<Preds...> m_all_of(Preds &&... preds) { 168 return And<Preds...>(std::forward<Preds>(preds)...);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 1636 BinaryOperator *And, in foldICmpAndShift() argument 1639 BinaryOperator *Shift = dyn_cast<BinaryOperator>(And->getOperand(0)); in foldICmpAndShift() 1696 Shift->getOperand(0), ConstantInt::get(And->getType(), NewAndCst)); in foldICmpAndShift() 1698 NewAnd, ConstantInt::get(And->getType(), NewCmpCst)); in foldICmpAndShift() 1709 IsShl ? Builder.CreateLShr(And->getOperand(1), Shift->getOperand(1)) in foldICmpAndShift() 1710 : Builder.CreateShl(And->getOperand(1), Shift->getOperand(1)); in foldICmpAndShift() 1722 BinaryOperator *And, in foldICmpAndConstConst() argument 1730 match(And->getOperand(1), m_One())) in foldICmpAndConstConst() 1731 return new TruncInst(And->getOperand(0), Cmp.getType()); in foldICmpAndConstConst() 1735 if (!match(And, m_And(m_Value(X), m_APInt(C2)))) in foldICmpAndConstConst() [all …]
|
| H A D | InstCombineAndOrXor.cpp | 870 assert(CxtI.getOpcode() == Instruction::And); in foldSignedTruncationCheck() 1166 bool IsAnd = Logic.getOpcode() == Instruction::And; in foldAndOrOfICmpsWithConstEq() 1207 BinaryOperator &And) { in foldAndOfICmps() argument 1208 const SimplifyQuery Q = SQ.getWithInstruction(&And); in foldAndOfICmps() 1212 if (Value *V = foldAndOrOfICmpsOfAndWithPow2(LHS, RHS, &And, in foldAndOfICmps() 1236 if (Value *V = foldAndOrOfICmpsWithConstEq(LHS, RHS, And, Builder, Q)) in foldAndOfICmps() 1238 if (Value *V = foldAndOrOfICmpsWithConstEq(RHS, LHS, And, Builder, Q)) in foldAndOfICmps() 1252 if (Value *V = foldSignedTruncationCheck(LHS, RHS, And, Builder)) in foldAndOfICmps() 1488 assert((Opcode == Instruction::And || Opcode == Instruction::Or) && in reassociateFCmps() 1500 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD in reassociateFCmps() [all …]
|
| H A D | InstCombineAtomicRMW.cpp | 46 case AtomicRMWInst::And: in isIdempotentRMW() 84 case AtomicRMWInst::And: in isSaturating()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/certs/ |
| H A D | cert-key-cert.pem | 31 And more 61 And more
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/ |
| H A D | README.txt | 63 And run: 67 And try to keep the number of violations to a minimum.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 211 return Opcode == And || Opcode == Or || Opcode == Xor; 531 return Opcode == And || Opcode == Or || Opcode == Xor || 547 case And: case Or: case Xor: 562 return Opcode == And || Opcode == Or;
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-1999 | 38 * config/irix/bits/ctype_base.h: And here. 42 * config/aix/bits/ctype_base.h: And here. 55 * bits/std_fstream.h (sync): And here. 109 * config/default/ctype.cc: And here. 110 * config/defaults/bits/ctype_base.h: And here. 111 * config/linux/ctype.cc: And here. 112 * config/linux/bits/ctype_base.h (ctype_base): And here. 116 * config/solaris/ctype.cc: And here. 277 * bits/localefwd.h: And here. 312 * src/misc-inst.cc: And here. [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | xilinx | 21 # And then 'b' 35 # And length of data
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/ |
| H A D | movmp.ms | 63 ; And postincremented. 100 ; And check writing to memory, clear and srp.
|