Home
last modified time | relevance | path

Searched refs:hasERMSB (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp248 if (Subtarget.hasERMSB()) in emitConstantSizeRepmov()
251 assert(!Subtarget.hasERMSB() && "No efficient RepMovs"); in emitConstantSizeRepmov()
DX86Subtarget.h673 bool hasERMSB() const { return HasERMSB; } in hasERMSB() function
DX86InstrInfo.td997 def HasERMSB : Predicate<"Subtarget->hasERMSB()">;