Home
last modified time | relevance | path

Searched defs:EltSize (Results 1 – 25 of 63) sorted by relevance

123

/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h244 CharUnits EltSize = global() variable
264 CharUnits EltSize = CharUnits::fromQuantity(DL.getTypeAllocSize(ElTy)); global() variable
281 CharUnits EltSize = CharUnits::fromQuantity(DL.getTypeAllocSize(ElTy)); global() variable
294 CharUnits EltSize = global() variable
H A DCGNonTrivialStruct.cpp196 CharUnits EltSize = Ctx.getTypeSizeInChars(EltTy); in visitArray() local
395 CharUnits EltSize = Ctx.getTypeSizeInChars(EltQT); in visitArray() local
/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp81 TypeSize EltSize = getTypeAllocSize(AT->getElementType()); in getTypeAllocSize() local
102 TypeSize EltSize = getTypeAllocSize(EltTy); in getStructLayout() local
/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp33 const int EltSize = QueryTy.getElementType().getSizeInBits(); isRegisterType() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PerfectShuffle.h6702 inline bool isREVMask(ArrayRef<int> M, unsigned EltSize, unsigned NumElts, in isREVMask()
H A DAArch64TargetTransformInfo.h326 unsigned EltSize = DataTypeTy->getElementType()->getScalarSizeInBits(); isLegalNTStoreLoad() local
H A DAArch64StackTagging.cpp299 uint32_t EltSize = DL->getTypeSizeInBits(EltTy); flatten() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp117 unsigned EltSize = in getVectorInstrCost() local
H A DAMDGPULegalizerInfo.cpp79 const unsigned EltSize = EltTy.getSizeInBits(); in isSmallOddVector() local
130 const int EltSize = EltTy.getSizeInBits(); in moreEltsToNext32Bit() local
145 const unsigned EltSize = Ty.getElementType().getSizeInBits(); in moreElementsToNextExistingRegClass() local
231 const int EltSize = EltTy.getSizeInBits(); isRegisterVectorElementType() local
236 const int EltSize = Ty.getElementType().getSizeInBits(); isRegisterVectorType() local
506 unsigned EltSize = Ty.getScalarSizeInBits(); loadStoreBitcastWorkaround() local
1551 unsigned EltSize = EltTy.getSizeInBits(); AMDGPULegalizerInfo() local
1575 unsigned EltSize = EltTy.getSizeInBits(); AMDGPULegalizerInfo() local
1771 const unsigned EltSize = EltTy.getSizeInBits(); AMDGPULegalizerInfo() local
6560 unsigned EltSize = EltTy.getSizeInBits(); legalizeImageIntrinsic() local
[all...]
H A DSIRegisterInfo.cpp99 unsigned EltSize = 4; global() member
1294 getFlatScratchSpillOpcode(const SIInstrInfo * TII,unsigned LoadStoreOp,unsigned EltSize) getFlatScratchSpillOpcode() argument
1356 unsigned EltSize = (IsFlat && !IsAGPR) ? std::min(RegWidth, 16u) : 4u; buildSpillLoadStore() local
[all...]
H A DAMDGPURegisterBankInfo.cpp1035 unsigned EltSize = EltTy.getSizeInBits(); in splitUnequalType() local
1936 unsigned EltSize = VecTy.getScalarSizeInBits(); foldExtractEltToCmpSelect() local
2034 unsigned EltSize = VecTy.getScalarSizeInBits(); foldInsertEltToCmpSelect() local
4093 unsigned EltSize = getSizeInBits(MI.getOperand(2).getReg(), MRI, *TRI); getInstrMapping() local
[all...]
/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp18 CharUnits EltSize, const ComplexType *CTy) { in complexTempStructure() argument
255 CharUnits EltSize = TypeInfo.Width / 2; EmitVAArg() local
972 CharUnits EltSize = TypeInfo.Width / 2; EmitVAArg() local
H A DLoongArch.cpp158 CharUnits EltSize = getContext().getTypeSizeInChars(EltTy); in detectFARsEligibleStructHelper() local
H A DRISCV.cpp164 CharUnits EltSize = getContext().getTypeSizeInChars(EltTy); detectFPCCEligibleStructHelper() local
H A DX86.cpp2010 uint64_t EltSize = getContext().getTypeSize(AT->getElementType()); classify() local
2315 unsigned EltSize = (unsigned)Context.getTypeSize(AT->getElementType()); BitsContainNoUserData() local
2402 unsigned EltSize = TD.getTypeAllocSize(EltTy); getFPTypeAtOffset() local
2515 unsigned EltSize = getDataLayout().getTypeAllocSize(EltTy); GetINTEGERTypeAtOffset() local
[all...]
H A DAMDGPU.cpp76 unsigned EltSize = getContext().getTypeSize(EltTy); numRegsForType() local
/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp108 TypeSize EltSize = DL.getTypeAllocSize(EltTy); in ComputeValueVTs() local
161 uint64_t EltSize = DL.getTypeAllocSize(EltTy).getFixedValue(); in computeValueLLTs() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp702 unsigned EltSize = Val->getScalarSizeInBits(); getVectorInstrCost() local
719 unsigned EltSize = Val->getScalarSizeInBits(); getVectorInstrCost() local
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp399 DecodeEXTRQIMask(unsigned NumElts,unsigned EltSize,int Len,int Idx,SmallVectorImpl<int> & ShuffleMask) DecodeEXTRQIMask() argument
436 DecodeINSERTQIMask(unsigned NumElts,unsigned EltSize,int Len,int Idx,SmallVectorImpl<int> & ShuffleMask) DecodeINSERTQIMask() argument
[all...]
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp164 if (EltSize == 64) in matchREV() local
441 auto EltSize = Builder.buildConstant(IdxTy, EltTy.getSizeInBytes()); applyNonConstInsert() local
984 unsigned EltSize = MRI.getType(LHS).getScalarSizeInBits(); matchLowerVectorFCMP() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h936 isSequenceFromUnmerge(GMergeLikeInstr & MI,unsigned MergeStartIdx,GUnmerge * Unmerge,unsigned UnmergeIdxStart,unsigned NumElts,unsigned EltSize,bool AllowUndef) isSequenceFromUnmerge() argument
962 unsigned EltSize = EltTy.getSizeInBits(); tryCombineMergeLike() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp766 TypeSize EltSize = DL.getTypeAllocSize(ET); unpackLoadToAggregate() local
1288 TypeSize EltSize = DL.getTypeAllocSize(AT->getElementType()); unpackStoreToAggregate() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1591 unsigned EltSize = VTy->getScalarSizeInBits(); getGatherScatterOpCost() local
1688 unsigned EltSize = ValVT.getScalarSizeInBits(); getArithmeticReductionCost() local
1842 unsigned EltSize = ValVT.getScalarSizeInBits(); getMinMaxReductionCost() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp1378 unsigned EltSize = SemaRef.Context.getTypeSize(Info.ElementType); checkRVVTypeSupport() local
/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp269 APInt EltSize(DL.getIndexTypeSizeInBits(Ptr->getType()), isDereferenceableAndAlignedInLoop() local

123