Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp438 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitMul() local
449 Value *IsNeg = Builder.CreateIsNeg(X, "isneg"); in visitMul() local
H A DInstCombineAndOrXor.cpp2378 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 DInstCombineAddSub.cpp2314 Value *IsNeg = Builder.CreateIsNeg(A); in visitSub() local
H A DInstCombineSelect.cpp1677 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 DScaledNumber.h438 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DScaledNumber.h439 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 DScaledNumber.h438 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DScaledNumber.h439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DScaledNumber.h439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DScaledNumber.h439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DScaledNumber.h439 static int64_t joinSigned(uint64_t U, bool IsNeg) { in joinSigned()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_test_util.cc383 bool IsNeg(const tensorflow::NodeDef& node_def, const string& input) { in IsNeg() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc398 bool IsNeg(const NodeDef& node) { return node.op() == "Neg"; } in IsNeg() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc570 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 DSimplifyLibCalls.cpp2280 Value *IsNeg = B.CreateICmpSLT(X, Constant::getNullValue(X->getType())); in optimizeAbs() local
/aosp_15_r20/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2749 bool IsNeg = false; in parseDirectiveRealValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2699 Value *IsNeg = B.CreateIsNeg(X); in optimizeAbs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3110 bool IsNeg = false; in parseRealValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2877 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 DAsmParser.cpp3254 bool IsNeg = false; in parseRealValue() local
H A DMasmParser.cpp3848 bool IsNeg = false; in parseRealValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15665 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 DCGBuiltin.cpp875 Value *IsNeg = EmitSignBit(*this, Arg); in EmitBuiltinExpr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2064 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 DPPCISelLowering.cpp17501 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL()
17532 bool IsNeg = MulAmt.isNegative(); in combineMUL() local

12