HomeSort by relevance Sort by last modified time
    Searched defs:hasZeroCycleZeroing (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 55 // HasZeroCycleZeroing - Has zero-cycle zeroing instructions.
56 bool HasZeroCycleZeroing;
113 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 203 bool HasZeroCycleZeroing;
359 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; }

Completed in 167 milliseconds