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

1 2 3 4

  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 85 case Instruction::FSub:
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 113 case Instruction::FSub: return Instruction::Sub;
212 case Instruction::FSub:
258 case Instruction::FSub:
260 assert(Ops.size() == 2 && "FSub is a binary operator!");
485 case Instruction::FSub:
Reassociate.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 309 inline BinaryOp_match<LHS, RHS, Instruction::FSub>
311 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
648 if (I->getOpcode() == Instruction::FSub)
651 if (CE->getOpcode() == Instruction::FSub)
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 80 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.cpp 135 CASE(FSub),
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 121 _SPIRV_OP(FSub, 131)
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 679 case Instruction::FSub:
714 case Instruction::FSub:
729 case Instruction::FSub:
749 case Instruction::FSub:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 564 // (fmul X, -1.0) --> (fsub -0.0, X)
586 FAddSub->getOpcode() == Instruction::FSub)) {
604 if (Swap && FAddSub->getOpcode() == Instruction::FSub)
656 Value *FSub = Builder->CreateFSub(FMulVal, OpX);
657 FSub->takeName(&I);
658 return replaceInstUsesWith(I, FSub);
    [all...]
InstCombineVectorOps.cpp 653 case Instruction::FSub:
716 case Instruction::FSub:
    [all...]
InstCombineAddSub.cpp 10 // This file implements the visit functions for add, fadd, sub, and fsub.
161 /// FAddCombine is the class for optimizing an unsafe fadd/fsub along
343 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub) {
366 if (Opcode == Instruction::FSub)
426 I->getOpcode() == Instruction::FSub) && "Expect add/sub");
509 I->getOpcode() == Instruction::FSub) && "Expect add/sub");
701 // Iterate the addends, creating fadd/fsub using adjacent two addends.
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 394 case Instruction::FSub:
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 779 case Instruction::FSub:
814 case Instruction::FSub:
829 case Instruction::FSub:
850 case Instruction::FSub:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 112 case FSub: return "fsub";
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 112 _SPIRV_OP(FSub, FSub)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 789 (TI->getOpcode() == Instruction::FSub &&
794 (FI->getOpcode() == Instruction::FSub &&
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 452 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
454 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
886 if (O->getOpcode() == Instruction::FSub)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 465 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
467 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
918 if (O->getOpcode() == Instruction::FSub)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 465 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
467 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
918 if (O->getOpcode() == Instruction::FSub)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 465 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
467 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
918 if (O->getOpcode() == Instruction::FSub)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 465 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
467 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
918 if (O->getOpcode() == Instruction::FSub)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 465 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
467 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
918 if (O->getOpcode() == Instruction::FSub)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 465 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
467 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
918 if (O->getOpcode() == Instruction::FSub)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 465 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
467 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
918 if (O->getOpcode() == Instruction::FSub)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 465 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
467 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
918 if (O->getOpcode() == Instruction::FSub)
    [all...]

Completed in 374 milliseconds

1 2 3 4