/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.prepost.frag.out | 80 37: 10(float) FSub 36 28 97 49: 10(float) FSub 48 28 106 56: 10(float) FSub 55 28 112 60: 10(float) FSub 59 28 122 69: 10(float) FSub 68 28 129 80: 10(float) FSub 79 28 135 86: 10(float) FSub 85 28
|
D | spv.matrix.frag.out | 71 18: 7(fvec4) FSub 16 17 74 21: 7(fvec4) FSub 19 20 77 24: 7(fvec4) FSub 22 23 187 130: 7(fvec4) FSub 129 128 189 132: 7(fvec4) FSub 131 128 191 134: 7(fvec4) FSub 133 128 246 201: 7(fvec4) FSub 200 199 248 203: 7(fvec4) FSub 202 199 250 205: 7(fvec4) FSub 204 199
|
D | spv.discard-dce.frag.out | 62 29: 6(float) FSub 28 10 67 35: 6(float) FSub 34 10 120 82: 7(fvec4) FSub 80 81
|
D | spv.always-discard2.frag.out | 55 29: 6(float) FSub 28 10 60 35: 6(float) FSub 34 10
|
D | spv.always-discard.frag.out | 62 29: 6(float) FSub 28 10 67 35: 6(float) FSub 34 10
|
D | hlsl.scalar2matrix.frag.out | 484 61: 7(fvec4) FSub 60 59 486 63: 7(fvec4) FSub 62 59 488 65: 7(fvec4) FSub 64 59 490 67: 7(fvec4) FSub 66 59
|
D | spv.debugInfo.1.1.frag.out | 171 94: 11(fvec4) FSub 92 93 268 43: 11(fvec4) FSub 41 42
|
D | spv.debugInfo.frag.out | 170 94: 11(fvec4) FSub 92 93 267 43: 11(fvec4) FSub 41 42
|
D | spv.float64.frag.out | 243 46: 27(f64vec2) FSub 45 44 259 59: 27(f64vec2) FSub 57 58 272 73: 27(f64vec2) FSub 72 71 274 75: 27(f64vec2) FSub 74 71 297 96:26(float64_t) FSub 93 95
|
D | hlsl.forLoop.frag.out | 540 50: 7(fvec4) FSub 48 49 622 113: 6(float) FSub 112 18 686 164: 6(float) FSub 163 18 689 166: 6(float) FSub 165 18 692 168: 6(float) FSub 167 18
|
D | spv.float16.frag.out | 272 48: 29(f16vec2) FSub 47 46 288 61: 29(f16vec2) FSub 59 60 301 75: 29(f16vec2) FSub 74 73 303 77: 29(f16vec2) FSub 76 73 326 98:28(float16_t) FSub 95 97
|
D | spv.float32.frag.out | 244 46: 27(fvec2) FSub 45 44 260 59: 27(fvec2) FSub 57 58 273 73: 27(fvec2) FSub 72 71 275 75: 27(fvec2) FSub 74 71 298 96: 26(float) FSub 93 95
|
D | spv.bufferhandle12.frag.out | 196 50: 6(float) FSub 48 49 302 125: 6(float) FSub 123 124
|
D | spv.conversion.frag.out | 251 137: 69(fvec2) FSub 136 135 284 173: 16(float) FSub 170 172 356 239: 95(fvec4) FSub 238 237
|
D | spv.boolInBlock.frag.out | 142 101: 72(fvec4) FSub 100 99
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 113 case Instruction::FSub: return Instruction::Sub; in mapBinOpcode() 205 case Instruction::FSub: in walkBackwards() 245 case Instruction::FSub: in walkForwards() 471 case Instruction::FSub: in convert()
|
D | SpeculativeExecution.cpp | 240 case Instruction::FSub: in ComputeSpeculationCost()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 113 case Instruction::FSub: return Instruction::Sub; in mapBinOpcode() 212 case Instruction::FSub: in walkBackwards() 258 case Instruction::FSub: in walkForwards() 485 case Instruction::FSub: in convert()
|
D | Reassociate.cpp | 888 isReassociableOp(V0, Instruction::Sub, Instruction::FSub)) in ShouldBreakUpSubtract() 892 isReassociableOp(V1, Instruction::Sub, Instruction::FSub)) in ShouldBreakUpSubtract() 897 isReassociableOp(VB, Instruction::Sub, Instruction::FSub))) in ShouldBreakUpSubtract() 1920 if (UserOpcode != Instruction::FAdd && UserOpcode != Instruction::FSub) in canonicalizeNegConstExpr() 1948 case Instruction::FSub: in canonicalizeNegConstExpr() 2037 } else if (I->getOpcode() == Instruction::FSub) { in OptimizeInst() 2086 cast<Instruction>(BO->user_back())->getOpcode() == Instruction::FSub) in OptimizeInst()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 543 auto real_result = FSub(FMul(exp_a, cos_b), one); in EmitComplexUnaryOp() 565 FMul(sin_a, FSub(half_exp_neg_b, half_exp_b))); in EmitComplexUnaryOp() 587 FMul(cos_a, FSub(half_exp_b, half_exp_neg_b))); in EmitComplexUnaryOp() 617 FSub(FMul(exp_a, exp_a), FMul(exp_neg_a, exp_neg_a)); in EmitComplexUnaryOp() 626 auto exp_a_minus_exp_neg_a = FSub(exp_a, exp_neg_a); in EmitComplexUnaryOp() 630 cos_b_sin_b, FSub(exp_a_plus_exp_neg_a_sq, exp_a_minus_exp_neg_a_sq)); in EmitComplexUnaryOp() 707 return FSub(lhs_value, rhs_value); in EmitFloatBinaryOp() 803 op, FSub(EmitExtractReal(lhs_value), EmitExtractReal(rhs_value)), in EmitComplexBinaryOp() 804 FSub(EmitExtractImag(lhs_value), EmitExtractImag(rhs_value))); in EmitComplexBinaryOp() 808 FSub(FMul(EmitExtractReal(lhs_value), EmitExtractReal(rhs_value)), in EmitComplexBinaryOp() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 83 case Instruction::FSub: in needsFP()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 85 case Instruction::FSub: in needsFP()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 309 inline BinaryOp_match<LHS, RHS, Instruction::FSub> 311 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R); in m_FSub() 648 if (I->getOpcode() == Instruction::FSub) in match() 651 if (CE->getOpcode() == Instruction::FSub) in match()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 48 Ops.push_back(binOpDescriptor(1, Instruction::FSub)); in describeFuzzerFloatOps() 113 case Instruction::FSub: in binOpDescriptor()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 80 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in DecodeBinaryOpcode()
|