Home
last modified time | relevance | path

Searched refs:FDiv (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/glslang/Test/baseResults/
Dspv.matrix.frag.out131 71: 7(fvec4) FDiv 69 70
134 74: 7(fvec4) FDiv 72 73
137 77: 7(fvec4) FDiv 75 76
142 82: 6(float) FDiv 81 80
160 99: 7(fvec4) FDiv 97 98
162 101: 7(fvec4) FDiv 97 100
164 103: 7(fvec4) FDiv 97 102
Dspv.specConstant.vert.out101 42:38(float64_t) FDiv 39(spDouble) 41
132 70:38(float64_t) FDiv 67(spDupDouble) 69
Dspv.specConst.vert.out52 21: 7(fvec4) FDiv 17 20
Dspv.test.frag.out73 26: 18(fvec2) FDiv 24 25
Dspv.double.comp.out93 44: 40(fvec2) FDiv 41 43
Dspv.discard-dce.frag.out117 78: 6(float) FDiv 77 27
Dspv.140.frag.out161 68: 6(float) FDiv 66 67
Dhlsl.sample.dx9.vert.out255 55: 8(fvec4) FDiv 52 54
Dspv.float64.frag.out252 52: 27(f64vec2) FDiv 51 50
310 106:26(float64_t) FDiv 103 105
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp545 bool AMDGPUCodeGenPrepare::visitFDiv(BinaryOperator &FDiv) { in visitFDiv() argument
546 Type *Ty = FDiv.getType(); in visitFDiv()
551 MDNode *FPMath = FDiv.getMetadata(LLVMContext::MD_fpmath); in visitFDiv()
555 const FPMathOperator *FPOp = cast<const FPMathOperator>(&FDiv); in visitFDiv()
568 IRBuilder<> Builder(FDiv.getParent(), std::next(FDiv.getIterator()), FPMath); in visitFDiv()
570 Builder.SetCurrentDebugLocation(FDiv.getDebugLoc()); in visitFDiv()
574 Value *Num = FDiv.getOperand(0); in visitFDiv()
575 Value *Den = FDiv.getOperand(1); in visitFDiv()
603 FDiv.replaceAllUsesWith(NewFDiv); in visitFDiv()
604 NewFDiv->takeName(&FDiv); in visitFDiv()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsOs16.cpp84 case Instruction::FDiv: in needsFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp49 Ops.push_back(binOpDescriptor(1, Instruction::FDiv)); in describeFuzzerFloatOps()
114 case Instruction::FDiv: in binOpDescriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def41 INSTRUCTION(FDiv, 2, 1, experimental_constrained_fdiv, FDIV)
DInstruction.def155 HANDLE_BINARY_INST(21, FDiv , BinaryOperator)
DOperator.h387 case Instruction::FDiv: in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp242 case Instruction::FDiv: in ComputeSpeculationCost()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dassembly_grammar.cpp125 CASE(FDiv),
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp88 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; in DecodeBinaryOpcode()
/third_party/skia/third_party/externals/spirv-tools/source/
Dassembly_grammar.cpp127 CASE(FDiv),
/third_party/spirv-tools/source/
Dassembly_grammar.cpp127 CASE(FDiv),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dassembly_grammar.cpp127 CASE(FDiv),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp94 case Instruction::FDiv: in createReplacementInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def132 HANDLE_BINARY_INST(19, FDiv , BinaryOperator)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp820 case Instruction::FDiv: in getConstantValue()
835 case Instruction::FDiv: in getConstantValue()
862 case Instruction::FDiv: in getConstantValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp423 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) { in getArithmeticInstrCost()
462 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in getArithmeticInstrCost()

1234