Searched refs:StoreInts (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 109 static const Intrinsic::ID StoreInts[] = {Intrinsic::arm_neon_vst1, in UpgradeIntrinsicFunction1() local 123 StoreInts[fArgs.size() - 3], Tys); in UpgradeIntrinsicFunction1()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 481 static const Intrinsic::ID StoreInts[] = {Intrinsic::arm_neon_vst1, in UpgradeIntrinsicFunction1() local 495 StoreInts[fArgs.size() - 3], Tys); in UpgradeIntrinsicFunction1()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7220 static const Intrinsic::ID StoreInts[3] = {Intrinsic::aarch64_neon_st2, in lowerInterleavedStore() local 7224 Intrinsic::getDeclaration(SI->getModule(), StoreInts[Factor - 2], Tys); in lowerInterleavedStore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8294 static const Intrinsic::ID StoreInts[3] = {Intrinsic::aarch64_neon_st2, in lowerInterleavedStore() local 8298 Intrinsic::getDeclaration(SI->getModule(), StoreInts[Factor - 2], Tys); in lowerInterleavedStore()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12706 static const Intrinsic::ID StoreInts[3] = {Intrinsic::arm_neon_vst2, in lowerInterleavedStore() local 12716 SI->getModule(), StoreInts[Factor - 2], Tys); in lowerInterleavedStore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 14793 static const Intrinsic::ID StoreInts[3] = {Intrinsic::arm_neon_vst2, in lowerInterleavedStore() local 14807 Intrinsic::getDeclaration(SI->getModule(), StoreInts[Factor - 2], Tys); in lowerInterleavedStore()
|