HomeSort by relevance Sort by last modified time
    Searched refs:FSub (Results 26 - 44 of 44) sorted by null

12

  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 411 case Instruction::FSub:
    [all...]
LoopStrengthReduce.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 102 case Instruction::FSub: return bitc::BINOP_SUB;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 87 case Instruction::FSub: return bitc::BINOP_SUB;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 87 case Instruction::FSub: return bitc::BINOP_SUB;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 88 case Instruction::FSub: return bitc::BINOP_SUB;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 93 STATISTIC(NumFastIselFailFSub,"Fast isel fails on FSub");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 560 case Instruction::FSub:
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 513 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 751 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 616 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 221 | FSub
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 176 setOperationAction(ISD::FSUB, MVT::f128, Custom);
290 setOperationAction(ISD::FSUB, MVT::f16, Promote);
321 setOperationAction(ISD::FSUB, MVT::v4f16, Promote);
327 AddPromotedToType(ISD::FSUB, MVT::v4f16, MVT::v4f32);
384 setOperationAction(ISD::FSUB, MVT::v8f16, Expand);
538 setOperationAction(ISD::FSUB, MVT::v1f64, Expand);
    [all...]

Completed in 1435 milliseconds

12