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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 108 /// IsBTMemSlow - True if BT (bit test) of memory instructions are slow.
109 bool IsBTMemSlow;
195 bool isBTMemSlow() const { return IsBTMemSlow; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 175 bool IsBTMemSlow;
429 bool isBTMemSlow() const { return IsBTMemSlow; }

Completed in 67 milliseconds