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.cpp79 class MVELaneInterleaving : public FunctionPass { class
83 explicit MVELaneInterleaving() : FunctionPass(ID) { in MVELaneInterleaving() function in __anon6290cc3c0111::MVELaneInterleaving
100 char MVELaneInterleaving::ID = 0;
102 INITIALIZE_PASS(MVELaneInterleaving, DEBUG_TYPE, "MVE lane interleaving", false,
106 return new MVELaneInterleaving(); in createMVELaneInterleavingPass()
398 bool MVELaneInterleaving::runOnFunction(Function &F) { in runOnFunction()