/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 438 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitMul() local 449 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitMul() local
|
H A D | InstCombineAndOrXor.cpp | 2378 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitAnd() local 2387 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitAnd() local 3708 Value *IsNeg = Builder.CreateIsNeg(A); in canonicalizeAbs() local
|
H A D | InstCombineAddSub.cpp | 2314 Value *IsNeg = Builder.CreateIsNeg(A); in visitSub() local
|
H A D | InstCombineSelect.cpp | 1677 Value *IsNeg = Builder.CreateIsNeg(CmpLHS, ICI->getName()); in foldSelectInstWithICmp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 438 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | ScaledNumber.h | 439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 438 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | ScaledNumber.h | 439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | ScaledNumber.h | 439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | ScaledNumber.h | 439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | c_test_util.cc | 383 bool IsNeg(const tensorflow::NodeDef& node_def, const string& input) { in IsNeg() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/ |
H A D | op_types.cc | 398 bool IsNeg(const NodeDef& node) { return node.op() == "Neg"; } in IsNeg() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/ |
H A D | tf_op_names.cc | 570 bool TFGraphDialect::IsNeg(TFOp op) const { in IsNeg() function in mlir::tfg::TFGraphDialect
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2280 Value *IsNeg = B.CreateICmpSLT(X, Constant::getNullValue(X->getType())); in optimizeAbs() local
|
/aosp_15_r20/external/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2749 bool IsNeg = false; in parseDirectiveRealValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2699 Value *IsNeg = B.CreateIsNeg(X); in optimizeAbs() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3110 bool IsNeg = false; in parseRealValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 2877 SDValue IsNeg = DAG.getSetCC(dl, PredTy, Op0, Zero, ISD::SETLT); in ExpandHvxIntToFp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3254 bool IsNeg = false; in parseRealValue() local
|
H A D | MasmParser.cpp | 3848 bool IsNeg = false; in parseRealValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 15665 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() 15695 bool IsNeg = MulAmt.isNegative(); in combineMUL() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 875 Value *IsNeg = EmitSignBit(*this, Arg); in EmitBuiltinExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2064 Value *IsNeg = Builder.CreateICmpSLT(Step, Zero); in createCanonicalLoop() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 17501 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() 17532 bool IsNeg = MulAmt.isNegative(); in combineMUL() local
|