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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 136 /// IsBTMemSlow - True if BT (bit test) of memory instructions are slow.
137 bool IsBTMemSlow;
286 bool isBTMemSlow() const { return IsBTMemSlow; }
X86Subtarget.cpp 262 IsBTMemSlow = true;
486 IsBTMemSlow = false;

Completed in 26 milliseconds