Searched refs:StoreInts (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 592 static const Intrinsic::ID StoreInts[] = {Intrinsic::arm_neon_vst1, in UpgradeIntrinsicFunction1() local 606 StoreInts[fArgs.size() - 3], Tys); in UpgradeIntrinsicFunction1()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 20569 static const Intrinsic::ID StoreInts[3] = {Intrinsic::arm_neon_vst2, in lowerInterleavedStore() local 20576 SI->getModule(), StoreInts[Factor - 2], Tys); in lowerInterleavedStore() 20586 Intrinsic::ID StoreInts = in lowerInterleavedStore() local 20592 Intrinsic::getDeclaration(SI->getModule(), StoreInts, Tys); in lowerInterleavedStore()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 11877 static const Intrinsic::ID StoreInts[3] = {Intrinsic::aarch64_neon_st2, in lowerInterleavedStore() local 11881 Intrinsic::getDeclaration(SI->getModule(), StoreInts[Factor - 2], Tys); in lowerInterleavedStore()
|