Home
last modified time | relevance | path

Searched refs:addAllExtLoads (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h976 void addAllExtLoads(const MVT From, const MVT To, LegalizeAction Action);
H A DARMISelLowering.cpp239 void ARMTargetLowering::addAllExtLoads(const MVT From, const MVT To, in addAllExtLoads() function in ARMTargetLowering
409 addAllExtLoads(MVT::v8i16, MVT::v8i8, Legal); in addMVEVectorTypes()
410 addAllExtLoads(MVT::v4i32, MVT::v4i16, Legal); in addMVEVectorTypes()
411 addAllExtLoads(MVT::v4i32, MVT::v4i8, Legal); in addMVEVectorTypes()
805 addAllExtLoads(VT, InnerVT, Expand); in ARMTargetLowering()