Searched defs:EltSize (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp147 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); local
181 unsigned EltSize = N->getValueType(0).getScalarSizeInBits(); local
220 unsigned EltSize = N->getValueType(0).getScalarSizeInBits(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h202 CharUnits EltSize = local
220 CharUnits EltSize = CharUnits::fromQuantity(DL.getTypeAllocSize(ElTy)); local
235 CharUnits EltSize = local
H A DCGNonTrivialStruct.cpp196 CharUnits EltSize = Ctx.getTypeSizeInChars(EltTy); local
385 CharUnits EltSize = Ctx.getTypeSizeInChars(EltQT); local
H A DCGCall.cpp1006 CharUnits EltSize = CGF.getContext().getTypeSizeInChars(CAE->EltTy); local
H A DCGDecl.cpp1694 CharUnits EltSize = getContext().getTypeSizeInChars(VlaSize.Type); local
H A DTargetInfo.cpp9519 CharUnits EltSize = getContext().getTypeSizeInChars(EltTy); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp102 uint64_t EltSize = DL.getTypeAllocSize(EltTy); local
142 uint64_t EltSize = DL.getTypeAllocSize(EltTy); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp258 uint32_t EltSize = DL->getTypeSizeInBits(EltTy); local
H A DAArch64InstructionSelector.cpp1566 unsigned EltSize = DstTy.getElementType().getSizeInBits(); local
3208 getInsertVecEltOpInfo(const RegisterBank &RB, unsigned EltSize) { argument
2778 emitScalarToVector( unsigned EltSize, const TargetRegisterClass *DstRC, Register Scalar, MachineIRBuilder &MIRBuilder) const argument
2875 getLaneCopyOpcode(unsigned &CopyOpc, unsigned &ExtractSubReg, const unsigned EltSize) argument
3978 unsigned EltSize = EltTy.getSizeInBits(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp520 uint64_t EltSize = DL.getTypeAllocSize(EltTy); local
523 StartingOffset + i * EltSize, M, Index, VTableFuncs); local
H A DConstantFolding.cpp433 uint64_t EltSize = DL.getTypeAllocSize(CS->getOperand(Index)->getType()); local
464 uint64_t EltSize = DL.getTypeAllocSize(EltTy); local
H A DLoopAccessAnalysis.cpp225 unsigned EltSize = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp556 unsigned EltSize local
951 unsigned EltSize local
H A DSIRegisterInfo.cpp636 const unsigned EltSize = 4; local
774 unsigned EltSize = 4; local
878 unsigned EltSize = 4; local
[all...]
H A DSILoadStoreOptimizer.cpp118 unsigned EltSize; member in struct:__anon5021::SILoadStoreOptimizer::CombineInfo
[all...]
H A DAMDGPURegisterBankInfo.cpp1368 int EltSize = Ty.getScalarSizeInBits(); local
2672 unsigned EltSize = getSizeInBits(MI.getOperand(2).getReg(), MRI, *TRI); local
H A DSIInstrInfo.cpp301 unsigned EltSize; local
688 unsigned EltSize = 4; local
792 unsigned EltSize local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp808 unsigned EltSize = Val->getScalarSizeInBits(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp727 auto EltSize = DL.getTypeAllocSize(ET); local
1254 auto EltSize = DL.getTypeAllocSize(AT->getElementType()); local
H A DInstructionCombining.cpp1168 uint64_t EltSize = DL.getTypeAllocSize(AT->getElementType()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp470 unsigned EltSize = Idx->getScalarSizeInBits(); local
H A DConstants.cpp2870 unsigned EltSize = getElementByteSize(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp852 unsigned EltSize = Ty.getScalarSizeInBits(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp247 unsigned EltSize = EltVT.getStoreSize(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp54 unsigned EltSize = OrigTy.getScalarSizeInBits(); local
150 unsigned EltSize = MainTy.getScalarSizeInBits(); local
2365 const unsigned EltSize = EltTy.getSizeInBits(); local
[all...]

Completed in 638 milliseconds

12