HomeSort by: relevance | last modified time | path
    Searched defs:HasFullFP16 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AArch64.h 38 bool HasFullFP16;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h 105 bool HasFullFP16 = false;
444 bool hasFullFP16() const { return HasFullFP16; }
  /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; }
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...]

Completed in 24 milliseconds