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

1 2

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 134 Instruction *FDiv, *FAdd, *FCmp, *FCall;
170 FDiv = cast<Instruction>(F);
171 EXPECT_TRUE(FDiv->hasAllowReciprocal());
177 FDiv = cast<Instruction>(F);
178 EXPECT_FALSE(FDiv->hasAllowReciprocal());
188 FDiv = cast<Instruction>(F);
189 EXPECT_TRUE(FDiv->hasAllowReciprocal());
234 FDiv = cast<Instruction>(F);
235 EXPECT_FALSE(FDiv->getFastMathFlags().any());
236 FDiv->setHasAllowReciprocal(true)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 87 case Instruction::FDiv:
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 94 case Instruction::FDiv:
  /external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.push_constant.vert.h 145 81: 6(float) FDiv 78 80
148 84: 6(float) FDiv 81 83
Smoke.vert.h 146 81: 6(float) FDiv 78 80
149 84: 6(float) FDiv 81 83
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 569 case Instruction::FDiv:
632 case Instruction::FDiv:
732 case Instruction::FDiv:
    [all...]
InstCombineAddSub.cpp 454 else if (I0->getOpcode() != Instruction::FDiv)
    [all...]
InstCombineMulDivRem.cpp 10 // This file implements the visit functions for mul, fmul, sdiv, udiv, fdiv,
462 /// true iff the given value is FMul or FDiv with one and only one operand
467 I->getOpcode() != Instruction::FDiv))
480 /// The input \p FMulOrDiv is a FMul/FDiv with one and only one operand
799 // This does not apply for fdiv.
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 65 case Instruction::FDiv:
  /external/llvm/lib/Analysis/
CostModel.cpp 399 case Instruction::FDiv:
ObjCARCInstKind.cpp 275 case Instruction::FDiv:
  /external/llvm/lib/IR/
Instruction.cpp 219 case FDiv: return "fdiv";
Constants.cpp 361 case Instruction::FDiv:
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 353 case 3:{Op = (isFloat?Instruction::FDiv : Instruction::SDiv); break; }
354 case 4:{Op = (isFloat?Instruction::FDiv : Instruction::UDiv); break; }
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 823 case Instruction::FDiv:
838 case Instruction::FDiv:
865 case Instruction::FDiv:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 876 case Instruction::FDiv: Out << "getFDiv("; break;
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 482 inline BinaryOp_match<LHS, RHS, Instruction::FDiv> m_FDiv(const LHS &L,
484 return BinaryOp_match<LHS, RHS, Instruction::FDiv>(L, R);
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 720 INSTKEYWORD(udiv, UDiv); INSTKEYWORD(sdiv, SDiv); INSTKEYWORD(fdiv, FDiv);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 94 dbgs() << "Unhandled type for FDiv instruction: " << *Ty << "\n";
746 case Instruction::FDiv: FLOAT_VECTOR_OP(/) break;
776 case Instruction::FDiv: executeFDivInst(R, Src1, Src2, Ty); break;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 168 | FDiv
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]

Completed in 2501 milliseconds

1 2