Home
last modified time | relevance | path

Searched refs:Opt_PadToEnd (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.cpp661 Bundler = makeUnique<AutoBundle>(this, InstBundleLock::Opt_PadToEnd); in emitCallToTarget()
670 Bundler = makeUnique<AutoBundle>(this, InstBundleLock::Opt_PadToEnd); in emitCallToTarget()
DIceInst.cpp969 case Opt_PadToEnd: in emit()
988 case Opt_PadToEnd: in dump()
DIceInst.h840 enum Option { Opt_None, Opt_AlignToEnd, Opt_PadToEnd }; enumerator
DIceCfgNode.cpp1175 InstBundleLock::Opt_PadToEnd; in isPadToEnd()