Home
last modified time | relevance | path

Searched defs:IsNeg (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp494 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitMul() local
505 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitMul() local
H A DInstCombineAndOrXor.cpp2783 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitAnd() local
2792 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitAnd() local
4326 Value *IsNeg = Builder.CreateIsNeg(A); in canonicalizeAbs() local
H A DInstCombineAddSub.cpp2573 Value *IsNeg = Builder.CreateIsNeg(A); in visitSub() local
H A DInstCombineSelect.cpp1874 Value *IsNeg = Builder.CreateIsNeg(CmpLHS, ICI->getName()); in foldSelectInstWithICmp() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1048 bool IsNeg = false; in EmitPrintAliasInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2231 const bool IsNeg = Offset < 0; in LowerMOVaddrPAC() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3056 Value *IsNeg = B.CreateIsNeg(X); in optimizeAbs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2878 SDValue IsNeg = DAG.getSetCC(dl, PredTy, Op0, Zero, ISD::SETLT); ExpandHvxIntToFp() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3256 bool IsNeg = false; in parseRealValue() local
H A DMasmParser.cpp3817 bool IsNeg = false; in parseRealValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18044 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL()
18076 bool IsNeg = MulAmt.isNegative(); in combineMUL() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3214 Value *IsNeg = Builder.CreateICmpSLT(ArgValue, Zero, "isneg"); in EmitBuiltinExpr() local
4036 Value *IsNeg = EmitSignBit(*this, Arg); in EmitBuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4806 bool IsNeg = StringRef(BLGPLoc.getPointer()).starts_with("neg:"); in validateBLGP() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5547 auto IsNeg = Builder.buildICmp(CmpInst::Predicate::ICMP_SLT, CCVT, RHS, Zero); in applySDivByPow2() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3934 Value *IsNeg = Builder.CreateICmpSLT(Step, Zero); in createCanonicalLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19534 bool IsNeg = false; in isLegalT2AddressImmediate() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4836 SDValue IsNeg = DAG.getSetCC(DL, CCVT, N1, Zero, ISD::SETLT); in visitSDIVLike() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19262 SDValue IsNeg = DAG.getSetCC(DL, MVT::v4i64, Src, Zero, ISD::SETLT); in lowerINT_TO_FP_vXi64() local
33194 SDValue IsNeg = DAG.getSetCC(dl, MVT::v2i64, Src, Zero, ISD::SETLT); in ReplaceNodeResults() local