Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h107 bool OutlineFromLinkOnceODRs) const override;
DRISCVInstrInfo.cpp641 MachineFunction &MF, bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
645 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp842 bool OutlineFromLinkOnceODRs = false; member
1323 if (!TII->isFunctionSafeToOutlineFrom(*MF, OutlineFromLinkOnceODRs)) in populateMapper()
1451 OutlineFromLinkOnceODRs = EnableLinkOnceODROutlining; in doOutline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h253 bool OutlineFromLinkOnceODRs) const override;
DAArch64InstrInfo.cpp5968 MachineFunction &MF, bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
5972 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h505 bool OutlineFromLinkOnceODRs) const override;
DX86InstrInfo.cpp8093 bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom()
8107 if (!OutlineFromLinkOnceODRs && F.hasLinkOnceODRLinkage()) in isFunctionSafeToOutlineFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1795 bool OutlineFromLinkOnceODRs) const { in isFunctionSafeToOutlineFrom() argument