Home
last modified time | relevance | path

Searched refs:shouldOutlineFromFunctionByDefault (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h155 bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const override;
DRISCVInstrInfo.cpp1860 bool RISCVInstrInfo::shouldOutlineFromFunctionByDefault( in shouldOutlineFromFunctionByDefault() function in RISCVInstrInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h304 bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const override;
DAArch64InstrInfo.cpp8147 bool AArch64InstrInfo::shouldOutlineFromFunctionByDefault( in shouldOutlineFromFunctionByDefault() function in AArch64InstrInfo
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineOutliner.cpp902 if (!RunOnAllFunctions && !TII->shouldOutlineFromFunctionByDefault(*MF)) in populateMapper()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h367 bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const override;
DARMBaseInstrInfo.cpp6746 bool ARMBaseInstrInfo::shouldOutlineFromFunctionByDefault( in shouldOutlineFromFunctionByDefault() function in ARMBaseInstrInfo
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h2019 virtual bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const { in shouldOutlineFromFunctionByDefault() function