Home
last modified time | relevance | path

Searched refs:addDRTypeForNEON (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h786 void addDRTypeForNEON(MVT VT);
H A DARMISelLowering.cpp217 void ARMTargetLowering::addDRTypeForNEON(MVT VT) { in addDRTypeForNEON() function in ARMTargetLowering
831 addDRTypeForNEON(MVT::v2f32); in ARMTargetLowering()
832 addDRTypeForNEON(MVT::v8i8); in ARMTargetLowering()
833 addDRTypeForNEON(MVT::v4i16); in ARMTargetLowering()
834 addDRTypeForNEON(MVT::v2i32); in ARMTargetLowering()
835 addDRTypeForNEON(MVT::v1i64); in ARMTargetLowering()
846 addDRTypeForNEON(MVT::v4f16); in ARMTargetLowering()
851 addDRTypeForNEON(MVT::v4bf16); in ARMTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1011 void addDRTypeForNEON(MVT VT);
H A DAArch64ISelLowering.cpp366 addDRTypeForNEON(MVT::v2f32); in AArch64TargetLowering()
367 addDRTypeForNEON(MVT::v8i8); in AArch64TargetLowering()
368 addDRTypeForNEON(MVT::v4i16); in AArch64TargetLowering()
369 addDRTypeForNEON(MVT::v2i32); in AArch64TargetLowering()
370 addDRTypeForNEON(MVT::v1i64); in AArch64TargetLowering()
371 addDRTypeForNEON(MVT::v1f64); in AArch64TargetLowering()
372 addDRTypeForNEON(MVT::v4f16); in AArch64TargetLowering()
374 addDRTypeForNEON(MVT::v4bf16); in AArch64TargetLowering()
1947 void AArch64TargetLowering::addDRTypeForNEON(MVT VT) { in addDRTypeForNEON() function in AArch64TargetLowering