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 127 /// IsBTMemSlow - True if BT (bit test) of memory instructions are slow.
128 bool IsBTMemSlow;
257 bool isBTMemSlow() const { return IsBTMemSlow; }
X86Subtarget.cpp 241 IsBTMemSlow = true;
443 IsBTMemSlow = false;

Completed in 359 milliseconds