/freebsd/sys/contrib/libsodium/packaging/nuget/ |
H A D | package.gsl | 139 …And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov201… 144 …And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov201… 149 …And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov201… 154 …And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov201… 161 … And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov20… 166 … And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov20… 171 … And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov20… 176 … And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov20… 183 …And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov201… 188 …And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov201… [all …]
|
/freebsd/contrib/llvm-project/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 | 242 MachineInstr *And = in emitIf() local 247 LV->replaceKillInstruction(Cond.getReg(), MI, *And); in emitIf() 249 setImpSCCDefDead(*And, true); in emitIf() 286 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf() 329 MachineInstr *And = BuildMI(MBB, ElsePt, DL, TII->get(AndOpc), DstReg) in emitElse() local 355 LIS->InsertMachineInstrInMaps(*And); in emitElse() 387 MachineInstr *And = nullptr, *Or = nullptr; in emitIfBreak() local 391 And = BuildMI(MBB, &MI, DL, TII->get(AndOpc), AndReg) in emitIfBreak() 395 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *And); in emitIfBreak() 411 if (And) { in emitIfBreak() [all …]
|
/freebsd/tests/sys/geom/class/uzip/etalon/ |
H A D | etalon.txt | 12 And the mome raths outgrabe. 22 And stood awhile in thought. 24 And, as in uffish thought he stood, 27 And burbled as it came! 29 One, two! One, two! And through and through 34 "And, has thou slain the Jabberwock? 42 And the mome raths outgrabe.
|
/freebsd/contrib/one-true-awk/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 …]
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | GuardUtils.cpp | 96 auto *And = dyn_cast<Instruction>(Cond); in parseWidenableBranch() 97 if (!And) in parseWidenableBranch() 103 WC = &And->getOperandUse(0); in parseWidenableBranch() 104 C = &And->getOperandUse(1); in parseWidenableBranch() 110 WC = &And->getOperandUse(1); in parseWidenableBranch() 111 C = &And->getOperandUse(0); in parseWidenableBranch() 94 auto *And = dyn_cast<Instruction>(Cond); parseWidenableBranch() local
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/usr.bin/diff/tests/ |
H A D | unified_9999.out | 7 - * And another bla 8 + * And another bla 10 - * And yet another
|
H A D | unified_p.out | 7 - * And another bla 8 + * And another bla 10 - * And yet another
|
H A D | group-format.out | 5 * And another bla 7 * And another bla 11 * And yet another
|
H A D | simple_p.out | 8 ! * And another bla 10 ! * And yet another 23 ! * And another bla
|
H A D | unified_c9999.out | 8 ! * And another bla 10 ! * And yet another 24 ! * And another bla
|
H A D | ifdef.out | 5 * And another bla 7 * And another bla 11 * And yet another
|
H A D | simple_i.out | 2 < * And another bla 4 > * And another bla
|
H A D | input_c1.in | 4 * And another bla 6 * And yet another
|
/freebsd/contrib/kyua/doc/ |
H A D | manbuild_test.sh | 59 And nothing more. 65 And nothing more. 76 And nothing more. 82 And nothing more. 119 And done! 135 And done!
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 692 auto And = [&](auto Lhs, auto Rhs) -> std::pair<Value *, uint8_t> { in simplifyTernarylogic() local 700 auto Nand = [&](auto Lhs, auto Rhs) { return Not(And(Lhs, Rhs)); }; in simplifyTernarylogic() 736 Res = And(Nor(A, B), C); in simplifyTernarylogic() 744 Res = And(Nor(A, C), B); in simplifyTernarylogic() 756 Res = Nor(A, And(B, C)); in simplifyTernarylogic() 791 Res = And(A, Nor(B, C)); in simplifyTernarylogic() 803 Res = Nor(And(A, C), B); in simplifyTernarylogic() 811 Res = Nor(And(A, B), C); in simplifyTernarylogic() 815 Res = Xor(Xor(A, B), And(Nand(A, B), C)); in simplifyTernarylogic() 827 Res = And(Nand(A, B), Xnor(B, C)); in simplifyTernarylogic() [all …]
|
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 209 Elt = ConstantFoldBinaryOpOperands(Instruction::And, Elt, AndCst, DL); in foldCmpLoadFromIndexedGlobal() 1458 Value *And = Builder.CreateAnd(X, Mask); in foldICmpTruncConstant() local 1460 return new ICmpInst(Pred, And, WideC); in foldICmpTruncConstant() 1658 BinaryOperator *And, in foldICmpAndShift() argument 1661 BinaryOperator *Shift = dyn_cast<BinaryOperator>(And->getOperand(0)); in foldICmpAndShift() 1718 Shift->getOperand(0), ConstantInt::get(And->getType(), NewAndCst)); in foldICmpAndShift() 1720 NewAnd, ConstantInt::get(And->getType(), NewCmpCst)); in foldICmpAndShift() 1731 IsShl ? Builder.CreateLShr(And->getOperand(1), Shift->getOperand(1)) in foldICmpAndShift() 1732 : Builder.CreateShl(And->getOperand(1), Shift->getOperand(1)); in foldICmpAndShift() 1744 BinaryOperator *And, in foldICmpAndConstConst() argument [all …]
|
H A D | InstCombineAtomicRMW.cpp | 45 case AtomicRMWInst::And: in isIdempotentRMW() 89 case AtomicRMWInst::And: in isSaturating()
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | nvidia,tegra210-car.txt | 1 NVIDIA Tegra210 Clock And Reset Controller 6 The CAR (Clock And Reset) Controller on Tegra is the HW module responsible
|
H A D | nvidia,tegra30-car.txt | 1 NVIDIA Tegra30 Clock And Reset Controller 6 The CAR (Clock And Reset) Controller on Tegra is the HW module responsible
|
H A D | nvidia,tegra114-car.txt | 1 NVIDIA Tegra114 Clock And Reset Controller 6 The CAR (Clock And Reset) Controller on Tegra is the HW module responsible
|
H A D | nvidia,tegra20-car.txt | 1 NVIDIA Tegra20 Clock And Reset Controller 6 The CAR (Clock And Reset) Controller on Tegra is the HW module responsible
|