Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp40 bool Negated, MCContext &Ctx) { in create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DARMTargetParser.cpp461 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
505 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp478 Value *Negated = negate(Root, /*Depth=*/0); in run() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h276 bool Negated; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp988 bool Negated = false; in evaluate() local
H A DHexagonHardwareLoops.cpp647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
H A DHexagonConstPropagation.cpp2272 bool Negated = false; in evaluate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2680 MachineBasicBlock *&UncondBrTarget, bool &Negated) { in verifyCFIntrinsic()
4692 bool Negated = false; in legalizeIntrinsic() local
4740 bool Negated = false; in legalizeIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp13371 APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed); in VisitUnaryOperator() local