Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp546 [[nodiscard]] Value *Negator::Negate(bool LHSIsZero, bool IsNSW, Value *Root, in Negate() function in Negator
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp281 bool Negate) { in printStackAdj()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp279 bool Negate = false; in printFMAComments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2404 static SDValue combineBallotPattern(SDValue VCMP, bool &Negate) { in combineBallotPattern()
2445 bool Negate = false; in SelectBRCOND() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1587 auto IsOutOfRangeConstant = [&](const MCExpr *E, bool Negate) -> bool { in parsePCRel()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4358 bool HasVSX, bool &Swap, bool &Negate) { in getVCmpInst()
4575 bool Swap, Negate; in trySETCC() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp159 bool Negate = Str[0] == '-'; in convertStrToInt() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1091 if (const auto *Negate = dyn_cast<UnaryOperator>(E1)) { in checkIncorrectLogicOperator() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp4169 bool Negate) { in SelectSVEAddSubSSatImm()
H A DAArch64ISelLowering.cpp3680 AArch64CC::CondCode &OutCC, bool Negate, SDValue CCOp, in emitConjunctionRec()
18354 auto Negate = [&](SDValue N) { in performMulCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4785 Register Val, AArch64CC::CondCode &OutCC, bool Negate, Register CCOp, in emitConjunctionRec()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14097 SDValue Negate = DCI.DAG.getNode(ISD::SUB, dl, MVT::i32, in PerformSUBCombine() local
18184 bool &Negate) { in SearchLoopIntrinsic()
18238 bool Negate = false; in PerformHWLoopCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3148 bool Negate = false; in parseImm() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3706 bool Negate = false; in visitSelect() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3728 bool Negate = false; lowerBuildVectorOfConstants() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55319 auto MatchGeneric = [&](SDValue N0, SDValue N1, bool Negate) { in combineX86AddSub()