Lines Matching defs:before

91   const std::vector<const char*> before = {
134 JoinAllInsts(Concat(Concat(predefs, before), nonEntryFuncs)),
229 const std::vector<const char*> before = {
284 JoinAllInsts(Concat(Concat(predefs, before), nonEntryFuncs)),
357 const std::vector<const char*> before = {
413 JoinAllInsts(Concat(Concat(predefs, before), nonEntryFuncs)),
496 const std::vector<const char*> before = {
549 JoinAllInsts(Concat(Concat(predefs, before), nonEntryFuncs)),
636 const std::vector<const char*> before = {
744 JoinAllInsts(Concat(Concat(predefs, before), nonEntryFuncs)),
773 // Note: the before SPIR-V will need to be edited to create a use of
853 const std::vector<const char*> before = {
941 JoinAllInsts(Concat(Concat(predefs, before), nonEntryFuncs)),
972 // Note: the before SPIR-V will need to be edited to create an OpImage
973 // from the first OpSampledImage, place it before the call and use it
1056 const std::vector<const char*> before = {
1147 JoinAllInsts(Concat(Concat(predefs, before), nonEntryFuncs)),
1178 // Note: the before SPIR-V will need to be edited to create an OpImage
1261 const std::vector<const char*> before = {
1353 JoinAllInsts(Concat(Concat(predefs, before), nonEntryFuncs)),
1518 const std::string before =
1547 SinglePassRunAndCheck<InlineExhaustivePass>(predefs + nonEntryFuncs + before,
1585 const std::string before =
1624 SinglePassRunAndCheck<InlineExhaustivePass>(predefs + nonEntryFuncs + before,
1676 const std::string before =
1714 SinglePassRunAndCheck<InlineExhaustivePass>(predefs + nonEntryFuncs + before,
1753 const std::string before =
1795 SinglePassRunAndCheck<InlineExhaustivePass>(predefs + nonEntryFuncs + before,
1924 const std::string before =
2004 SinglePassRunAndCheck<InlineExhaustivePass>(predefs + before + nonEntryFuncs,
2048 const std::string before =
2128 SinglePassRunAndCheck<InlineExhaustivePass>(predefs + before + nonEntryFuncs,
2135 const std::string before =
2180 SinglePassRunAndCheck<InlineExhaustivePass>(before, after, false, true);
2223 // test makes sure that is a store to the variable in the loop and before any
2436 const std::string before =
2486 SinglePassRunAndCheck<InlineExhaustivePass>(before, after, false, true);
2531 const std::string before =
2583 SinglePassRunAndCheck<InlineExhaustivePass>(before, after, false, true);
2587 const std::string before =
2709 SinglePassRunAndCheck<InlineExhaustivePass>(before, after, false, true);
2866 const std::string before =
2929 RunAndCheck(predefs + before + foo, predefs + after + fooMergeReturn);
2998 const std::string before =
3029 RunAndCheck(predefs + foo + before, predefs + fooMergeReturn + after);
3212 // return block in foo appears before the "then" block.
3277 const std::string before =
3320 RunAndCheck(predefs + callee + before, predefs + calleeMergeReturn + after);
4441 // SampledImage before function call, but callee is only single block.