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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 99 bool Has16BitInsts;
397 bool has16BitInsts() const {
398 return Has16BitInsts;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 67 bool Has16BitInsts;
141 bool has16BitInsts() const {
142 return Has16BitInsts;

Completed in 539 milliseconds