Lines Matching refs:ORE

99                                        OptimizationRemarkEmitter &ORE,  in LoopVectorizeHints()  argument
107 TheLoop(L), ORE(ORE) { in LoopVectorizeHints()
191 ORE.emit([&]() { in allowVectorization()
208 ORE.emit([&]() { in emitRemarkWithHints()
474 bool DoExtraAnalysis = ORE->allowExtraAnalysis(DEBUG_TYPE); in canVectorizeOuterLoop()
483 "CFGNotUnderstood", ORE, TheLoop); in canVectorizeOuterLoop()
502 "CFGNotUnderstood", ORE, TheLoop); in canVectorizeOuterLoop()
516 "CFGNotUnderstood", ORE, TheLoop); in canVectorizeOuterLoop()
527 "UnsupportedPhi", ORE, TheLoop); in canVectorizeOuterLoop()
658 "CFGNotUnderstood", ORE, TheLoop); in canVectorizeInstrs()
679 "CFGNotUnderstood", ORE, TheLoop, Phi); in canVectorizeInstrs()
730 "NonReductionValueUsedOutsideLoop", ORE, TheLoop, Phi); in canVectorizeInstrs()
764 "CantVectorizeLibcall", ORE, TheLoop, CI); in canVectorizeInstrs()
768 "CantVectorizeLibcall", ORE, TheLoop, CI); in canVectorizeInstrs()
783 "CantVectorizeIntrinsic", ORE, TheLoop, CI); in canVectorizeInstrs()
796 "CantVectorizeInstructionReturnType", ORE, TheLoop, &I); in canVectorizeInstrs()
806 "CantVectorizeStore", ORE, TheLoop, ST); in canVectorizeInstrs()
820 "CantVectorizeNontemporalStore", ORE, TheLoop, ST); in canVectorizeInstrs()
835 "CantVectorizeNontemporalLoad", ORE, TheLoop, LD); in canVectorizeInstrs()
864 "ValueUsedOutsideLoop", ORE, TheLoop, &I); in canVectorizeInstrs()
874 "NoInductionVariable", ORE, TheLoop); in canVectorizeInstrs()
879 "NoIntegerInductionVariable", ORE, TheLoop); in canVectorizeInstrs()
911 ORE->emit([&]() { in canVectorizeMemory()
933 "CantVectorizeStoreToLoopInvariantAddress", ORE, TheLoop); in canVectorizeMemory()
976 "CantVectorizeStoreToLoopInvariantAddress", ORE, TheLoop); in canVectorizeMemory()
1134 ORE, TheLoop); in canVectorizeWithIfConvert()
1176 "LoopContainsSwitch", ORE, TheLoop, in canVectorizeWithIfConvert()
1188 "NoCFGForSelect", ORE, TheLoop, in canVectorizeWithIfConvert()
1213 bool DoExtraAnalysis = ORE->allowExtraAnalysis(DEBUG_TYPE); in canVectorizeLoopCFG()
1220 "CFGNotUnderstood", ORE, TheLoop); in canVectorizeLoopCFG()
1231 "CFGNotUnderstood", ORE, TheLoop); in canVectorizeLoopCFG()
1246 bool DoExtraAnalysis = ORE->allowExtraAnalysis(DEBUG_TYPE); in canVectorizeLoopNestCFG()
1272 bool DoExtraAnalysis = ORE->allowExtraAnalysis(DEBUG_TYPE); in canVectorize()
1295 ORE, TheLoop); in canVectorize()
1347 "TooManySCEVRunTimeChecks", ORE, TheLoop); in canVectorize()