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