HomeSort by relevance Sort by last modified time
    Searched refs:FMA (Results 76 - 92 of 92) sorted by null

1 2 34

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp 609 // We don't support FMA.
610 setOperationAction(ISD::FMA, MVT::f64, Expand);
611 setOperationAction(ISD::FMA, MVT::f32, Expand);
651 setOperationAction(ISD::FMA, MVT::f80, Expand);
695 setOperationAction(ISD::FMA, VT, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 52 FMAContractLevelOpt("nvptx-fma-level", cl::ZeroOrMore, cl::Hidden,
53 cl::desc("NVPTX Specific: FMA contraction (0: don't do it"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp 638 // We don't support FMA.
639 setOperationAction(ISD::FMA, MVT::f64, Expand);
640 setOperationAction(ISD::FMA, MVT::f32, Expand);
667 setOperationAction(ISD::FMA, MVT::f80, Expand);
    [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp 456 TEST(APFloatTest, FMA) {
479 // fma(1.0, -1.0, 1.0) -> +ve 0.
490 // fma(1.0, -1.0, 1.0) -> +ve 0.
500 // Test fma(0.0, -0.0, -0.0) -> -ve 0.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
APFloatTest.cpp 460 TEST(APFloatTest, FMA) {
483 // fma(1.0, -1.0, 1.0) -> +ve 0.
494 // fma(1.0, -1.0, 1.0) -> +ve 0.
504 // Test fma(0.0, -0.0, -0.0) -> -ve 0.
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp 713 setOperationAction(ISD::FMA, MVT::f64, Expand)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
ARMGenDAGISel.inc     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
AArch64GenDAGISel.inc     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenDAGISel.inc     [all...]

Completed in 1354 milliseconds

1 2 34