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

1 2

  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 59 case Instruction::FSub:
  /external/llvm/lib/Analysis/
CostModel.cpp 126 case Instruction::FSub:
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 217 case Instruction::Sub: case Instruction::FSub:
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 519 case Instruction::FSub:
582 case Instruction::FSub:
679 case Instruction::FSub:
    [all...]
InstCombineMulDivRem.cpp 441 FAddSub->getOpcode() == Instruction::FSub)) {
460 if (Swap && FAddSub->getOpcode() == Instruction::FSub)
497 Instruction *FSub = BinaryOperator::CreateFSub(FMulVal, OpX);
498 FSub->copyFastMathFlags(Log2);
499 return FSub;
    [all...]
InstCombineAddSub.cpp 10 // This file implements the visit functions for add, fadd, sub, and fsub.
152 /// FAddCombine is the class for optimizing an unsafe fadd/fsub along
357 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub) {
380 if (Opcode == Instruction::FSub)
440 I->getOpcode() == Instruction::FSub) && "Expect add/sub");
510 I->getOpcode() == Instruction::FSub) && "Expect add/sub");
703 // Iterate the addends, creating fadd/fsub using adjacent two addends.
    [all...]
InstCombineSelect.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 412 inline BinaryOp_match<LHS, RHS, Instruction::FSub>
414 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
776 if (O->getOpcode() == Instruction::FSub)
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 713 case Instruction::FSub:
748 case Instruction::FSub:
763 case Instruction::FSub:
784 case Instruction::FSub:
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 201 case FSub: return "fsub";
Instructions.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 70 dbgs() << "Unhandled type for FSub instruction: " << *Ty << "\n";
742 case Instruction::FSub: FLOAT_VECTOR_OP(-) break;
772 case Instruction::FSub: executeFSubInst(R, Src1, Src2, Ty); break;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 859 case Instruction::FSub: Out << "getFSub("; break;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 738 case Instruction::FSub:
852 case Instruction::FSub:
    [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 644 INSTKEYWORD(sub, Sub); INSTKEYWORD(fsub, FSub);
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 341 case 1:{Op = (isFloat?Instruction::FSub : Instruction::Sub); break; }
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 152 | FSub
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 93 case Instruction::FSub: return bitc::BINOP_SUB;
    [all...]

Completed in 515 milliseconds

1 2