Home
last modified time | relevance | path

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

/freebsd-src/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() argument
H A DAVRMCExpr.cpp39 return new (Ctx) AVRMCExpr(Kind, Expr, Negated); in create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp85 bool Negated = false; in matchFilePath() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp518 Value *Negated = negate(Root, IsNSW, /*Depth=*/0); run() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp784 auto Negated = ConstraintSystem::negate(Coefficients); isImpliedBy() local
804 auto Negated = ConstraintSystem::negate(Coefficients); isImpliedBy() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4104 verifyCFIntrinsic(MachineInstr & MI,MachineRegisterInfo & MRI,MachineInstr * & Br,MachineBasicBlock * & UncondBrTarget,bool & Negated) verifyCFIntrinsic() argument
6913 bool Negated = false; legalizeIntrinsic() local
6961 bool Negated = false; legalizeIntrinsic() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13666 isPow2Splat(SDValue Op,uint64_t & SplatVal,bool & Negated) isPow2Splat() argument
13709 bool Negated; LowerDIV() local
25934 bool Negated; LowerFixedLengthVectorIntDivideToSVE() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14152 APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed); VisitUnaryOperator() local