Home
last modified time | relevance | path

Searched defs:InterleavedLoadCombine (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp1305 struct InterleavedLoadCombine : public FunctionPass { struct
1306 static char ID;
1308 InterleavedLoadCombine() : FunctionPass(ID) { in InterleavedLoadCombine() argument
1312 StringRef getPassName() const override { in getPassName()
1316 bool runOnFunction(Function &F) override { in runOnFunction()
1334 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp1304 struct InterleavedLoadCombine : public FunctionPass { struct
1305 static char ID;
1307 InterleavedLoadCombine() : FunctionPass(ID) { in InterleavedLoadCombine() argument
1311 StringRef getPassName() const override { in getPassName()
1315 bool runOnFunction(Function &F) override { in runOnFunction()
1333 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()