Searched refs:NE (Results 51 - 75 of 138) sorted by relevance

123456

/freebsd-11-stable/contrib/gcc/
H A Dsched-vis.c226 case NE:
547 if (GET_CODE (COND_EXEC_TEST (x)) == NE
H A Dsimplify-rtx.c3610 if (code == NE)
3629 if ((code == EQ || code == NE)
3645 if (code == NE
3659 if ((code == EQ || code == NE)
3666 if ((code == EQ || code == NE)
3674 if ((code == EQ || code == NE)
3682 if ((code == EQ || code == NE)
3748 We can only do this for EQ and NE comparisons as otherwise we may
3754 && (code == EQ || code == NE)
3796 case NE
[all...]
H A Dfinal.c2322 case NE:
2691 PUT_CODE (cond, NE);
2720 PUT_CODE (cond, NE);
2741 PUT_CODE (cond, NE);
2759 case NE:
H A Dexpmed.c4533 t3 = emit_store_flag (t3, NE, t2, const0_rtx,
4596 do_cmp_and_jump (adjusted_op0, const0_rtx, NE,
4631 t3 = emit_store_flag (t3, NE, t2, const0_rtx,
5174 op1 = const0_rtx, code = NE;
5190 if ((code == EQ || code == NE)
5405 && GET_MODE_CLASS (mode) == MODE_INT && (code == EQ || code == NE)
5422 /* Some other cases we can do are EQ, NE, LE, and GT comparisons with
5429 || (code != EQ && code != NE
5485 if (code == EQ || code == NE)
5487 /* For EQ or NE, on
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp294 CC = AArch64CC::NE;
709 .addImm(isNZ ? AArch64CC::NE : AArch64CC::EQ)
H A DAArch64CondBrTuning.cpp126 CC = AArch64CC::NE;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h288 static void _checkNewAllocator(void *checker, const CXXNewExpr *NE, argument
290 ((const CHECKER *)checker)->checkNewAllocator(NE, Target, C);
H A DCheckerManager.h330 void runCheckersForNewAllocator(const CXXNewExpr *NE, SVal Target,
/freebsd-11-stable/contrib/binutils/ld/
H A Dldgram.y118 %left <token> EQ NE
814 | exp NE exp
815 { $$ = exp_binop (NE , $1, $3); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp333 NE = 0x02, enumerator in enum:__anon2231::MachineConstEvaluator::Comparison::__anon2235
349 return NE;
350 if (Cmp == NE)
1201 // NE is a special kind of comparison (not composed of smaller properties).
1202 if (Cmp == Comparison::NE) {
1263 Result = (Cmp & Comparison::G) || (Cmp == Comparison::NE);
1270 Result = (Cmp & Comparison::L) || (Cmp == Comparison::NE);
1281 Result = (Cmp == Comparison::NE) ||
1291 Result = (Cmp & Comparison::G) || (Cmp == Comparison::NE);
1299 Result = (Cmp & Comparison::L) || (Cmp == Comparison::NE);
[all...]
H A DHexagonCommonGEP.cpp555 for (NodeSet::iterator NI = S.begin(), NE = S.end(); NI != NE; ++NI) {
565 for (NodeSet::iterator NJ = std::next(NI); NJ != NE; ++NJ)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp829 void appendNewAllocator(CFGBlock *B, CXXNewExpr *NE) { argument
830 B->appendNewAllocator(NE, cfg->getBumpVectorContext());
4525 CFGBlock *CFGBuilder::VisitCXXNewExpr(CXXNewExpr *NE, argument
4528 appendStmt(Block, NE);
4531 ConstructionContextLayer::create(cfg->getBumpVectorContext(), NE),
4532 const_cast<CXXConstructExpr *>(NE->getConstructExpr()));
4534 if (NE->getInitializer())
4535 Block = Visit(NE->getInitializer());
4538 appendNewAllocator(Block, NE);
4540 if (NE
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c854 return (code == EQ || code == NE || code == GE || code == LT
1896 /* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE,
1910 case NE:
2061 if (compare_code == NE
5830 case NE:
5891 case NE:
6020 COMPARISON is the rtl operator to compare with (EQ, NE, GT, etc.).
6037 case NE:
6116 emit_cmp_insn (result, const0_rtx, NE, NULL_RTX, mode, 0);
6120 emit_cmp_insn (result, GEN_INT(3), comparison == UNORDERED ? EQ : NE,
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3078 const CXXNewExpr *NE = nullptr;
3080 (NE = getNewExprFromInitListOrExpr(CI->getInit()))) {
3081 if (NE->isArray() == IsArrayForm)
3084 NewExprs.push_back(NE);
3111 if (const CXXNewExpr *NE = getNewExprFromInitListOrExpr(InitExpr)) {
3112 if (NE->isArray() != IsArrayForm) {
3113 NewExprs.push_back(NE);
3148 const CXXNewExpr *NE = nullptr;
3150 if (VD->hasInit() && (NE = getNewExprFromInitListOrExpr(VD->getInit())) &&
3151 NE
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c637 Z_DECLARE(S, 8, NE)
640 Z_DECLARE(U, 8, NE)
685 Z_RESAMPLER_ENTRY(S, 8, NE),
688 Z_RESAMPLER_ENTRY(U, 8, NE),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h93 NE = 5, enumerator in enum:llvm::Dependence::DVEntry::__anon1350
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h267 void VisitCXXNewExpr(const CXXNewExpr *NE);
H A DRecursiveASTVisitor.h66 OPERATOR(NE) OPERATOR(Cmp) OPERATOR(And) OPERATOR(Xor) OPERATOR(Or) \
1023 if (Expr *NE = T->getNoexceptExpr())
1024 TRY_TO(TraverseStmt(NE));
1271 if (Expr *NE = T->getNoexceptExpr())
1272 TRY_TO(TraverseStmt(NE));
2523 if (Expr *NE = T->getNoexceptExpr())
2524 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(NE);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c1550 gcc_assert ((code == NE || code == EQ) && op1 == const0_rtx);
1573 case EQ: magic = QCMP_EQ; ncode = NE; break;
1574 case NE: magic = QCMP_EQ; ncode = EQ; break;
1576 case UNORDERED: magic = QCMP_UNORD; ncode = NE; break;
1580 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break;
1581 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1582 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break;
1583 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1605 code = NE;
1612 code = NE;
[all...]
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dtree.c145 { NE, { 1,1,0,1,0,1,1,0,1,0,0,0,0,1,1,0,1,
1001 case NE:
1003 * Accept some things which are allowed with EQ and NE,
1215 if (sflag && op != EQ && op != NE)
1424 } else if (mp->m_comp && op != EQ && op != NE) {
2835 case NE:
2986 case NE:
3602 case NE:
4015 case NE:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp54 return ARCCC::NE;
66 return ARCCC::NE;
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c2435 case NE:
6552 In all cases OP will be either EQ or NE, but we don't need to know which
6617 case NE:
6633 case NE:
6649 case NE:
6665 case NE:
6673 case NE:
6708 case NE:
6744 && (op == EQ || op == NE))
6757 && (op == EQ || op == NE
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c2563 if (((outer_code) == EQ || (outer_code) == NE)
3193 case NE:
3209 If NEED_EQ_NE_P, then only EQ/NE comparisons against zero are possible,
3213 - EQ/NE between two registers.
3226 else if (*code == EQ || *code == NE)
3248 *code = (invert ? EQ : NE);
3262 *code = mips_reverse_fp_cond_p (&cmp_code) ? EQ : NE;
3284 if (code == EQ || code == NE)
5387 't' like 'T', but with the EQ/NE cases reversed
5564 case NE
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1750 for (auto NI = path::begin(File), NE = path::end(File),
1754 while (NI != NE && *NI == ".")
1756 if (NI == NE)
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c7796 case NE:
8196 case NE:
10158 case NE: /* ZF!=0 */
10370 return NE;
10423 case NE: /* NE - ZF=0 - fails on unordered */
10468 case NE:
10629 code = NE;
10644 code = NE;
10660 code = NE;
[all...]

Completed in 487 milliseconds

123456