| /openbsd-src/regress/usr.bin/mandoc/man/HP/ |
| H A D | spacing.out_ascii | 11 And a second line. 18 And a second line. 22 And a second line. 26 And a second line. 30 And a second line. 34 And a second line. 38 And a second line. 42 And a second line. 46 And a second line.
|
| /openbsd-src/regress/usr.bin/dc/ |
| H A D | t7.out | 6 And the mome raths outgrabe. 16 And stood awhile in thought. 18 And, as in uffish thought he stood, 21 And burbled as it came! 23 One, two! One, two! And through and through 28 "And, has thou slain the Jabberwock? 36 And the mome raths outgrabe.
|
| /openbsd-src/gnu/llvm/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).getRegSlot(); in isDefBetween() 131 auto *And = in optimizeVcndVcmpPair() local 133 if (!And || And->getOpcode() != AndOpc || in optimizeVcndVcmpPair() 134 !And->getOperand(1).isReg() || !And->getOperand(2).isReg()) in optimizeVcndVcmpPair() 137 MachineOperand *AndCC = &And->getOperand(1); in optimizeVcndVcmpPair() 141 AndCC = &And->getOperand(2); in optimizeVcndVcmpPair() 144 } else if (And->getOperand(2).getReg() != Register(ExecReg)) { in optimizeVcndVcmpPair() 148 auto *Cmp = TRI->findReachingDef(CmpReg, CmpSubReg, *And, *MRI, LIS); in optimizeVcndVcmpPair() 151 Cmp->getParent() != And->getParent()) in optimizeVcndVcmpPair() [all …]
|
| H A D | SILowerControlFlow.cpp | 243 MachineInstr *And = in emitIf() local 248 LV->replaceKillInstruction(Cond.getReg(), MI, *And); in emitIf() 250 setImpSCCDefDead(*And, true); in emitIf() 287 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf() 330 MachineInstr *And = BuildMI(MBB, ElsePt, DL, TII->get(AndOpc), DstReg) in emitElse() local 335 LIS->InsertMachineInstrInMaps(*And); in emitElse() 390 MachineInstr *And = nullptr, *Or = nullptr; in emitIfBreak() local 393 And = BuildMI(MBB, &MI, DL, TII->get(AndOpc), AndReg) in emitIfBreak() 397 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *And); in emitIfBreak() 414 if (And) in emitIfBreak() [all …]
|
| 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() 444 case AtomicRMWInst::And: in getIdentityValueForAtomicOp() 576 case AtomicRMWInst::And: in optimizeAtomic() 673 case AtomicRMWInst::And: in optimizeAtomic()
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | limerick | 5 And the worst of it was that it did! 10 And, unless I am wrong, 16 And, unless I'm quite wrong, 23 And covered his pants leg with pee. 65 And died of constriction 71 And then by six men, 73 And the band at the Waldorf-Astoria. 79 And thus circumcised his old skipper. 134 And some intimate glands, 135 And was soft as a little duck's fluff. [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Ux/ |
| H A D | eos.out_markdown | 15 And 17 And 19 And 21 And
|
| H A D | eos.out_ascii | 8 become BSD. When it dissolved, people started BSD/OS. And NetBSD. And 9 FreeBSD. And OpenBSD. And DragonFly. By now, it's free for everyone.
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
| H A D | soft-hyphens | 11 And again: 17 And one more time: 30 And again: 36 And one more time:
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/ |
| H A D | usage.pod | 11 And this will be also printed. 15 And this with verbose == 1
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/ |
| H A D | cp1256.txt | 21 And now as a real single paragraph: 28 And now as a verbatim paragraph:
|
| H A D | iso6.txt | 21 And now as a real single paragraph: 28 And now as a verbatim paragraph:
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/ |
| H A D | fiqhakbar_iso6.txt | 61 And now run together as a paragraph: 74 And now the first three as a verbatim section:
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatternsHVX.td | 393 def: OpR_RR_pat<V6_vand, And, VecI8, HVI8>; 394 def: OpR_RR_pat<V6_vand, And, VecI16, HVI16>; 395 def: OpR_RR_pat<V6_vand, And, VecI32, HVI32>; 797 def: OpR_RR_pat<V6_pred_and, And, VecQ8, HQ8>; 798 def: OpR_RR_pat<V6_pred_and, And, VecQ16, HQ16>; 799 def: OpR_RR_pat<V6_pred_and, And, VecQ32, HQ32>; 807 def: OpR_RR_pat<V6_pred_and_n, VNot2<And, qnot>, VecQ8, HQ8>; 808 def: OpR_RR_pat<V6_pred_and_n, VNot2<And, qnot>, VecQ16, HQ16>; 809 def: OpR_RR_pat<V6_pred_and_n, VNot2<And, qnot>, VecQ32, HQ32>; 824 def: AccRRR_pat<V6_veqb_and, And, seteq, HQ8, HVI8, HVI8>; [all …]
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | xilinx | 18 # And then 'b' 26 # And then NUL / 'c' / Build Data / NUL / 'd' / Date / NUL / 'e' / Data Length
|
| /openbsd-src/regress/usr.bin/mandoc/char/space/ |
| H A D | eos-man.out_ascii | 12 She said: "Here is another sentence." And it was detected even with 13 quotation marks. (Really.) And within parantheses.
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 1468 Value *And = Builder.CreateAnd(X, Mask); in foldICmpTruncConstant() local 1470 return new ICmpInst(Pred, And, WideC); in foldICmpTruncConstant() 1607 BinaryOperator *And, in foldICmpAndShift() argument 1610 BinaryOperator *Shift = dyn_cast<BinaryOperator>(And->getOperand(0)); in foldICmpAndShift() 1667 Shift->getOperand(0), ConstantInt::get(And->getType(), NewAndCst)); in foldICmpAndShift() 1669 NewAnd, ConstantInt::get(And->getType(), NewCmpCst)); in foldICmpAndShift() 1680 IsShl ? Builder.CreateLShr(And->getOperand(1), Shift->getOperand(1)) in foldICmpAndShift() 1681 : Builder.CreateShl(And->getOperand(1), Shift->getOperand(1)); in foldICmpAndShift() 1693 BinaryOperator *And, in foldICmpAndConstConst() argument 1701 match(And->getOperand(1), m_One())) in foldICmpAndConstConst() [all …]
|
| H A D | InstCombineAtomicRMW.cpp | 45 case AtomicRMWInst::And: in isIdempotentRMW() 89 case AtomicRMWInst::And: in isSaturating()
|
| /openbsd-src/gnu/llvm/llvm/bindings/python/ |
| H A D | README.txt | 63 And run: 67 And try to keep the number of violations to a minimum.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | fcodes.t | 107 ."And I<pie is B<also> a happy time>.\n" 108 ."And B<I<<< I like pie >>>.>\n" 111 ."And <I>pie is <B>also</B> a happy time</I>. " 112 ."And <B><I>I like pie</I>.</B></Para></Document>"
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MIPatternMatch.h | 273 template <typename... Preds> struct And { struct 281 struct And<Pred, Preds...> : And<Preds...> { argument 283 And(Pred &&p, Preds &&... preds) 284 : And<Preds...>(std::forward<Preds>(preds)...), P(std::forward<Pred>(p)) { 288 return P.match(MRI, src) && And<Preds...>::match(MRI, src); 310 template <typename... Preds> And<Preds...> m_all_of(Preds &&... preds) { 311 return And<Preds...>(std::forward<Preds>(preds)...);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/ |
| H A D | basic.txt | 51 And then throw in a few new ones of my own. 169 And I also want to make sure that newlines work like this 177 And make sure that 0 works too! 251 This is. And this: is an internal tab. It should be: 258 And now we test verbatim paragraphs right before a heading. Older
|