Home
last modified time | relevance | path

Searched refs:OutlinedFunction (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp867 OutlinedFunction &OF);
870 void emitOutlinedFunctionRemark(OutlinedFunction &OF);
886 std::vector<OutlinedFunction> &FunctionList);
894 bool outline(Module &M, std::vector<OutlinedFunction> &FunctionList,
898 MachineFunction *createOutlinedFunction(Module &M, OutlinedFunction &OF,
911 DISubprogram *getSubprogramOrNull(const OutlinedFunction &OF) { in getSubprogramOrNull()
955 OutlinedFunction &OF) { in emitNotOutliningCheaperRemark()
987 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark()
1013 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates()
1077 OutlinedFunction OF = in findCandidates()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOutliner.h163 struct OutlinedFunction { struct
211 OutlinedFunction(std::vector<Candidate> &Candidates, unsigned SequenceSize, in OutlinedFunction() function
220 OutlinedFunction() {} in OutlinedFunction() function
DTargetInstrInfo.h1752 virtual outliner::OutlinedFunction getOutliningCandidateInfo( in getOutliningCandidateInfo()
1774 const outliner::OutlinedFunction &OF) const { in buildOutlinedFrame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h115 outliner::OutlinedFunction getOutliningCandidateInfo(
126 const outliner::OutlinedFunction &OF) const override;
DRISCVInstrInfo.cpp668 outliner::OutlinedFunction RISCVInstrInfo::getOutliningCandidateInfo( in getOutliningCandidateInfo()
688 return outliner::OutlinedFunction(); in getOutliningCandidateInfo()
708 return outliner::OutlinedFunction(RepeatedSequenceLocs, SequenceSize, in getOutliningCandidateInfo()
763 const outliner::OutlinedFunction &OF) const { in buildOutlinedFrame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h254 outliner::OutlinedFunction getOutliningCandidateInfo(
261 const outliner::OutlinedFunction &OF) const override;
DAArch64InstrInfo.cpp5616 outliner::OutlinedFunction AArch64InstrInfo::getOutliningCandidateInfo( in getOutliningCandidateInfo()
5646 return outliner::OutlinedFunction(); in getOutliningCandidateInfo()
5726 return outliner::OutlinedFunction(); in getOutliningCandidateInfo()
5772 return outliner::OutlinedFunction(); in getOutliningCandidateInfo()
5928 return outliner::OutlinedFunction(); in getOutliningCandidateInfo()
5955 return outliner::OutlinedFunction(); in getOutliningCandidateInfo()
5963 return outliner::OutlinedFunction(RepeatedSequenceLocs, SequenceSize, in getOutliningCandidateInfo()
6287 const outliner::OutlinedFunction &OF) const { in buildOutlinedFrame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h501 virtual outliner::OutlinedFunction getOutliningCandidateInfo(
511 const outliner::OutlinedFunction &OF) const override;
DX86InstrInfo.cpp8060 outliner::OutlinedFunction X86InstrInfo::getOutliningCandidateInfo( in getOutliningCandidateInfo()
8079 return outliner::OutlinedFunction(RepeatedSequenceLocs, SequenceSize, in getOutliningCandidateInfo()
8088 return outliner::OutlinedFunction(RepeatedSequenceLocs, SequenceSize, 1, in getOutliningCandidateInfo()
8176 const outliner::OutlinedFunction &OF) in buildOutlinedFrame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1320 Function *OutlinedFunction = Cloner.doSingleRegionFunctionOutlining(); in unswitchFunction() local
1322 if (!OutlinedFunction) in unswitchFunction()
1328 return {true, OutlinedFunction}; in unswitchFunction()