Home
last modified time | relevance | path

Searched refs:FSub (Results 1 – 25 of 154) sorted by relevance

1234567

/external/deqp-deps/glslang/Test/baseResults/
Dspv.prepost.frag.out80 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
Dspv.matrix.frag.out71 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
Dspv.discard-dce.frag.out62 29: 6(float) FSub 28 10
67 35: 6(float) FSub 34 10
120 82: 7(fvec4) FSub 80 81
Dspv.always-discard2.frag.out55 29: 6(float) FSub 28 10
60 35: 6(float) FSub 34 10
Dspv.always-discard.frag.out62 29: 6(float) FSub 28 10
67 35: 6(float) FSub 34 10
Dhlsl.scalar2matrix.frag.out484 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
Dspv.debugInfo.1.1.frag.out171 94: 11(fvec4) FSub 92 93
268 43: 11(fvec4) FSub 41 42
Dspv.debugInfo.frag.out170 94: 11(fvec4) FSub 92 93
267 43: 11(fvec4) FSub 41 42
Dspv.float64.frag.out243 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
Dhlsl.forLoop.frag.out540 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
Dspv.float16.frag.out272 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
Dspv.float32.frag.out244 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
Dspv.bufferhandle12.frag.out196 50: 6(float) FSub 48 49
302 125: 6(float) FSub 123 124
Dspv.conversion.frag.out251 137: 69(fvec2) FSub 136 135
284 173: 16(float) FSub 170 172
356 239: 95(fvec4) FSub 238 237
Dspv.boolInBlock.frag.out142 101: 72(fvec4) FSub 100 99
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp113 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()
DSpeculativeExecution.cpp240 case Instruction::FSub: in ComputeSpeculationCost()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp113 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()
DReassociate.cpp888 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/
Delemental_ir_emitter.cc543 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/
DMipsOs16.cpp83 case Instruction::FSub: in needsFP()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp85 case Instruction::FSub: in needsFP()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h309 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/
DOperations.cpp48 Ops.push_back(binOpDescriptor(1, Instruction::FSub)); in describeFuzzerFloatOps()
113 case Instruction::FSub: in binOpDescriptor()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp80 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in DecodeBinaryOpcode()

1234567