/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 192 !BinaryOperator::isFNeg(I)) in getRank() 561 (Opcode == Instruction::FMul && BinaryOperator::isFNeg(BO))) { in LinearizeExprTree() 832 if (!BinaryOperator::isNeg(U) && !BinaryOperator::isFNeg(U)) in NegateValue() 877 if (BinaryOperator::isNeg(Sub) || BinaryOperator::isFNeg(Sub)) in ShouldBreakUpSubtract() 1440 if (!BinaryOperator::isNeg(TheOp) && !BinaryOperator::isFNeg(TheOp) && in OptimizeAdd() 1445 if (BinaryOperator::isNeg(TheOp) || BinaryOperator::isFNeg(TheOp)) in OptimizeAdd() 1456 (BinaryOperator::isNeg(TheOp) || BinaryOperator::isFNeg(TheOp))) in OptimizeAdd() 2043 } else if (BinaryOperator::isFNeg(I)) { in OptimizeInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 210 !BinaryOperator::isFNeg(I)) in getRank() 577 (Opcode == Instruction::FMul && BinaryOperator::isFNeg(BO))) { in LinearizeExprTree() 857 if (!BinaryOperator::isNeg(U) && !BinaryOperator::isFNeg(U)) in NegateValue() 902 if (BinaryOperator::isNeg(Sub) || BinaryOperator::isFNeg(Sub)) in ShouldBreakUpSubtract() 1463 if (!BinaryOperator::isNeg(TheOp) && !BinaryOperator::isFNeg(TheOp) && in OptimizeAdd() 1468 if (BinaryOperator::isNeg(TheOp) || BinaryOperator::isFNeg(TheOp)) in OptimizeAdd() 1479 (BinaryOperator::isNeg(TheOp) || BinaryOperator::isFNeg(TheOp))) in OptimizeAdd() 2085 } else if (BinaryOperator::isFNeg(I)) { in OptimizeInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 43 BinaryOperator::isFNeg(V) || in getComplexity()
|
D | InstructionCombining.cpp | 505 if (BinaryOperator::isFNeg(V)) in dyn_castFNegVal()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 314 static bool isFNeg(const Value *V);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 54 if (BinaryOperator::isNeg(V) || BinaryOperator::isFNeg(V) || in getComplexity()
|
D | InstCombineMulDivRem.cpp | 667 if (BinaryOperator::isFNeg(Opnd0, IgnoreZeroSign)) { in visitFMul()
|
D | InstCombineCasts.cpp | 1363 if (BinaryOperator::isFNeg(OpI)) { in visitFPTrunc()
|
D | InstructionCombining.cpp | 681 if (BinaryOperator::isFNeg(V, IgnoreZeroSign)) in dyn_castFNegVal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 83 BinaryOperator::isFNeg(V) || BinaryOperator::isNot(V)) in getComplexity()
|
D | InstCombineCasts.cpp | 1592 if (BinaryOperator::isFNeg(OpI)) { in visitFPTrunc()
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 514 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 542 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 890 if (BinaryOperator::isFNeg(I)) in SelectOperator()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1570 if (BinaryOperator::isFNeg(I)) in selectOperator()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1123 if ((BinaryOperator::isFNeg(Op0, /*IgnoreZeroSign=*/true) && in SimplifyFDivInst() 1125 (BinaryOperator::isFNeg(Op1, /*IgnoreZeroSign=*/true) && in SimplifyFDivInst()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 956 if (BinaryOperator::isFNeg(Op1)) { in optimizeCos()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1775 if (BinaryOperator::isFNeg(I)) in selectOperator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 4479 if ((BinaryOperator::isFNeg(Op0, /*IgnoreZeroSign=*/true) && in SimplifyFDivInst() 4481 (BinaryOperator::isFNeg(Op1, /*IgnoreZeroSign=*/true) && in SimplifyFDivInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1090 if (BinaryOperator::isFNeg(Op1)) { in optimizeCos()
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 2528 } else if (BinaryOperator::isFNeg(&I)) { in visitBinaryOperator()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 1913 bool BinaryOperator::isFNeg(const Value *V) { in isFNeg() function in BinaryOperator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 2086 bool BinaryOperator::isFNeg(const Value *V, bool IgnoreZeroSign) { in isFNeg() function in BinaryOperator
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2241 bool BinaryOperator::isFNeg(const Value *V, bool IgnoreZeroSign) { in isFNeg() function in BinaryOperator
|