HomeSort by relevance Sort by last modified time
    Searched full:hascdi (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/
X86Subtarget.h 179 bool HasCDI;
295 bool hasCDI() const { return HasCDI; }
X86.td 95 def FeatureCDI : SubtargetFeature<"avx-512-cdi", "HasCDI", "true",
X86Subtarget.cpp 481 HasCDI = false;
X86InstrInfo.td 624 def HasCDI : Predicate<"Subtarget->hasCDI()">;
    [all...]

Completed in 920 milliseconds