Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.h46 bool Negated; variable
49 explicit AVRMCExpr(Specifier S, const MCExpr *Expr, bool Negated) in AVRMCExpr()
H A DAVRMCExpr.cpp20 bool Negated, MCContext &Ctx) { in create()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp99 bool Negated = false; in matchFilePath() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DCSKYTargetParser.cpp162 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
H A DARMTargetParser.cpp359 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
427 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp982 bool Negated = Signed && CurToken.TokKind == TokenKind::pu_minus; in parseFloatParam() local
1269 std::optional<int32_t> RootSignatureParser::handleIntLiteral(bool Negated) { in handleIntLiteral()
1305 std::optional<float> RootSignatureParser::handleFloatLiteral(bool Negated) { in handleFloatLiteral()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp534 Value *Negated = negate(Root, IsNSW, /*Depth=*/0); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp985 bool Negated = false; in evaluate() local
H A DHexagonHardwareLoops.cpp643 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
H A DHexagonConstPropagation.cpp2263 bool Negated = false; in evaluate() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp858 auto Negated = ConstraintSystem::negate(Coefficients); in isImpliedBy() local
878 auto Negated = ConstraintSystem::negate(Coefficients); in isImpliedBy() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4277 MachineBasicBlock *&UncondBrTarget, bool &Negated) { in verifyCFIntrinsic()
7357 bool Negated = false; in legalizeIntrinsic() local
7405 bool Negated = false; in legalizeIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15555 static bool isPow2Splat(SDValue Op, uint64_t &SplatVal, bool &Negated) { in isPow2Splat()
15598 bool Negated; in LowerDIV() local
29008 bool Negated; in LowerFixedLengthVectorIntDivideToSVE() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp15397 APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed); in VisitUnaryOperator() local