Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp39 bool Negated, MCContext &Ctx) { in create()
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DARMTargetParser.cpp356 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
400 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local
H A DCSKYTargetParser.cpp161 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp517 Value *Negated = negate(Root, /*Depth=*/0); in run() local
/openbsd-src/gnu/llvm/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.cpp2266 bool Negated = false; in evaluate() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3208 MachineBasicBlock *&UncondBrTarget, bool &Negated) { in verifyCFIntrinsic()
5577 bool Negated = false; in legalizeIntrinsic() local
5625 bool Negated = false; in legalizeIntrinsic() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12786 static bool isPow2Splat(SDValue Op, uint64_t &SplatVal, bool &Negated) { in isPow2Splat()
12829 bool Negated; in LowerDIV() local
23103 bool Negated; in LowerFixedLengthVectorIntDivideToSVE() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp13804 APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed); in VisitUnaryOperator() local