Searched refs:addAllExtLoads (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 968 void addAllExtLoads(const MVT From, const MVT To, LegalizeAction Action);
|
| H A D | ARMISelLowering.cpp | 238 void ARMTargetLowering::addAllExtLoads(const MVT From, const MVT To, in addAllExtLoads() function in ARMTargetLowering 399 addAllExtLoads(MVT::v8i16, MVT::v8i8, Legal); in addMVEVectorTypes() 400 addAllExtLoads(MVT::v4i32, MVT::v4i16, Legal); in addMVEVectorTypes() 401 addAllExtLoads(MVT::v4i32, MVT::v4i8, Legal); in addMVEVectorTypes() 769 addAllExtLoads(VT, InnerVT, Expand); in ARMTargetLowering()
|