/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 217 CharUnits EltSize = variable 236 CharUnits EltSize = CharUnits::fromQuantity(DL.getTypeAllocSize(ElTy)); variable 252 CharUnits EltSize = variable 267 CharUnits EltSize = variable
|
H A D | CGNonTrivialStruct.cpp | 196 CharUnits EltSize = Ctx.getTypeSizeInChars(EltTy); in visitArray() local 398 CharUnits EltSize = Ctx.getTypeSizeInChars(EltQT); in visitArray() local
|
H A D | TargetInfo.cpp | 419 CharUnits EltSize, const ComplexType *CTy) { in complexTempStructure() 3058 uint64_t EltSize = getContext().getTypeSize(AT->getElementType()); in classify() local 3360 unsigned EltSize = (unsigned)Context.getTypeSize(AT->getElementType()); in BitsContainNoUserData() local 3447 unsigned EltSize = TD.getTypeAllocSize(EltTy); in getFPTypeAtOffset() local 3560 unsigned EltSize = getDataLayout().getTypeAllocSize(EltTy); in GetINTEGERTypeAtOffset() local 4684 CharUnits EltSize = TypeInfo.Width / 2; in EmitVAArg() local 5454 CharUnits EltSize = TypeInfo.Width / 2; in EmitVAArg() local 9247 unsigned EltSize = getContext().getTypeSize(EltTy); in numRegsForType() local 11112 CharUnits EltSize = getContext().getTypeSizeInChars(EltTy); in detectFPCCEligibleStructHelper() local 11886 CharUnits EltSize = getContext().getTypeSizeInChars(EltTy); in detectFARsEligibleStructHelper() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | CBufferDataLayout.cpp | 81 TypeSize EltSize = getTypeAllocSize(AT->getElementType()); in getTypeAllocSize() local 102 TypeSize EltSize = getTypeAllocSize(EltTy); in getStructLayout() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600TargetTransformInfo.cpp | 117 unsigned EltSize = in getVectorInstrCost() local
|
H A D | AMDGPULegalizerInfo.cpp | 73 const unsigned EltSize = EltTy.getSizeInBits(); in isSmallOddVector() local 124 const int EltSize = EltTy.getSizeInBits(); in moreEltsToNext32Bit() local 189 const int EltSize = EltTy.getSizeInBits(); in isRegisterVectorElementType() local 194 const int EltSize = Ty.getElementType().getSizeInBits(); in isRegisterVectorType() local 350 unsigned EltSize = EltTy.getSizeInBits(); in loadStoreBitcastWorkaround() local 1257 unsigned EltSize = EltTy.getSizeInBits(); in AMDGPULegalizerInfo() local 1281 unsigned EltSize = EltTy.getSizeInBits(); in AMDGPULegalizerInfo() local 1452 const unsigned EltSize = EltTy.getSizeInBits(); in AMDGPULegalizerInfo() local 5082 unsigned EltSize = EltTy.getSizeInBits(); in legalizeImageIntrinsic() local
|
H A D | SIRegisterInfo.cpp | 99 unsigned EltSize = 4; member 1271 unsigned EltSize) { in getFlatScratchSpillOpcode() 1333 unsigned EltSize = (IsFlat && !IsAGPR) ? std::min(RegWidth, 16u) : 4u; in buildSpillLoadStore() local
|
H A D | AMDGPURegisterBankInfo.cpp | 1031 unsigned EltSize = EltTy.getSizeInBits(); in splitUnequalType() local 1942 unsigned EltSize = VecTy.getScalarSizeInBits(); in foldExtractEltToCmpSelect() local 2040 unsigned EltSize = VecTy.getScalarSizeInBits(); in foldInsertEltToCmpSelect() local 3860 unsigned EltSize = getSizeInBits(MI.getOperand(2).getReg(), MRI, *TRI); in getInstrMapping() local
|
H A D | AMDGPUTargetTransformInfo.cpp | 799 unsigned EltSize in getVectorInstrCost() local
|
H A D | SIInstrInfo.cpp | 340 unsigned EltSize; in getMemOperandsWithOffsetWidth() local 964 unsigned EltSize = 4; in copyPhysReg() local 1102 unsigned EltSize = 4; in materializeImmediate() local 1421 SIInstrInfo::getIndirectRegWriteMovRelPseudo(unsigned VecSize, unsigned EltSize, in getIndirectRegWriteMovRelPseudo()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 104 uint64_t EltSize = DL.getTypeAllocSize(EltTy).getFixedValue(); in ComputeValueVTs() local 149 uint64_t EltSize = DL.getTypeAllocSize(EltTy).getFixedValue(); in computeValueLLTs() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 311 unsigned EltSize = DataTypeTy->getElementType()->getScalarSizeInBits(); in isLegalNTStoreLoad() local
|
H A D | AArch64StackTagging.cpp | 280 uint32_t EltSize = DL->getTypeSizeInBits(EltTy); in flatten() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 70 static bool isREVMask(ArrayRef<int> M, unsigned EltSize, unsigned NumElts, in isREVMask() 229 unsigned EltSize = Ty.getScalarSizeInBits(); in matchREV() local 965 unsigned EltSize = MRI.getType(LHS).getScalarSizeInBits(); in lowerVectorFCMP() local
|
H A D | AArch64InstructionSelector.cpp | 2537 unsigned EltSize = DstTy.getElementType().getSizeInBits(); in select() local 3982 unsigned EltSize, const TargetRegisterClass *DstRC, Register Scalar, in emitScalarToVector() 4078 const unsigned EltSize) { in getLaneCopyOpcode() 4434 getInsertVecEltOpInfo(const RegisterBank &RB, unsigned EltSize) { in getInsertVecEltOpInfo() 5264 unsigned EltSize = MRI.getType(EltReg).getSizeInBits(); in emitLaneInsert() local 5360 unsigned EltSize = EltTy.getSizeInBits(); in selectInsertElt() local 5539 unsigned EltSize = EltTy.getSizeInBits(); in selectBuildVector() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 399 void DecodeEXTRQIMask(unsigned NumElts, unsigned EltSize, int Len, int Idx, in DecodeEXTRQIMask() 436 void DecodeINSERTQIMask(unsigned NumElts, unsigned EltSize, int Len, int Idx, in DecodeINSERTQIMask()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 831 unsigned NumElts, unsigned EltSize) { in isSequenceFromUnmerge() 853 unsigned EltSize = EltTy.getSizeInBits(); in tryCombineMergeLike() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 788 auto EltSize = DL.getTypeAllocSize(ET); in unpackLoadToAggregate() local 1310 auto EltSize = DL.getTypeAllocSize(AT->getElementType()); in unpackStoreToAggregate() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 582 inline static unsigned computeVLMAX(unsigned VectorBits, unsigned EltSize, in computeVLMAX()
|
H A D | RISCVTargetTransformInfo.cpp | 992 const unsigned EltSize = DL.getTypeSizeInBits(Ty->getElementType()); in getEstimatedVLFor() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | Loads.cpp | 269 APInt EltSize(DL.getIndexTypeSizeInBits(Ptr->getType()), in isDereferenceableAndAlignedInLoop() local
|
H A D | ConstantFolding.cpp | 474 uint64_t EltSize = DL.getTypeAllocSize(CS->getOperand(Index)->getType()); in ReadDataFromGlobal() local 513 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in ReadDataFromGlobal() local
|
H A D | ModuleSummaryAnalysis.cpp | 611 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in findFuncPointers() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 710 unsigned EltSize = Val->getScalarSizeInBits(); in getVectorInstrCost() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 4288 unsigned EltSize = MemIntr->getMemoryVT().getSizeInBits(); in matchVPTERNLOG() local 5958 unsigned EltSize = ValueSVT.getSizeInBits(); in Select() local 6054 unsigned EltSize = ValueSVT.getSizeInBits(); in Select() local
|