Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuilder.h217 CharUnits EltSize = variable
236 CharUnits EltSize = CharUnits::fromQuantity(DL.getTypeAllocSize(ElTy)); variable
252 CharUnits EltSize = variable
267 CharUnits EltSize = variable
H A DCGNonTrivialStruct.cpp196 CharUnits EltSize = Ctx.getTypeSizeInChars(EltTy); in visitArray() local
398 CharUnits EltSize = Ctx.getTypeSizeInChars(EltQT); in visitArray() local
H A DTargetInfo.cpp419 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 DCBufferDataLayout.cpp81 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 DR600TargetTransformInfo.cpp117 unsigned EltSize = in getVectorInstrCost() local
H A DAMDGPULegalizerInfo.cpp73 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 DSIRegisterInfo.cpp99 unsigned EltSize = 4; member
1271 unsigned EltSize) { in getFlatScratchSpillOpcode()
1333 unsigned EltSize = (IsFlat && !IsAGPR) ? std::min(RegWidth, 16u) : 4u; in buildSpillLoadStore() local
H A DAMDGPURegisterBankInfo.cpp1031 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 DAMDGPUTargetTransformInfo.cpp799 unsigned EltSize in getVectorInstrCost() local
H A DSIInstrInfo.cpp340 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 DAnalysis.cpp104 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 DAArch64TargetTransformInfo.h311 unsigned EltSize = DataTypeTy->getElementType()->getScalarSizeInBits(); in isLegalNTStoreLoad() local
H A DAArch64StackTagging.cpp280 uint32_t EltSize = DL->getTypeSizeInBits(EltTy); in flatten() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp70 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 DAArch64InstructionSelector.cpp2537 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 DX86ShuffleDecode.cpp399 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 DLegalizationArtifactCombiner.h831 unsigned NumElts, unsigned EltSize) { in isSequenceFromUnmerge()
853 unsigned EltSize = EltTy.getSizeInBits(); in tryCombineMergeLike() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp788 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 DRISCVISelLowering.h582 inline static unsigned computeVLMAX(unsigned VectorBits, unsigned EltSize, in computeVLMAX()
H A DRISCVTargetTransformInfo.cpp992 const unsigned EltSize = DL.getTypeSizeInBits(Ty->getElementType()); in getEstimatedVLFor() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoads.cpp269 APInt EltSize(DL.getIndexTypeSizeInBits(Ptr->getType()), in isDereferenceableAndAlignedInLoop() local
H A DConstantFolding.cpp474 uint64_t EltSize = DL.getTypeAllocSize(CS->getOperand(Index)->getType()); in ReadDataFromGlobal() local
513 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in ReadDataFromGlobal() local
H A DModuleSummaryAnalysis.cpp611 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in findFuncPointers() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp710 unsigned EltSize = Val->getScalarSizeInBits(); in getVectorInstrCost() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4288 unsigned EltSize = MemIntr->getMemoryVT().getSizeInBits(); in matchVPTERNLOG() local
5958 unsigned EltSize = ValueSVT.getSizeInBits(); in Select() local
6054 unsigned EltSize = ValueSVT.getSizeInBits(); in Select() local

123