Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp196 bool optimizeIntExtLoad(const Instruction *I, MVT RetVT, MVT SrcVT);
4419 bool AArch64FastISel::optimizeIntExtLoad(const Instruction *I, MVT RetVT, in optimizeIntExtLoad() function in AArch64FastISel
4485 if (optimizeIntExtLoad(I, RetVT, SrcVT)) in selectIntExt()