/llvm-project/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 488 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitMul() local 499 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitMul() local
|
H A D | InstCombineAndOrXor.cpp | 2736 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); visitAnd() local 2745 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); visitAnd() local 4273 Value *IsNeg = Builder.CreateIsNeg(A); canonicalizeAbs() local
|
H A D | InstCombineAddSub.cpp | 2568 Value *IsNeg = Builder.CreateIsNeg(A); visitSub() local
|
H A D | InstCombineSelect.cpp | 1871 Value *IsNeg = Builder.CreateIsNeg(CmpLHS, ICI->getName()); foldSelectInstWithICmp() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 1048 bool IsNeg = false; EmitPrintAliasInstruction() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 1795 const bool IsNeg = Offset < 0; LowerMOVaddrPAC() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 3027 Value *IsNeg = B.CreateIsNeg(X); optimizeAbs() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3247 bool IsNeg = false; parseRealValue() local
|
H A D | MasmParser.cpp | 3817 bool IsNeg = false; parseRealValue() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 2877 SDValue IsNeg = DAG.getSetCC(dl, PredTy, Op0, Zero, ISD::SETLT); ExpandHvxIntToFp() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 18047 __anonef002ddf1902(bool IsNeg, bool IsAddOne, EVT VT) combineMUL() argument 18078 bool IsNeg = MulAmt.isNegative(); combineMUL() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 3125 Value *IsNeg = Builder.CreateICmpSLT(ArgValue, Zero, "isneg"); EmitBuiltinExpr() local 3947 Value *IsNeg = EmitSignBit(*this, Arg); EmitBuiltinExpr() local
|
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 4801 bool IsNeg = StringRef(BLGPLoc.getPointer()).starts_with("neg:"); validateBLGP() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5491 auto IsNeg = Builder.buildICmp(CmpInst::Predicate::ICMP_SLT, CCVT, RHS, Zero); applySDivByPow2() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3868 Value *IsNeg = Builder.CreateICmpSLT(Step, Zero); createCanonicalLoop() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 19549 bool IsNeg = false; isLegalT2AddressImmediate() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 4850 SDValue IsNeg = DAG.getSetCC(DL, CCVT, N1, Zero, ISD::SETLT); visitSDIVLike() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 19286 SDValue IsNeg = DAG.getSetCC(DL, MVT::v4i64, Src, Zero, ISD::SETLT); lowerINT_TO_FP_vXi64() local 33211 SDValue IsNeg = DAG.getSetCC(dl, MVT::v2i64, Src, Zero, ISD::SETLT); ReplaceNodeResults() local [all...] |