Searched refs:NE (Results 101 - 125 of 138) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp703 const MCExpr *NE = MCBinaryExpr::createSub(BinExpr->getRHS(), local
705 Inst.addOperand(MCOperand::createExpr(NE));
/freebsd-11-stable/contrib/gcc/
H A Dpostreload.c1395 && GET_CODE (cnd) == NE
H A Dgenattrtab.c833 case NE: case EQ:
3174 case EQ: case NE:
3188 case NE:
H A Dstmt.c2309 emit_cmp_and_jump_insns (expr, const0_rtx, NE, NULL_RTX,
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1877 /* Given a comparison code (EQ, NE, etc.) and the first operand of a
1887 : (((OP) == EQ || (OP) == NE) && COMPARISON_P (X) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp904 return AArch64CC::NE;
975 CondCode = AArch64CC::NE;
2278 .addImm(AArch64CC::NE);
3593 if (CC != AArch64CC::EQ && CC != AArch64CC::NE)
H A DAArch64AsmPrinter.cpp394 .addImm(AArch64CC::NE)
H A DAArch64InstrInfo.cpp570 CC = AArch64CC::NE;
574 CC = AArch64CC::NE;
605 CC = AArch64CC::NE;
1341 case AArch64CC::NE: // Z clear
H A DAArch64ISelLowering.cpp1525 return AArch64CC::NE;
1603 CondCode = AArch64CC::NE;
1625 CondCode2 = AArch64CC::NE;
1733 // As we are looking for EQ/NE compares, the operands can be commuted ; can
2236 CC = AArch64CC::NE;
5424 else if (CFVal && CFVal == RHSVal && AArch64CC == AArch64CC::NE)
8393 case AArch64CC::NE: {
8432 case AArch64CC::NE: {
11920 case AArch64CC::NE:
12035 if (CC != AArch64CC::EQ && CC != AArch64CC::NE)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1310 unsigned NE = VT.getVectorNumElements(); local
1319 ResNE = NE;
1320 else if (NE > ResNE)
1321 NE = ResNE;
1328 for (i = 0; i != NE; ++i) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1836 case ISD::SETNE: return ARMCC::NE;
1874 case ISD::SETUNE: CondCode = ARMCC::NE; break;
4347 case ARMCC::NE:
5040 CondCode == ARMCC::VC || CondCode == ARMCC::NE) {
5174 // the CMP operands, and the condition code is EQ or NE, we can optimize it
6273 Opc = ARMCC::NE; break;
6322 Opc = ARMCC::NE; break;
7852 DAG.getConstant(ARMCC::NE, dl, MVT::i32));
8293 DAG.getConstant(ARMCC::NE, dl, MVT::i32));
8355 DAG.getConstant(ARMCC::NE, d
[all...]
H A DARMConstantIslandPass.cpp1876 else if (Pred == ARMCC::NE)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10672 NE = 0x20, enumerator in enum:__anon612::PromotedRange::ComparisonResult
10675 Less = LE | LT | NE,
10679 Greater = GE | GT | NE,
10682 InHole = NE
10726 FalseFlag = NE;
10728 TrueFlag = NE;
H A DSemaTemplateInstantiateDecl.cpp3363 Expr *NE = SemaRef.SubstExpr(OE, TemplateArgs).get(); local
3364 if (!NE) {
3368 NewVars.push_back(NE);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S731 @ CMP, LT, LE, NE, or EQ.
/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h6524 UINT32 NE:1; ///< Numeric Error. member in struct:__anon6012::__anon6013
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h804 LISTSPLAT, STRCONCAT, CONCAT, EQ, NE, LE, LT, GE,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h156 // EQ, NE, GT, GE, LT, LE
223 bool NE(InterpState &S, CodePtr OpPC) { function in namespace:clang
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1107 case tgtok::XNe: Code = BinOpInit::NE; break;
1223 case BinOpInit::NE:
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h2438 VlaSizePair(llvm::Value *NE, QualType T) : NumElts(NE), Type(T) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1977 SetVector<SUnit *>::iterator NE = NodeOrder.end(); local
2037 } while (++NI != NE && scheduleFound);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp554 return CmpMode::NE;
582 return CmpMode::NE;
/freebsd-11-stable/contrib/one-true-awk/
H A Drun.c669 case NE: if (i!=0) return(True);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1973 case ARMCC::NE:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2674 .Case("ne", AArch64CC::NE)
2697 .Case("any", AArch64CC::NE)

Completed in 792 milliseconds

123456