Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h1014 void addAllExtLoads(const MVT From, const MVT To, LegalizeAction Action);
H A DARMISelLowering.cpp256 void ARMTargetLowering::addAllExtLoads(const MVT From, const MVT To, in addAllExtLoads() function in ARMTargetLowering
433 addAllExtLoads(MVT::v8i16, MVT::v8i8, Legal); in addMVEVectorTypes()
434 addAllExtLoads(MVT::v4i32, MVT::v4i16, Legal); in addMVEVectorTypes()
435 addAllExtLoads(MVT::v4i32, MVT::v4i8, Legal); in addMVEVectorTypes()
801 addAllExtLoads(VT, InnerVT, Expand); in ARMTargetLowering()