HomeSort by relevance Sort by last modified time
    Searched refs:v1f64 (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 100 v1f64 = 50, // 1 x f64 enumerator in enum:llvm::MVT::SimpleValueType
206 SimpleTy == MVT::v1f64 || SimpleTy == MVT::v2f32);
305 case v1f64:
356 case v1f64: return 1;
404 case v1f64: return 64;
561 if (NumElements == 1) return MVT::v1f64;
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp 108 addDRTypeForNEON(MVT::v1f64);
387 // FIXME: v1f64 shouldn't be legal if we can avoid it, because it leads to
389 setOperationAction(ISD::FABS, MVT::v1f64, Expand);
390 setOperationAction(ISD::FADD, MVT::v1f64, Expand);
391 setOperationAction(ISD::FCEIL, MVT::v1f64, Expand);
392 setOperationAction(ISD::FCOPYSIGN, MVT::v1f64, Expand);
393 setOperationAction(ISD::FCOS, MVT::v1f64, Expand);
394 setOperationAction(ISD::FDIV, MVT::v1f64, Expand);
395 setOperationAction(ISD::FFLOOR, MVT::v1f64, Expand);
396 setOperationAction(ISD::FMA, MVT::v1f64, Expand)
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 168 case MVT::v1f64: return "v1f64";
236 case MVT::v1f64: return VectorType::get(Type::getDoubleTy(Context), 1);
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 109 case MVT::v1f64: return "MVT::v1f64";
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 202 for (int I = MVT::v1f64; I <= MVT::v8f64; ++I) {
    [all...]

Completed in 74 milliseconds