Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DFinalizeISel.cpp58 if (MI.usesCustomInsertionHook()) { in runOnMachineFunction()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp54 if (OtherInstrDesc.isPseudo() || OtherInstrDesc.usesCustomInsertionHook() || in computeAliasingInstructions()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h506 bool usesCustomInsertionHook() const { in usesCustomInsertionHook() function
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp262 if (InstrDesc.isPseudo() || InstrDesc.usesCustomInsertionHook()) in generateSnippets()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1091 bool usesCustomInsertionHook(QueryType Type = IgnoreBundle) const {
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7620 NextMIIt->usesCustomInsertionHook()) in emitSelect()