/external/llvm/lib/Target/Mips/ |
MipsOs16.cpp | 60 case Instruction::FMul:
|
/external/llvm/lib/IR/ |
Instruction.cpp | 203 case FMul: return "fmul"; 487 case FMul: 507 case FMul:
|
Constants.cpp | [all...] |
/external/llvm/lib/Analysis/ |
CostModel.cpp | 128 case Instruction::FMul:
|
InstructionSimplify.cpp | [all...] |
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCUtil.cpp | 218 case Instruction::Mul: case Instruction::FMul:
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineVectorOps.cpp | 521 case Instruction::FMul: 584 case Instruction::FMul: 681 case Instruction::FMul: [all...] |
InstCombineMulDivRem.cpp | 10 // This file implements the visit functions for mul, fmul, sdiv, udiv, fdiv, 313 if (I->getOpcode() != Instruction::FMul || !I->hasUnsafeAlgebra()) 327 /// true iff the given value is FMul or FDiv with one and only one operand 331 if (!I || (I->getOpcode() != Instruction::FMul && 351 /// The input \p FMulOrDiv is a FMul/FDiv with one and only one operand 370 if (FMulOrDiv->getOpcode() == Instruction::FMul) { 495 Instruction *FMul = cast<Instruction>(FMulVal); 496 FMul->copyFastMathFlags(Log2); [all...] |
InstCombineAddSub.cpp | 392 if (I->getOpcode() == Instruction::FMul) { 449 if (I0->getOpcode() == Instruction::FMul) 820 // <C, V> "fmul V, C" false [all...] |
InstCombineCasts.cpp | [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 715 case Instruction::FMul: 750 case Instruction::FMul: 765 case Instruction::FMul: 789 case Instruction::FMul: [all...] |
/external/llvm/include/llvm/Support/ |
PatternMatch.h | 424 inline BinaryOp_match<LHS, RHS, Instruction::FMul> 426 return BinaryOp_match<LHS, RHS, Instruction::FMul>(L, R); [all...] |
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Execution.cpp | 81 dbgs() << "Unhandled type for FMul instruction: " << *Ty << "\n"; 743 case Instruction::FMul: FLOAT_VECTOR_OP(*) break; 773 case Instruction::FMul: executeFMulInst(R, Src1, Src2, Ty); break; [all...] |
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 861 case Instruction::FMul: Out << "getFMul("; break; [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | 740 case Instruction::FMul: 854 case Instruction::FMul: [all...] |
LoopVectorize.cpp | [all...] |
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 645 INSTKEYWORD(mul, Mul); INSTKEYWORD(fmul, FMul);
|
/external/llvm/tools/llvm-stress/ |
llvm-stress.cpp | 342 case 2:{Op = (isFloat?Instruction::FMul : Instruction::Mul); break; }
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringBase.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Reassociate.cpp | [all...] |
SCCP.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 154 | FMul [all...] |
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 95 case Instruction::FMul: return bitc::BINOP_MUL; [all...] |