Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodePadder.h76 virtual bool instructionRequiresInsertionPoint(const MCInst &Inst) { in instructionRequiresInsertionPoint() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodePadder.cpp82 bool InsertionPoint = instructionRequiresInsertionPoint(Inst); in handleInstructionBegin()