Searched refs:FDiv (Results 1 – 25 of 77) sorted by relevance
1234
/third_party/glslang/Test/baseResults/ |
D | spv.matrix.frag.out | 131 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
|
D | spv.specConstant.vert.out | 101 42:38(float64_t) FDiv 39(spDouble) 41 132 70:38(float64_t) FDiv 67(spDupDouble) 69
|
D | spv.specConst.vert.out | 52 21: 7(fvec4) FDiv 17 20
|
D | spv.test.frag.out | 73 26: 18(fvec2) FDiv 24 25
|
D | spv.double.comp.out | 93 44: 40(fvec2) FDiv 41 43
|
D | spv.discard-dce.frag.out | 117 78: 6(float) FDiv 77 27
|
D | spv.140.frag.out | 161 68: 6(float) FDiv 66 67
|
D | hlsl.sample.dx9.vert.out | 255 55: 8(fvec4) FDiv 52 54
|
D | spv.float64.frag.out | 252 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/ |
D | AMDGPUCodeGenPrepare.cpp | 545 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/ |
D | MipsOs16.cpp | 84 case Instruction::FDiv: in needsFP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 49 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/ |
D | ConstrainedOps.def | 41 INSTRUCTION(FDiv, 2, 1, experimental_constrained_fdiv, FDIV)
|
D | Instruction.def | 155 HANDLE_BINARY_INST(21, FDiv , BinaryOperator)
|
D | Operator.h | 387 case Instruction::FDiv: in classof()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 242 case Instruction::FDiv: in ComputeSpeculationCost()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | assembly_grammar.cpp | 125 CASE(FDiv),
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 88 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; in DecodeBinaryOpcode()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | assembly_grammar.cpp | 127 CASE(FDiv),
|
/third_party/spirv-tools/source/ |
D | assembly_grammar.cpp | 127 CASE(FDiv),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | assembly_grammar.cpp | 127 CASE(FDiv),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 94 case Instruction::FDiv: in createReplacementInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 132 HANDLE_BINARY_INST(19, FDiv , BinaryOperator)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 820 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/ |
D | SystemZTargetTransformInfo.cpp | 423 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) { in getArithmeticInstrCost() 462 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) in getArithmeticInstrCost()
|
1234