| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1122 bool &Negate); 1463 bool &Negate) { in getTrylockCallExpr() argument 1469 return getTrylockCallExpr(CallExp->getArg(0), C, Negate); in getTrylockCallExpr() 1473 return getTrylockCallExpr(PE->getSubExpr(), C, Negate); in getTrylockCallExpr() 1475 return getTrylockCallExpr(CE->getSubExpr(), C, Negate); in getTrylockCallExpr() 1477 return getTrylockCallExpr(FE->getSubExpr(), C, Negate); in getTrylockCallExpr() 1480 return getTrylockCallExpr(E, C, Negate); in getTrylockCallExpr() 1484 Negate = !Negate; in getTrylockCallExpr() 1485 return getTrylockCallExpr(UOP->getSubExpr(), C, Negate); in getTrylockCallExpr() 1492 Negate = !Negate; in getTrylockCallExpr() [all …]
|
| H A D | CFG.cpp | 1119 if (const auto *Negate = dyn_cast<UnaryOperator>(E1)) { in checkIncorrectLogicOperator() local 1120 if (Negate->getOpcode() == UO_LNot && in checkIncorrectLogicOperator() 1121 Expr::isSameComparisonOperand(Negate->getSubExpr(), E2)) { in checkIncorrectLogicOperator()
|
| /freebsd/sys/contrib/device-tree/Bindings/ata/ |
| H A D | ahci-ceva.txt | 12 CINMP : COMINIT Negate Minimum Period. 23 CWNMP: COMWAKE Negate Minimum Period.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstComments.cpp | 310 bool Negate = false; in printFMAComments() local 371 Negate = true; in printFMAComments() 377 Negate = true; in printFMAComments() 389 Negate = true; in printFMAComments() 396 Negate = true; in printFMAComments() 505 Negate = true; in printFMAComments() 517 Negate = true; in printFMAComments() 529 Negate = true; in printFMAComments() 542 Negate = true; in printFMAComments() 555 Negate = true; in printFMAComments() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VFABIDemangling.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVInstPrinter.cpp | 304 bool Negate) { in printStackAdj() argument 313 if (Negate) in printStackAdj()
|
| H A D | RISCVInstPrinter.h | 59 bool Negate = false);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | VFABIDemangler.cpp | 191 const bool Negate = ParseString.consume_front("n"); in tryParseCompileTimeLinearToken() local 194 if (Negate) in tryParseCompileTimeLinearToken()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 19 // Negate
|
| H A D | arm_neon.td | 1554 // Scalar Negate 1558 // Scalar Signed Saturating Negate
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperands.td | 258 // Negate and then truncate an immediate to a 16-bit signed quantity. 276 // Negate and then truncate an immediate to a 32-bit unsigned quantity. 288 // Negate and then truncate an immediate to a 32-bit unsigned quantity.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 2521 static SDValue combineBallotPattern(SDValue VCMP, bool &Negate) { in combineBallotPattern() argument 2541 Negate = VCMP_CC == ISD::SETEQ; in combineBallotPattern() 2561 bool Negate = false; in SelectBRCOND() local 2578 Negate = CC == ISD::SETEQ; in SelectBRCOND() 2583 Negate = Negate ^ NegatedBallot; in SelectBRCOND() 2598 UseSCCBr ? (Negate ? AMDGPU::S_CBRANCH_SCC0 : AMDGPU::S_CBRANCH_SCC1) in SelectBRCOND() 2599 : (Negate ? AMDGPU::S_CBRANCH_VCCZ : AMDGPU::S_CBRANCH_VCCNZ); in SelectBRCOND()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 4357 bool HasVSX, bool &Swap, bool &Negate) { in getVCmpInst() argument 4359 Negate = false; in getVCmpInst() 4374 case ISD::SETNE: CC = ISD::SETEQ; Negate = true; break; in getVCmpInst() 4375 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break; in getVCmpInst() 4376 case ISD::SETULE: CC = ISD::SETOGT; Negate = true; break; in getVCmpInst() 4377 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break; in getVCmpInst() 4418 case ISD::SETNE: CC = ISD::SETEQ; Negate = true; break; in getVCmpInst() 4419 case ISD::SETUNE: CC = ISD::SETUEQ; Negate = true; break; in getVCmpInst() 4420 case ISD::SETLE: CC = ISD::SETGT; Negate = true; break; in getVCmpInst() 4421 case ISD::SETULE: CC = ISD::SETUGT; Negate = true; break; in getVCmpInst() [all …]
|
| H A D | README_P9.txt | 92 - Vector Integer Negate: vnegw vnegd 178 - QP Absolute/Negative-Absolute/Negate: xsabsqp xsnabsqp xsnegqp
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 545 [[nodiscard]] Value *Negator::Negate(bool LHSIsZero, bool IsNSW, Value *Root, in Negate() function in Negator
|
| H A D | InstCombineInternal.h | 886 [[nodiscard]] static Value *Negate(bool LHSIsZero, bool IsNSW, Value *Root,
|
| H A D | InstCombineMulDivRem.cpp | 289 Negator::Negate(/*IsNegation*/ true, HasNSW, Op0, *this)) { in visitMul() 389 if (Value *NegOp0 = Negator::Negate(false, /*IsNSW*/ false, Op0, *this)) in visitMul()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 1656 auto IsOutOfRangeConstant = [&](const MCExpr *E, bool Negate) -> bool { in parsePCRel() argument 1659 if (Negate) in parsePCRel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 358 bool Negate, Register CCOp, 4920 Register Val, AArch64CC::CondCode &OutCC, bool Negate, Register CCOp, in emitConjunctionRec() argument 4930 if (Negate) in emitConjunctionRec() 4998 assert(!Negate); in emitConjunctionRec() 5008 NegateAfterAll = !Negate; in emitConjunctionRec() 5012 assert(!Negate && "Valid conjunction/disjunction tree"); in emitConjunctionRec()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 162 bool Negate = Str[0] == '-'; in convertStrToInt() local 175 uint64_t Max = AsSigned && Negate ? 1 : 0; in convertStrToInt() 235 if (Negate) in convertStrToInt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 254 template <MVT::SimpleValueType VT, bool Negate> 256 return SelectSVEAddSubSSatImm(N, VT, Imm, Shift, Negate); in SelectSVEAddSubSSatImm() 494 bool Negate); 4271 bool Negate) { in SelectSVEAddSubSSatImm() argument 4281 if (Negate) in SelectSVEAddSubSSatImm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 1500 // Section 8.17.8 - NNDM (Negate And VM) 1503 // Section 8.17.9 - NEGM (Negate VM)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsARM.td | 622 // Vector Saturating Negate.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 14174 SDValue Negate = DCI.DAG.getNode(ISD::SUB, dl, MVT::i32, in PerformSUBCombine() local 14177 return DCI.DAG.getNode(ARMISD::VDUP, dl, N->getValueType(0), Negate); in PerformSUBCombine() 18262 bool &Negate) { in SearchLoopIntrinsic() argument 18271 Negate = !Negate; in SearchLoopIntrinsic() 18272 return SearchLoopIntrinsic(N.getOperand(0), CC, Imm, Negate); in SearchLoopIntrinsic() 18285 return SearchLoopIntrinsic(N->getOperand(0), CC, Imm, Negate); in SearchLoopIntrinsic() 18316 bool Negate = false; in PerformHWLoopCombine() local 18337 SDValue Int = SearchLoopIntrinsic(Cond, CC, Imm, Negate); in PerformHWLoopCombine() 18341 if (Negate) in PerformHWLoopCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 3274 bool Negate = false; in parseImm() local 3279 Negate = true; in parseImm() 3298 if (Negate) in parseImm()
|