HomeSort by: relevance | last modified time | path
    Searched refs:hasFullFP16 (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 265 /// HasFullFP16 - True if subtarget supports half-precision FP operations
266 bool HasFullFP16 = false;
683 bool useFPVFMx16() const { return useFPVFMx() && hasFullFP16(); }
731 bool hasFullFP16() const { return HasFullFP16; }
ARMTargetTransformInfo.cpp 414 (EltVT == MVT::f16 && ST->hasFullFP16());
1734 if (F->getReturnType()->isHalfTy() && !ST->hasFullFP16())
1840 if (I.getType()->isHalfTy() && !ST->hasFullFP16())
ARMISelLowering.cpp 750 if (Subtarget->hasFullFP16()) {
762 if (!Subtarget->hasFullFP16())
809 if (Subtarget->hasFullFP16()) {
1051 if (Subtarget->hasFullFP16()) {
1367 if (Subtarget->hasFullFP16()) {
1377 if (Subtarget->hasFullFP16())
1465 if (Subtarget->hasFullFP16()) {
1498 if (Subtarget->hasFullFP16()) {
2066 if (Subtarget->hasFullFP16()) {
2079 if (Subtarget->hasFullFP16()) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64LegalizerInfo.cpp 78 const bool HasFP16 = ST.hasFullFP16();
195 !ST.hasFullFP16();
202 return Query.Types[0] == s16 && !ST.hasFullFP16();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h 105 bool HasFullFP16 = false;
444 bool hasFullFP16() const { return HasFullFP16; }
AArch64ISelLowering.cpp 568 if (Subtarget->hasFullFP16())
607 if (!Subtarget->hasFullFP16()) {
701 if (Subtarget->hasFullFP16()) {
1010 if (Subtarget->hasFullFP16()) {
1048 if (VT.getVectorElementType() != MVT::f16 || Subtarget->hasFullFP16()) {
1104 if (Subtarget->hasFullFP16()) {
1419 (VT.getVectorElementType() != MVT::f16 || Subtarget->hasFullFP16()))
2413 static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasFullFP16();
2522 static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasFullFP16();
3256 !Subtarget->hasFullFP16()) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 5692 bool hasFullFP16 = featureBits[ARM::FeatureFullFP16];
5710 if (hasFullFP16) {
5751 bool hasFullFP16 = featureBits[ARM::FeatureFullFP16];
5769 if (hasFullFP16) {

Completed in 79 milliseconds