Home
last modified time | relevance | path

Searched refs:And (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.gsl139And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov201…
144And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov201…
149And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov201…
154And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov201…
161And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov20…
166And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov20…
171And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov20…
176And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov20…
183And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov201…
188And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '$\(PlatformToolset)' == 'CTP_Nov201…
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp92 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 DSILowerControlFlow.cpp242 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 Detalon.txt12 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 Dbib2 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 DThreadSafetyLogical.cpp44 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 DGuardUtils.cpp96 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 DThreadSafetyLogical.h25 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 Dunified_9999.out7 - * And another bla
8 + * And another bla
10 - * And yet another
H A Dunified_p.out7 - * And another bla
8 + * And another bla
10 - * And yet another
H A Dgroup-format.out5 * And another bla
7 * And another bla
11 * And yet another
H A Dsimple_p.out8 ! * And another bla
10 ! * And yet another
23 ! * And another bla
H A Dunified_c9999.out8 ! * And another bla
10 ! * And yet another
24 ! * And another bla
H A Difdef.out5 * And another bla
7 * And another bla
11 * And yet another
H A Dsimple_i.out2 < * And another bla
4 > * And another bla
H A Dinput_c1.in4 * And another bla
6 * And yet another
/freebsd/contrib/kyua/doc/
H A Dmanbuild_test.sh59 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 DX86InstCombineIntrinsic.cpp692 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 DHexagonPatternsHVX.td393 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 DInstCombineCompares.cpp209 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 DInstCombineAtomicRMW.cpp45 case AtomicRMWInst::And: in isIdempotentRMW()
89 case AtomicRMWInst::And: in isSaturating()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dnvidia,tegra210-car.txt1 NVIDIA Tegra210 Clock And Reset Controller
6 The CAR (Clock And Reset) Controller on Tegra is the HW module responsible
H A Dnvidia,tegra30-car.txt1 NVIDIA Tegra30 Clock And Reset Controller
6 The CAR (Clock And Reset) Controller on Tegra is the HW module responsible
H A Dnvidia,tegra114-car.txt1 NVIDIA Tegra114 Clock And Reset Controller
6 The CAR (Clock And Reset) Controller on Tegra is the HW module responsible
H A Dnvidia,tegra20-car.txt1 NVIDIA Tegra20 Clock And Reset Controller
6 The CAR (Clock And Reset) Controller on Tegra is the HW module responsible

12345678910>>...16