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

1 2

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 133 Instruction *FDiv, *FAdd;
169 FDiv = cast<Instruction>(F);
170 EXPECT_TRUE(FDiv->hasAllowReciprocal());
176 FDiv = cast<Instruction>(F);
177 EXPECT_FALSE(FDiv->hasAllowReciprocal());
187 FDiv = cast<Instruction>(F);
188 EXPECT_TRUE(FDiv->hasAllowReciprocal());
194 FDiv = cast<Instruction>(F);
195 EXPECT_FALSE(FDiv->getFastMathFlags().any());
196 FDiv->copyFastMathFlags(FAdd)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 70 case Instruction::FDiv:
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 93 case Instruction::FDiv:
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 219 case Instruction::SDiv: case Instruction::UDiv: case Instruction::FDiv:
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 617 case Instruction::FDiv:
680 case Instruction::FDiv:
779 case Instruction::FDiv:
    [all...]
InstCombineAddSub.cpp 453 else if (I0->getOpcode() != Instruction::FDiv)
    [all...]
InstCombineMulDivRem.cpp 10 // This file implements the visit functions for mul, fmul, sdiv, udiv, fdiv,
361 /// true iff the given value is FMul or FDiv with one and only one operand
366 I->getOpcode() != Instruction::FDiv))
379 /// The input \p FMulOrDiv is a FMul/FDiv with one and only one operand
723 // This does not apply for fdiv.
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 403 case Instruction::FDiv:
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 210 case FDiv: return "fdiv";
Constants.cpp 285 case Instruction::FDiv:
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 345 case 3:{Op = (isFloat?Instruction::FDiv : Instruction::SDiv); break; }
346 case 4:{Op = (isFloat?Instruction::FDiv : Instruction::UDiv); break; }
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 801 case Instruction::FDiv:
816 case Instruction::FDiv:
843 case Instruction::FDiv:
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 442 inline BinaryOp_match<LHS, RHS, Instruction::FDiv>
444 return BinaryOp_match<LHS, RHS, Instruction::FDiv>(L, R);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 874 case Instruction::FDiv: Out << "getFDiv("; break;
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 702 INSTKEYWORD(udiv, UDiv); INSTKEYWORD(sdiv, SDiv); INSTKEYWORD(fdiv, FDiv);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 93 dbgs() << "Unhandled type for FDiv instruction: " << *Ty << "\n";
745 case Instruction::FDiv: FLOAT_VECTOR_OP(/) break;
775 case Instruction::FDiv: executeFDivInst(R, Src1, Src2, Ty); break;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 953 case Instruction::FDiv:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 252 case Instruction::FDiv:
    [all...]
SCCP.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 161 | FDiv
    [all...]

Completed in 590 milliseconds

1 2