Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h145 bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const override;
H A DRISCVInstrInfo.cpp1268 bool RISCVInstrInfo::shouldOutlineFromFunctionByDefault( in shouldOutlineFromFunctionByDefault() function in RISCVInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h302 bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const override;
H A DAArch64InstrInfo.cpp7980 bool AArch64InstrInfo::shouldOutlineFromFunctionByDefault( in shouldOutlineFromFunctionByDefault() function in AArch64InstrInfo
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOutliner.cpp898 if (!RunOnAllFunctions && !TII->shouldOutlineFromFunctionByDefault(*MF)) in populateMapper()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h366 bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const override;
H A DARMBaseInstrInfo.cpp6724 bool ARMBaseInstrInfo::shouldOutlineFromFunctionByDefault( in shouldOutlineFromFunctionByDefault() function in ARMBaseInstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1965 virtual bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const { in shouldOutlineFromFunctionByDefault() function