Searched refs:MVELaneInterleaving (Results 1 – 1 of 1) sorted by relevance
84 class MVELaneInterleaving : public FunctionPass { class88 explicit MVELaneInterleaving() : FunctionPass(ID) { in MVELaneInterleaving() function in __anon9ebe52540111::MVELaneInterleaving105 char MVELaneInterleaving::ID = 0;107 INITIALIZE_PASS(MVELaneInterleaving, DEBUG_TYPE, "MVE lane interleaving", false,111 return new MVELaneInterleaving(); in createMVELaneInterleavingPass()371 bool MVELaneInterleaving::runOnFunction(Function &F) { in runOnFunction()