HomeSort by relevance Sort by last modified time
    Searched refs:FMul (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 489 auto sum_sq = FAdd(FMul(a, a), FMul(b, b));
493 return EmitComposeComplex(op, FMul(one_half, log_sum_sq), angle);
502 auto sum_sq = FAdd(FMul(a_plus_one, a_plus_one), FMul(b, b));
506 return EmitComposeComplex(op, FMul(one_half, log_sum_sq), angle);
532 return EmitComposeComplex(op, FMul(exp_a, cos_b), FMul(exp_a, sin_b));
543 auto real_result = FSub(FMul(exp_a, cos_b), one);
544 auto imag_result = FMul(exp_a, sin_b)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 86 case Instruction::FMul:
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 114 case Instruction::FMul: return Instruction::Mul;
213 case Instruction::FMul:
265 case Instruction::FMul:
267 assert(Ops.size() == 2 && "FMul is a binary operator!");
486 case Instruction::FMul:
Reassociate.cpp 321 assert((Opcode == Instruction::Mul || Opcode == Instruction::FMul) &&
561 (Opcode == Instruction::FMul && BinaryOperator::isFNeg(BO))) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsOs16.cpp 84 case Instruction::FMul:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 114 case Instruction::FMul: return Instruction::Mul;
206 case Instruction::FMul:
246 case Instruction::FMul:
472 case Instruction::FMul:
Reassociate.cpp 336 assert((Opcode == Instruction::Mul || Opcode == Instruction::FMul) &&
577 (Opcode == Instruction::FMul && BinaryOperator::isFNeg(BO))) {
    [all...]
SpeculativeExecution.cpp 241 case Instruction::FMul:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ExpandReductions.cpp 36 return Instruction::FMul;
  /external/llvm/lib/IR/
Instruction.cpp 279 case FMul: return "fmul";
565 case FMul:
585 case FMul:
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 114 case FMul: return "fmul";
384 case FMul:
  /external/deqp-deps/SPIRV-Tools/source/
assembly_grammar.cpp 126 CASE(FMul),
  /external/swiftshader/third_party/SPIRV-Tools/source/
assembly_grammar.cpp 126 CASE(FMul),
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 83 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 10 // This file implements the visit functions for mul, fmul, sdiv, udiv, fdiv,
426 if (I->getOpcode() != Instruction::FMul || !I->hasUnsafeAlgebra())
465 /// true iff the given value is FMul or FDiv with one and only one operand
469 if (!I || (I->getOpcode() != Instruction::FMul &&
483 /// The input \p FMulOrDiv is a FMul/FDiv with one and only one operand
502 if (FMulOrDiv->getOpcode() == Instruction::FMul) {
564 // (fmul X, -1.0) --> (fsub -0.0, X)
676 Value *FMul = Builder->CreateFMul(N0, N1);
677 FMul->takeName(&I);
678 return replaceInstUsesWith(I, FMul);
    [all...]
InstCombineVectorOps.cpp 655 case Instruction::FMul:
718 case Instruction::FMul:
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 123 _SPIRV_OP(FMul, 133)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
Operations.cpp 49 Ops.push_back(binOpDescriptor(1, Instruction::FMul));
114 case Instruction::FMul:
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 681 case Instruction::FMul:
716 case Instruction::FMul:
731 case Instruction::FMul:
753 case Instruction::FMul:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instruction.h 461 case Mul: case FMul:
  /external/llvm/lib/Analysis/
CostModel.cpp 396 case Instruction::FMul:
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 781 case Instruction::FMul:
816 case Instruction::FMul:
831 case Instruction::FMul:
855 case Instruction::FMul:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 784 case Instruction::FMul:
819 case Instruction::FMul:
834 case Instruction::FMul:
858 case Instruction::FMul:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUtils.cpp 518 case Instruction::FMul:
699 return Instruction::FMul;
    [all...]

Completed in 976 milliseconds

1 2 3 4 5 6