Home
last modified time | relevance | path

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

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