Home
last modified time | relevance | path

Searched refs:FMul (Results 1 – 25 of 191) sorted by relevance

12345678

/external/deqp-deps/glslang/Test/baseResults/
Dspv.matrix2.frag.out120 53: 7(fvec4) FMul 52 51
183 122: 7(fvec4) FMul 120 121
186 125: 7(fvec4) FMul 123 124
189 128: 7(fvec4) FMul 126 127
192 131: 7(fvec4) FMul 129 130
208 145: 7(fvec4) FMul 144 143
214 152: 7(fvec4) FMul 151 150
229 176: 7(fvec4) FMul 175 174
238 189: 7(fvec4) FMul 188 187
252 201: 7(fvec4) FMul 199 200
[all …]
Dspv.deepRvalue.frag.out139 68: 7(fvec4) FMul 66 67
142 71: 7(fvec4) FMul 69 70
145 74: 7(fvec4) FMul 72 73
148 77: 7(fvec4) FMul 75 76
158 92: 7(fvec4) FMul 90 91
161 95: 7(fvec4) FMul 93 94
164 98: 7(fvec4) FMul 96 97
167 101: 7(fvec4) FMul 99 100
Dspv.always-discard.frag.out61 28: 6(float) FMul 26 27
66 34: 6(float) FMul 33 27
71 39: 6(float) FMul 37 38
74 42: 6(float) FMul 40 41
Dspv.400.frag.out985 630:39(float64_t) FMul 628 629
1153 795: 43(f64vec2) FMul 793 794
1156 798: 43(f64vec2) FMul 796 797
1165 806: 48(f64vec3) FMul 804 805
1168 809: 48(f64vec3) FMul 807 808
1171 812: 48(f64vec3) FMul 810 811
1180 820: 53(f64vec4) FMul 818 819
1183 823: 53(f64vec4) FMul 821 822
1186 826: 53(f64vec4) FMul 824 825
1189 829: 53(f64vec4) FMul 827 828
[all …]
Dspv.discard-dce.frag.out61 28: 6(float) FMul 26 27
66 34: 6(float) FMul 33 27
71 39: 6(float) FMul 37 38
74 42: 6(float) FMul 40 41
Dspv.fragmentShaderBarycentric2.frag.out50 25: 6(float) FMul 16 24
55 32: 6(float) FMul 28 31
61 40: 6(float) FMul 36 39
Dspv.fragmentShaderBarycentric.frag.out54 26: 6(float) FMul 16 25
59 33: 6(float) FMul 29 32
65 41: 6(float) FMul 37 40
Dspv.ssbo.autoassign.frag.out105 33: 6(float) FMul 25 32
117 47: 6(float) FMul 43 46
131 65: 6(float) FMul 61 64
143 77: 6(float) FMul 73 76
Dspv.swizzle.frag.out129 74: 10(fvec4) FMul 72 73
131 76: 10(fvec4) FMul 74 75
133 78: 10(fvec4) FMul 76 77
147 95: 6(float) FMul 94 92
Dspv.precise.tesc.out93 53: 6(float) FMul 42 52
102 61: 6(float) FMul 42 60
111 69: 6(float) FMul 42 68
Dspv.always-discard2.frag.out54 28: 6(float) FMul 26 27
59 34: 6(float) FMul 33 27
Dspv.precise.tese.out122 55: 6(float) FMul 46 54
124 58: 6(float) FMul 56 57
173 106: 6(float) FMul 104 105
Dspv.switch.frag.out319 136: 6(float) FMul 134 135
321 138: 6(float) FMul 136 137
329 144: 6(float) FMul 142 143
495 33: 7(fvec4) FMul 31 32
523 55: 7(fvec4) FMul 53 54
Dspv.prepost.frag.out118 65: 10(float) FMul 62 64
124 70: 10(float) FMul 67 68
Dhlsl.float1.frag.out105 20: 6(float) FMul 18 19
108 23: 6(float) FMul 21 22
Dspv.matrix.frag.out114 60: 7(fvec4) FMul 58 59
117 63: 7(fvec4) FMul 61 62
120 66: 7(fvec4) FMul 64 65
Dspv.shortCircuit.frag.out191 117: 10(float) FMul 115 116
211 130: 10(float) FMul 129 116
Dspv.functionSemantics.frag.out208 64: 17(float) FMul 62 63
213 71: 17(float) FMul 66 70
Dspv.unit1.frag.out265 36: 6(float) FMul 34 35
284 52: 6(float) FMul 51 50
287 55: 6(float) FMul 34 54
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc489 auto sum_sq = FAdd(FMul(a, a), FMul(b, b)); in EmitComplexUnaryOp()
493 return EmitComposeComplex(op, FMul(one_half, log_sum_sq), angle); in EmitComplexUnaryOp()
502 auto sum_sq = FAdd(FMul(a_plus_one, a_plus_one), FMul(b, b)); in EmitComplexUnaryOp()
506 return EmitComposeComplex(op, FMul(one_half, log_sum_sq), angle); in EmitComplexUnaryOp()
532 return EmitComposeComplex(op, FMul(exp_a, cos_b), FMul(exp_a, sin_b)); in EmitComplexUnaryOp()
543 auto real_result = FSub(FMul(exp_a, cos_b), one); in EmitComplexUnaryOp()
544 auto imag_result = FMul(exp_a, sin_b); in EmitComplexUnaryOp()
559 auto half_exp_b = FMul(llvm::ConstantFP::get(type, 0.5), exp_b); in EmitComplexUnaryOp()
564 FMul(cos_a, FAdd(half_exp_neg_b, half_exp_b)), in EmitComplexUnaryOp()
565 FMul(sin_a, FSub(half_exp_neg_b, half_exp_b))); in EmitComplexUnaryOp()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp114 case Instruction::FMul: return Instruction::Mul; in mapBinOpcode()
206 case Instruction::FMul: in walkBackwards()
246 case Instruction::FMul: in walkForwards()
472 case Instruction::FMul: in convert()
DReassociate.cpp336 assert((Opcode == Instruction::Mul || Opcode == Instruction::FMul) && in IncorporateWeight()
577 (Opcode == Instruction::FMul && BinaryOperator::isFNeg(BO))) { in LinearizeExprTree()
1020 BinaryOperator *BO = isReassociableOp(V, Instruction::Mul, Instruction::FMul); in RemoveFactorFromExpression()
1095 BinaryOperator *BO = isReassociableOp(V, Instruction::Mul, Instruction::FMul); in FindSingleUseMultiplyFactors()
1517 isReassociableOp(Ops[i].Op, Instruction::Mul, Instruction::FMul); in OptimizeAdd()
1589 isReassociableOp(Ops[i].Op, Instruction::Mul, Instruction::FMul); in OptimizeAdd()
1866 case Instruction::FMul: in OptimizeExpression()
1935 if (Opcode != Instruction::FMul && Opcode != Instruction::FDiv) in canonicalizeNegConstExpr()
2088 if (isReassociableOp(I->getOperand(1), Instruction::FMul) && in OptimizeInst()
2090 !isReassociableOp(I->user_back(), Instruction::FMul))) { in OptimizeInst()
[all …]
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp114 case Instruction::FMul: return Instruction::Mul; in mapBinOpcode()
213 case Instruction::FMul: in walkBackwards()
265 case Instruction::FMul: in walkForwards()
486 case Instruction::FMul: in convert()
DReassociate.cpp321 assert((Opcode == Instruction::Mul || Opcode == Instruction::FMul) && in IncorporateWeight()
561 (Opcode == Instruction::FMul && BinaryOperator::isFNeg(BO))) { in LinearizeExprTree()
996 BinaryOperator *BO = isReassociableOp(V, Instruction::Mul, Instruction::FMul); in RemoveFactorFromExpression()
1072 BinaryOperator *BO = isReassociableOp(V, Instruction::Mul, Instruction::FMul); in FindSingleUseMultiplyFactors()
1494 isReassociableOp(Ops[i].Op, Instruction::Mul, Instruction::FMul); in OptimizeAdd()
1565 isReassociableOp(Ops[i].Op, Instruction::Mul, Instruction::FMul); in OptimizeAdd()
1836 case Instruction::FMul: in OptimizeExpression()
1894 if (Opcode != Instruction::FMul && Opcode != Instruction::FDiv) in canonicalizeNegConstExpr()
2046 if (isReassociableOp(I->getOperand(1), Instruction::FMul) && in OptimizeInst()
2048 !isReassociableOp(I->user_back(), Instruction::FMul))) { in OptimizeInst()
[all …]
/external/llvm/lib/IR/
DInstruction.cpp279 case FMul: return "fmul"; in getOpcodeName()
565 case FMul: in isAssociative()
585 case FMul: in isCommutative()

12345678