Searched refs:addTypeForNEON (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 744 void addTypeForNEON(MVT VT, MVT PromotedLdStVT, MVT PromotedBitwiseVT);
|
| H A D | ARMISelLowering.cpp | 157 void ARMTargetLowering::addTypeForNEON(MVT VT, MVT PromotedLdStVT, in addTypeForNEON() function in ARMTargetLowering 228 addTypeForNEON(VT, MVT::f64, MVT::v2i32); in addDRTypeForNEON() 233 addTypeForNEON(VT, MVT::v2f64, MVT::v4i32); in addQRTypeForNEON()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 835 void addTypeForNEON(MVT VT, MVT PromotedBitwiseVT);
|
| H A D | AArch64ISelLowering.cpp | 1353 void AArch64TargetLowering::addTypeForNEON(MVT VT, MVT PromotedBitwiseVT) { in addTypeForNEON() function in AArch64TargetLowering 1532 addTypeForNEON(VT, MVT::v2i32); in addDRTypeForNEON() 1537 addTypeForNEON(VT, MVT::v4i32); in addQRTypeForNEON()
|