| /external/llvm/lib/Target/AMDGPU/ |
| D | SILoadStoreOptimizer.cpp | 159 unsigned EltSize){ in findMatchingDSInst() 195 unsigned EltSize) { in mergeRead2Pair() 290 unsigned EltSize) { in mergeWrite2Pair()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | Analysis.cpp | 102 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in ComputeValueVTs() local 142 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in computeValueLLTs() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUTargetTransformInfo.cpp | 556 unsigned EltSize in getVectorInstrCost() local 951 unsigned EltSize in getVectorInstrCost() local
|
| D | SIRegisterInfo.cpp | 636 const unsigned EltSize = 4; in buildSpillLoadStore() local 774 unsigned EltSize = 4; in spillSGPR() local 878 unsigned EltSize = 4; in restoreSGPR() local
|
| D | AMDGPULegalizerInfo.cpp | 102 const int EltSize = EltTy.getSizeInBits(); in moreEltsToNext32Bit() local 139 const int EltSize = Ty.getElementType().getSizeInBits(); in isRegisterType() local 807 unsigned EltSize = EltTy.getSizeInBits(); in AMDGPULegalizerInfo() local
|
| D | AMDGPURegisterBankInfo.cpp | 1368 int EltSize = Ty.getScalarSizeInBits(); in selectStoreIntrinsic() local 2672 unsigned EltSize = getSizeInBits(MI.getOperand(2).getReg(), MRI, *TRI); in getInstrMapping() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64InstructionSelector.cpp | 1566 unsigned EltSize = DstTy.getElementType().getSizeInBits(); in select() local 2779 unsigned EltSize, const TargetRegisterClass *DstRC, Register Scalar, in emitScalarToVector() 2876 const unsigned EltSize) { in getLaneCopyOpcode() 3208 getInsertVecEltOpInfo(const RegisterBank &RB, unsigned EltSize) { in getInsertVecEltOpInfo() 3876 unsigned EltSize = MRI.getType(EltReg).getSizeInBits(); in emitLaneInsert() local 3907 unsigned EltSize = EltTy.getSizeInBits(); in selectInsertElt() local 3978 unsigned EltSize = EltTy.getSizeInBits(); in selectBuildVector() local
|
| D | AArch64StackTagging.cpp | 258 uint32_t EltSize = DL->getTypeSizeInBits(EltTy); in flatten() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 583 auto EltSize = DL.getTypeAllocSize(ET); in unpackLoadToAggregate() local 1085 auto EltSize = DL.getTypeAllocSize(AT->getElementType()); in unpackStoreToAggregate() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/ |
| D | X86ShuffleDecode.cpp | 415 void DecodeEXTRQIMask(unsigned NumElts, unsigned EltSize, int Len, int Idx, in DecodeEXTRQIMask() 452 void DecodeINSERTQIMask(unsigned NumElts, unsigned EltSize, int Len, int Idx, in DecodeINSERTQIMask()
|
| /external/llvm/lib/Target/X86/Utils/ |
| D | X86ShuffleDecode.cpp | 515 unsigned EltSize = VT.getScalarSizeInBits(); in DecodeVPERMILPMask() local 533 unsigned EltSize = VT.getScalarSizeInBits(); in DecodeVPERMIL2PMask() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | Loads.cpp | 203 APInt EltSize(DL.getIndexTypeSizeInBits(Ptr->getType()), in isDereferenceableAndAlignedInLoop() local
|
| D | ConstantFolding.cpp | 433 uint64_t EltSize = DL.getTypeAllocSize(CS->getOperand(Index)->getType()); in ReadDataFromGlobal() local 464 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in ReadDataFromGlobal() local
|
| D | ModuleSummaryAnalysis.cpp | 520 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in findFuncPointers() local
|
| /external/llvm/lib/CodeGen/ |
| D | Analysis.cpp | 103 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in ComputeValueVTs() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 727 auto EltSize = DL.getTypeAllocSize(ET); in unpackLoadToAggregate() local 1254 auto EltSize = DL.getTypeAllocSize(AT->getElementType()); in unpackStoreToAggregate() local
|
| /external/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 339 uint64_t EltSize = DL.getTypeAllocSize(CS->getOperand(Index)->getType()); in ReadDataFromGlobal() local 370 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in ReadDataFromGlobal() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCTargetTransformInfo.cpp | 788 unsigned EltSize = Val->getScalarSizeInBits(); in getVectorInstrCost() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.cpp | 2465 unsigned EltSize = Size / NElts; in LowerBUILD_VECTOR() local 2602 int EltSize = EltVT.getSizeInBits(); in LowerEXTRACT_VECTOR() local 2677 int EltSize = EltVT.getSizeInBits(); in LowerINSERT_VECTOR() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeTypes.cpp | 1029 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size. in GetVectorElementPointer() local
|
| D | LegalizeDAG.cpp | 344 unsigned EltSize = EltVT.getSizeInBits()/8; in PerformInsertVectorEltInMemory() local 1224 unsigned EltSize = in ExpandExtractFromVectorThroughStack() local 1277 unsigned EltSize = in ExpandInsertToVectorThroughStack() local
|
| /external/clang/lib/CodeGen/ |
| D | TargetInfo.cpp | 2511 uint64_t EltSize = getContext().getTypeSize(AT->getElementType()); in classify() local 2778 unsigned EltSize = (unsigned)Context.getTypeSize(AT->getElementType()); in BitsContainNoUserData() local 2866 unsigned EltSize = TD.getTypeAllocSize(EltTy); in ContainsFloatAtOffset() local 2955 unsigned EltSize = getDataLayout().getTypeAllocSize(EltTy); in GetINTEGERTypeAtOffset() local 4350 CharUnits EltSize = TypeInfo.first / 2; in EmitVAArg() local
|
| /external/llvm/lib/IR/ |
| D | AutoUpgrade.cpp | 380 unsigned EltSize = Idx->getScalarSizeInBits(); in UpgradeIntrinsicFunction1() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 54 unsigned EltSize = OrigTy.getScalarSizeInBits(); in getNarrowTypeBreakDown() local 150 unsigned EltSize = MainTy.getScalarSizeInBits(); in extractParts() local 2365 const unsigned EltSize = EltTy.getSizeInBits(); in fewerElementsVectorBasic() local
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 5739 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerBUILD_VECTOR() local 6087 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isShuffleMaskLegal() local 6230 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerVECTOR_SHUFFLE() local 6470 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isExtendedBUILD_VECTOR() local 6598 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2; in SkipExtensionForVMULL() local 10208 unsigned EltSize = Op.getValueType().getVectorElementType().getSizeInBits(); in PerformVDUPLANECombine() local
|