HomeSort by relevance Sort by last modified time
    Searched refs:IsBTMemSlow (Results 1 - 4 of 4) 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; }
X86Subtarget.cpp 244 IsBTMemSlow = true;
294 , IsBTMemSlow(false)
  /external/llvm/lib/Target/X86/
X86Subtarget.h 175 bool IsBTMemSlow;
429 bool isBTMemSlow() const { return IsBTMemSlow; }
X86Subtarget.cpp 277 IsBTMemSlow = false;

Completed in 70 milliseconds