Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp464 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); visitMul() local
475 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); visitMul() local
H A DInstCombineAndOrXor.cpp2673 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); visitAnd() local
2682 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); visitAnd() local
4195 Value *IsNeg = Builder.CreateIsNeg(A); canonicalizeAbs() local
H A DInstCombineAddSub.cpp2563 Value *IsNeg = Builder.CreateIsNeg(A); visitSub() local
H A DInstCombineSelect.cpp1730 Value *IsNeg = Builder.CreateIsNeg(CmpLHS, ICI->getName()); foldSelectInstWithICmp() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1024 bool IsNeg = false; EmitPrintAliasInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2822 Value *IsNeg = B.CreateIsNeg(X); optimizeAbs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2877 SDValue IsNeg = DAG.getSetCC(dl, PredTy, Op0, Zero, ISD::SETLT); in ExpandHvxIntToFp() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3254 bool IsNeg = false; parseRealValue() local
H A DMasmParser.cpp3816 bool IsNeg = false; parseRealValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17832 __anon93031bbe1902(bool IsNeg, bool IsAddOne, EVT VT) combineMUL() argument
17863 bool IsNeg = MulAmt.isNegative(); combineMUL() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3121 Value *IsNeg = Builder.CreateICmpSLT(ArgValue, Zero, "isneg"); EmitBuiltinExpr() local
3854 Value *IsNeg = EmitSignBit(*this, Arg); EmitBuiltinExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2395 Value *IsNeg = Builder.CreateICmpSLT(Step, Zero); createCanonicalLoop() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4631 bool IsNeg = StringRef(BLGPLoc.getPointer()).starts_with("neg:"); validateBLGP() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19512 bool IsNeg = false; isLegalT2AddressImmediate() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4867 SDValue IsNeg = DAG.getSetCC(DL, CCVT, N1, Zero, ISD::SETLT); visitSDIVLike() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19071 SDValue IsNeg = DAG.getSetCC(DL, MVT::v4i64, Src, Zero, ISD::SETLT); lowerINT_TO_FP_vXi64() local
32678 SDValue IsNeg = DAG.getSetCC(dl, MVT::v2i64, Src, Zero, ISD::SETLT); ReplaceNodeResults() local
[all...]