Searched defs:LoadSize (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp273 const uint64_t LoadSize = Size.getZExtValue(); local
H A DTargetTransformInfo.cpp929 getLoadVectorFactor(unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp112 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); local
H A DAMDGPUTargetTransformInfo.cpp270 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, argument
H A DAMDGPURegisterBankInfo.cpp1137 unsigned LoadSize = LoadTy.getSizeInBits(); local
1409 unsigned LoadSize = Ty.getSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp448 unsigned LoadSize = 0; local
H A DExpandMemCmp.cpp83 LoadEntry(unsigned LoadSize, uint64_t Offset) argument
88 unsigned LoadSize; member in struct:__anon3459::MemCmpExpansion::LoadEntry
141 const unsigned LoadSize = LoadSizes.front(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp352 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedSize(); local
440 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy).getFixedSize() + 7) / 8; local
494 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedSize(); local
539 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedSize(); local
550 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedSize() / 8; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp343 CharUnits LoadSize = CGF.getContext().getTypeSizeInChars(ElTy); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp626 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h623 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, argument

Completed in 268 milliseconds