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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp280 const uint64_t LoadSize = Size.getZExtValue(); local
H A DTargetTransformInfo.cpp828 getLoadVectorFactor(unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp112 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); local
H A DAMDGPUTargetTransformInfo.cpp236 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, argument
H A DAMDGPURegisterBankInfo.cpp1118 unsigned LoadSize = LoadTy.getSizeInBits(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp448 unsigned LoadSize = 0; local
H A DExpandMemCmp.cpp81 LoadEntry(unsigned LoadSize, uint64_t Offset) argument
86 unsigned LoadSize; member in struct:__anon4540::MemCmpExpansion::LoadEntry
135 const unsigned LoadSize = LoadSizes.front(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp268 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); local
359 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy) + 7) / 8; local
412 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); local
456 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); local
467 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy) / 8; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp338 CharUnits LoadSize = CGF.getContext().getTypeSizeInChars(ElTy); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp628 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h594 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, argument

Completed in 306 milliseconds