Home
last modified time | relevance | path

Searched defs:MORE (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h41 MachineOptimizationRemarkEmitter *MORE = nullptr; global() variable
H A DRegBankSelect.h505 std::unique_ptr<MachineOptimizationRemarkEmitter> MORE; variable
/llvm-project/clang/test/Index/
H A Dcomplete-in-stringify.c3 #define MORE __FILE__ macro
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp101 MachineOptimizationRemarkEmitter MORE(MF, nullptr); in runOnFunction() local
H A DMachineOutliner.cpp532 MachineOptimizationRemarkEmitter MORE(*(C.getMF()), nullptr); emitNotOutliningCheaperRemark() local
560 MachineOptimizationRemarkEmitter MORE(*OF.MF, nullptr); emitOutlinedFunctionRemark() local
1112 MachineOptimizationRemarkEmitter MORE(*MF, nullptr); emitInstrCountChangedRemark() local
H A DMIRSampleProfile.cpp149 setInitVals(MachineDominatorTree * MDT,MachinePostDominatorTree * MPDT,MachineLoopInfo * MLI,MachineBlockFrequencyInfo * MBFI,MachineOptimizationRemarkEmitter * MORE) setInitVals() argument
H A DEarlyIfConversion.cpp917 MachineOptimizationRemarkEmitter MORE(*MBB.getParent(), nullptr); shouldConvertIf() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp139 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); combineMachineInstrs() local
H A DInstructionSelect.cpp116 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); runOnMachineFunction() local
H A DLegalizer.cpp320 MachineOptimizationRemarkEmitter MORE(MF, /*MBFI=*/nullptr); runOnMachineFunction() local
H A DUtils.cpp254 MachineOptimizationRemarkEmitter &MORE, in reportGISelDiagnostic() argument
276 reportGISelFailure(MF, TPC, MORE, R); in reportGISelFailure() argument
270 reportGISelWarning(MachineFunction & MF,const TargetPassConfig & TPC,MachineOptimizationRemarkEmitter & MORE,MachineOptimizationRemarkMissed & R) reportGISelWarning() argument
283 reportGISelFailure(MachineFunction & MF,const TargetPassConfig & TPC,MachineOptimizationRemarkEmitter & MORE,const char * PassName,StringRef Msg,const MachineInstr & MI) reportGISelFailure() argument
H A DLoadStoreOpt.cpp424 MachineOptimizationRemarkEmitter MORE(*MF, nullptr); doSingleStoreMerge() local
/llvm-project/llvm/lib/Support/
H A Dregcomp.c252 #define MORE() (p->end - p->next > 0) macro
[all...]