Home
last modified time | relevance | path

Searched defs:Negated (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.h82 bool Negated; variable
85 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr()
H A DAVRMCExpr.cpp38 bool Negated, MCContext &Ctx) { in create()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DCSKYTargetParser.cpp161 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
H A DARMTargetParser.cpp357 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
426 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp535 Value *Negated = negate(Root, IsNSW, /*Depth=*/0); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp800 auto Negated = ConstraintSystem::negate(Coefficients); in isImpliedBy() local
820 auto Negated = ConstraintSystem::negate(Coefficients); in isImpliedBy() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp993 bool Negated = false; in evaluate() local
H A DHexagonHardwareLoops.cpp650 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
H A DHexagonConstPropagation.cpp2265 bool Negated = false; in evaluate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4219 MachineBasicBlock *&UncondBrTarget, bool &Negated) { in verifyCFIntrinsic()
7185 bool Negated = false; in legalizeIntrinsic() local
7233 bool Negated = false; in legalizeIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14652 static bool isPow2Splat(SDValue Op, uint64_t &SplatVal, bool &Negated) { in isPow2Splat()
14695 bool Negated; in LowerDIV() local
27394 bool Negated; in LowerFixedLengthVectorIntDivideToSVE() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14529 APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed); in VisitUnaryOperator() local