Home
last modified time | relevance | path

Searched defs:Negate (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVFABIDemangling.cpp170 const bool Negate = ParseString.consume_front("n"); in tryParseCompileTimeLinearToken() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp528 [[nodiscard]] Value *Negator::Negate(bool LHSIsZero, Value *Root, in Negate() function in Negator
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp289 bool Negate = false; in printFMAComments() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp1389 bool &Negate) { in getTrylockCallExpr()
1468 bool Negate = false; in getEdgeLockset() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1615 auto isOutOfRangeConstant = [&](const MCExpr *E, bool Negate) -> bool { in parsePCRel()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c3173 int Negate; in VMS_Modify_Psect_Attributes() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4206 bool HasVSX, bool &Swap, bool &Negate) { in getVCmpInst()
4423 bool Swap, Negate; in trySETCC() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp109 bool Negate = Str[0] == '-'; in convertStrToInt() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4895 Register Val, AArch64CC::CondCode &OutCC, bool Negate, Register CCOp, in emitConjunctionRec()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13940 SDValue Negate = DCI.DAG.getNode(ISD::SUB, dl, MVT::i32, in PerformSUBCombine() local
17950 bool &Negate) { in SearchLoopIntrinsic()
18004 bool Negate = false; in PerformHWLoopCombine() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2937 bool Negate = false; in parseImm() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3261 AArch64CC::CondCode &OutCC, bool Negate, SDValue CCOp, in emitConjunctionRec()
15651 auto Negate = [&](SDValue N) { in performMulCombine() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3335 bool Negate = false; in visitSelect() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2522 bool Negate = false; in lowerBUILD_VECTOR() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54518 auto MatchGeneric = [&](SDValue N0, SDValue N1, bool Negate) { in combineX86AddSub()