Home
last modified time | relevance | path

Searched refs:instructionRequiresPaddingFragment (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodePadder.h224 virtual bool instructionRequiresPaddingFragment(const MCInst &Inst) const { in instructionRequiresPaddingFragment() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodePadder.cpp94 return Policy->instructionRequiresPaddingFragment(Inst) in handleInstructionBegin()