Home
last modified time | relevance | path

Searched refs:usesCustomInsertionHook (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DExpandISelPseudos.cpp59 if (MI.usesCustomInsertionHook()) { in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DExpandISelPseudos.cpp66 if (MCID.usesCustomInsertionHook()) { in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h484 bool usesCustomInsertionHook() const { in usesCustomInsertionHook() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h416 bool usesCustomInsertionHook() const { in usesCustomInsertionHook() function
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h676 bool usesCustomInsertionHook(QueryType Type = IgnoreBundle) const {