Home
last modified time | relevance | path

Searched defs:MemVTs (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp81 SmallVectorImpl<EVT> *MemVTs, in ComputeValueVTs() argument
155 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<EVT> * MemVTs,SmallVectorImpl<TypeSize> * Offsets,uint64_t StartingOffset) ComputeValueVTs() argument
164 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<EVT> * MemVTs,SmallVectorImpl<uint64_t> * FixedOffsets,uint64_t StartingOffset) ComputeValueVTs() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2164 SmallVector<EVT, 4> ValueVTs, MemVTs; visitRet() local
4332 SmallVector<EVT, 4> ValueVTs, MemVTs; visitLoad() local
4499 SmallVector<EVT, 4> ValueVTs, MemVTs; visitStore() local
[all...]
H A DLegalizeVectorTypes.cpp7034 SmallVector<EVT, 8> MemVTs; GenWidenVectorLoads() local
7259 SmallVector<std::pair<EVT, unsigned>, 4> MemVTs; GenWidenVectorStores() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2491 setLoadExtAction(ArrayRef<unsigned> ExtTypes,MVT ValVT,ArrayRef<MVT> MemVTs,LegalizeAction Action) setLoadExtAction() argument