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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h633 void addDRTypeForNEON(MVT VT);
H A DAArch64ISelLowering.cpp149 addDRTypeForNEON(MVT::v2f32);
150 addDRTypeForNEON(MVT::v8i8);
151 addDRTypeForNEON(MVT::v4i16);
152 addDRTypeForNEON(MVT::v2i32);
153 addDRTypeForNEON(MVT::v1i64);
154 addDRTypeForNEON(MVT::v1f64);
155 addDRTypeForNEON(MVT::v4f16);
947 void AArch64TargetLowering::addDRTypeForNEON(MVT VT) { function in class:AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h657 void addDRTypeForNEON(MVT VT);
H A DARMISelLowering.cpp223 void ARMTargetLowering::addDRTypeForNEON(MVT VT) { function in class:ARMTargetLowering
758 addDRTypeForNEON(MVT::v2f32);
759 addDRTypeForNEON(MVT::v8i8);
760 addDRTypeForNEON(MVT::v4i16);
761 addDRTypeForNEON(MVT::v2i32);
762 addDRTypeForNEON(MVT::v1i64);
773 addDRTypeForNEON(MVT::v4f16);

Completed in 256 milliseconds