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 121 /// IsBTMemSlow - True if BT (bit test) of memory instructions are slow.
122 bool IsBTMemSlow;
223 bool isBTMemSlow() const { return IsBTMemSlow; }
X86Subtarget.cpp 244 IsBTMemSlow = true;
344 , IsBTMemSlow(false)

Completed in 38 milliseconds