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

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 109 v8f16 = 54, // 8 x f16 enumerator in enum:llvm::MVT::SimpleValueType
244 SimpleTy == MVT::v1i128 || SimpleTy == MVT::v8f16 ||
351 case v8f16: return f16;
393 case v8f16:
480 case v8f16:
639 if (NumElements == 8) return MVT::v8f16;
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp 105 addQRTypeForNEON(MVT::v8f16);
356 // v8f16 is also a storage-only type, so expand it.
357 setOperationAction(ISD::FABS, MVT::v8f16, Expand);
358 setOperationAction(ISD::FADD, MVT::v8f16, Expand);
359 setOperationAction(ISD::FCEIL, MVT::v8f16, Expand);
360 setOperationAction(ISD::FCOPYSIGN, MVT::v8f16, Expand);
361 setOperationAction(ISD::FCOS, MVT::v8f16, Expand);
362 setOperationAction(ISD::FDIV, MVT::v8f16, Expand);
363 setOperationAction(ISD::FFLOOR, MVT::v8f16, Expand);
364 setOperationAction(ISD::FMA, MVT::v8f16, Expand)
    [all...]
  /external/clang/test/CodeGen/
builtins-mips-msa.c 13 typedef __fp16 v8f16 __attribute__ ((vector_size(16))); typedef
44 v8f16 v8f16_a = (v8f16) {0.5, 1, 2, 3, 4, 5, 6, 7};
45 v8f16 v8f16_b = (v8f16) {1.5, 2, 3, 4, 5, 6, 7, 8};
46 v8f16 v8f16_r;
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 183 case MVT::v8f16: return "v8f16";
259 case MVT::v8f16: return VectorType::get(Type::getHalfTy(Context), 8);
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 209 else if (RC->hasType(MVT::v8i16) || RC->hasType(MVT::v8f16))
282 else if (RC->hasType(MVT::v8i16) || RC->hasType(MVT::v8f16))
MipsSEISelLowering.cpp 91 addMSAFloatType(MVT::v8f16, &Mips::MSA128HRegClass);
309 if (Ty != MVT::v8f16) {
    [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 114 case MVT::v8f16: return "MVT::v8f16";
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 225 setLoadExtAction(ISD::EXTLOAD, MVT::v8f32, MVT::v8f16, Expand);
230 setLoadExtAction(ISD::EXTLOAD, MVT::v8f64, MVT::v8f16, Expand);
235 setTruncStoreAction(MVT::v8f32, MVT::v8f16, Expand);
    [all...]

Completed in 810 milliseconds