Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DFinalizeISel.cpp60 if (MI.usesCustomInsertionHook()) { in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp54 if (OtherInstrDesc.isPseudo() || OtherInstrDesc.usesCustomInsertionHook() || in computeAliasingInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h500 bool usesCustomInsertionHook() const { in usesCustomInsertionHook() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp255 if (InstrDesc.isPseudo() || InstrDesc.usesCustomInsertionHook()) in generateSnippets()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1076 bool usesCustomInsertionHook(QueryType Type = IgnoreBundle) const {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7191 NextMIIt->usesCustomInsertionHook()) in emitSelect()