Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp85 class MVELaneInterleaving : public FunctionPass { class
89 explicit MVELaneInterleaving() : FunctionPass(ID) { in MVELaneInterleaving() function in __anon6290cc3c0111::MVELaneInterleaving
106 char MVELaneInterleaving::ID = 0;
108 INITIALIZE_PASS(MVELaneInterleaving, DEBUG_TYPE, "MVE lane interleaving", false,
112 return new MVELaneInterleaving(); in createMVELaneInterleavingPass()
404 bool MVELaneInterleaving::runOnFunction(Function &F) { in runOnFunction()