Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DFinalizeISel.cpp58 if (MI.usesCustomInsertionHook()) { in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp54 if (OtherInstrDesc.isPseudo() || OtherInstrDesc.usesCustomInsertionHook() || in computeAliasingInstructions()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h513 bool usesCustomInsertionHook() const { in usesCustomInsertionHook() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp320 if (InstrDesc.isPseudo() || InstrDesc.usesCustomInsertionHook()) in generateSnippets()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1138 bool usesCustomInsertionHook(QueryType Type = IgnoreBundle) const {
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7617 if (NextMI.definesRegister(SystemZ::CC) || NextMI.usesCustomInsertionHook()) in emitSelect()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11381 SequenceMBBI->usesCustomInsertionHook()) in emitSelectPseudo()