/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCExpr.h | 82 bool Negated; variable 85 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr()
|
H A D | AVRMCExpr.cpp | 38 bool Negated, MCContext &Ctx) { in create()
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | SimplifyBooleanExprCheck.cpp | 142 const Expr *E, bool Negated, in compareExpressionToConstant() 153 const Expr *E, bool Negated) { in compareExpressionToNullPtr() 159 const Expr *E, bool Negated) { in compareExpressionToZero() 164 bool Negated, const Expr *E) { in replacementExpression() 647 Bool](const Expr *ReplaceWith, bool Negated) { in reportBinOp() 742 bool Negated) { in replaceWithCondition() 752 bool Negated) { in replaceWithReturnCondition() 773 const ASTContext &Context, const ReturnStmt *Ret, bool Negated, in replaceCompoundReturnWithCondition() 800 bool Negated) { in replaceWithAssignment()
|
H A D | ContainerContainsCheck.cpp | 111 bool Negated = NegativeComparison != nullptr; check() local
|
/llvm-project/clang/lib/Format/ |
H A D | MatchFilePath.cpp | 85 bool Negated = false; matchFilePath() local
|
/llvm-project/llvm/lib/TargetParser/ |
H A D | CSKYTargetParser.cpp | 161 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
|
H A D | ARMTargetParser.cpp | 357 bool Negated = stripNegationPrefix(ArchExt); getArchExtFeature() local 426 const bool Negated = stripNegationPrefix(ArchExt); appendArchExtFeatures() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 519 Value *Negated = negate(Root, IsNSW, /*Depth=*/0); run() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 800 auto Negated = ConstraintSystem::negate(Coefficients); isImpliedBy() local 820 auto Negated = ConstraintSystem::negate(Coefficients); isImpliedBy() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 993 bool Negated = false; evaluate() local
|
H A D | HexagonHardwareLoops.cpp | 650 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); getLoopTripCount() local
|
H A D | HexagonConstPropagation.cpp | 2265 bool Negated = false; in evaluate() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 4219 verifyCFIntrinsic(MachineInstr & MI,MachineRegisterInfo & MRI,MachineInstr * & Br,MachineBasicBlock * & UncondBrTarget,bool & Negated) verifyCFIntrinsic() argument 7176 bool Negated = false; legalizeIntrinsic() local 7224 bool Negated = false; legalizeIntrinsic() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 14448 isPow2Splat(SDValue Op,uint64_t & SplatVal,bool & Negated) isPow2Splat() argument 14491 bool Negated; LowerDIV() local 27180 bool Negated; LowerFixedLengthVectorIntDivideToSVE() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 14492 APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed); VisitUnaryOperator() local
|