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.h990 void addAllExtLoads(const MVT From, const MVT To, LegalizeAction Action);
H A DARMISelLowering.cpp251 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()