Searched refs:optimizeIntExtLoad (Results 1 – 3 of 3) sorted by relevance
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
| D | AArch64FastISel.cpp | 197 bool optimizeIntExtLoad(const Instruction *I, MVT RetVT, MVT SrcVT); 4463 bool AArch64FastISel::optimizeIntExtLoad(const Instruction *I, MVT RetVT, in optimizeIntExtLoad() function in AArch64FastISel 4529 if (optimizeIntExtLoad(I, RetVT, SrcVT)) in selectIntExt()
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64FastISel.cpp | 153 bool optimizeIntExtLoad(const Instruction *I, MVT RetVT, MVT SrcVT); 4353 bool AArch64FastISel::optimizeIntExtLoad(const Instruction *I, MVT RetVT, in optimizeIntExtLoad() function in AArch64FastISel 4418 if (optimizeIntExtLoad(I, RetVT, SrcVT)) in selectIntExt()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64FastISel.cpp | 196 bool optimizeIntExtLoad(const Instruction *I, MVT RetVT, MVT SrcVT); 4531 bool AArch64FastISel::optimizeIntExtLoad(const Instruction *I, MVT RetVT, in optimizeIntExtLoad() function in AArch64FastISel 4597 if (optimizeIntExtLoad(I, RetVT, SrcVT)) in selectIntExt()
|