Home
last modified time | relevance | path

Searched refs:getSizeOrUnknown (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h281 static uint64_t getSizeOrUnknown(const TypeSize &T) { in getSizeOrUnknown() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp350 uint64_t Size = MemoryLocation::getSizeOrUnknown( in buildLoad()
409 uint64_t Size = MemoryLocation::getSizeOrUnknown( in buildStore()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1767 unsigned LoSize = MemoryLocation::getSizeOrUnknown(LoMemVT.getStoreSize()); in SplitVecRes_MLOAD()
1784 unsigned HiSize = MemoryLocation::getSizeOrUnknown(HiMemVT.getStoreSize()); in SplitVecRes_MLOAD()
2609 unsigned LoSize = MemoryLocation::getSizeOrUnknown(LoMemVT.getStoreSize()); in SplitVecOp_MSTORE()
2636 unsigned HiSize = MemoryLocation::getSizeOrUnknown(HiMemVT.getStoreSize()); in SplitVecOp_MSTORE()
H A DSelectionDAG.cpp7285 uint64_t Size = MemoryLocation::getSizeOrUnknown(MemVT.getStoreSize()); in getLoad()
7406 MemoryLocation::getSizeOrUnknown(Val.getValueType().getStoreSize()); in getStore()
7458 PtrInfo, MMOFlags, MemoryLocation::getSizeOrUnknown(SVT.getStoreSize()), in getTruncStore()
H A DDAGCombiner.cpp20159 uint64_t StoreSize = MemoryLocation::getSizeOrUnknown(VT.getStoreSize()); in narrowExtractedVectorLoad()
22742 MemoryLocation::getSizeOrUnknown(LSN->getMemoryVT().getStoreSize()); in isAlias()