Searched refs:StoreInts (Results 1 – 9 of 9) 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-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 541 static const Intrinsic::ID StoreInts[] = {Intrinsic::arm_neon_vst1, in UpgradeIntrinsicFunction1() local 555 StoreInts[fArgs.size() - 3], Tys); in UpgradeIntrinsicFunction1()
|
/external/llvm-project/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 582 static const Intrinsic::ID StoreInts[] = {Intrinsic::arm_neon_vst1, in UpgradeIntrinsicFunction1() local 596 StoreInts[fArgs.size() - 3], Tys); in UpgradeIntrinsicFunction1()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 17259 static const Intrinsic::ID StoreInts[3] = {Intrinsic::arm_neon_vst2, in lowerInterleavedStore() local 17266 SI->getModule(), StoreInts[Factor - 2], Tys); in lowerInterleavedStore() 17277 Intrinsic::ID StoreInts = in lowerInterleavedStore() local 17283 Intrinsic::getDeclaration(SI->getModule(), StoreInts, Tys); in lowerInterleavedStore()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 19084 static const Intrinsic::ID StoreInts[3] = {Intrinsic::arm_neon_vst2, in lowerInterleavedStore() local 19091 SI->getModule(), StoreInts[Factor - 2], Tys); in lowerInterleavedStore() 19102 Intrinsic::ID StoreInts = in lowerInterleavedStore() local 19108 Intrinsic::getDeclaration(SI->getModule(), StoreInts, Tys); in lowerInterleavedStore()
|
/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-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 9321 static const Intrinsic::ID StoreInts[3] = {Intrinsic::aarch64_neon_st2, in lowerInterleavedStore() local 9325 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/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 11095 static const Intrinsic::ID StoreInts[3] = {Intrinsic::aarch64_neon_st2, in lowerInterleavedStore() local 11099 Intrinsic::getDeclaration(SI->getModule(), StoreInts[Factor - 2], Tys); in lowerInterleavedStore()
|