| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | SILoadStoreOptimizer.cpp | 163 unsigned EltSize){ in findMatchingDSInst() 210 unsigned EltSize) { in mergeRead2Pair() 305 unsigned EltSize) { in mergeWrite2Pair()
|
| HD | AMDGPUISelLowering.cpp | 748 unsigned EltSize = TD.getTypeAllocSize(SeqTy->getElementType()); in LowerConstantInitializer() local 1368 unsigned EltSize = MemEltVT.getStoreSize(); in ScalarizeVectorStore() local
|
| HD | SIInstrInfo.cpp | 235 unsigned EltSize; in getMemOpBaseRegImmOfs() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | ScalarReplAggregates.cpp | 423 unsigned EltSize = In->getPrimitiveSizeInBits()/8; in MergeInTypeForLoadOrStore() local 788 unsigned EltSize = DL.getTypeAllocSizeInBits(VTy->getElementType()); in ConvertScalar_ExtractValue() local 828 uint64_t EltSize = DL.getTypeAllocSizeInBits(AT->getElementType()); in ConvertScalar_ExtractValue() local 925 uint64_t EltSize = DL.getTypeAllocSizeInBits(EltTy); in ConvertScalar_InsertValue() local 957 uint64_t EltSize = DL.getTypeAllocSizeInBits(AT->getElementType()); in ConvertScalar_InsertValue() local 1847 uint64_t EltSize; in TypeHasComponent() local 2037 uint64_t EltSize = DL.getTypeAllocSize(T); in FindElementAndOffset() local 2045 uint64_t EltSize = DL.getTypeAllocSize(T); in FindElementAndOffset() local 2140 uint64_t EltSize = DL.getTypeAllocSize(IdxTy) - NewOffset; in RewriteLifetimeIntrinsic() local 2156 uint64_t EltSize = DL.getTypeAllocSize(IdxTy); in RewriteLifetimeIntrinsic() local [all …]
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | Analysis.cpp | 102 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in ComputeValueVTs() local
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | ConstantFolding.cpp | 333 uint64_t EltSize = DL.getTypeAllocSize(CS->getOperand(Index)->getType()); in ReadDataFromGlobal() local 364 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in ReadDataFromGlobal() local
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonISelLowering.cpp | 1991 unsigned EltSize = Size / NElts; in LowerBUILD_VECTOR() local 2125 int EltSize = EltVT.getSizeInBits(); in LowerEXTRACT_VECTOR() local 2200 int EltSize = EltVT.getSizeInBits(); in LowerINSERT_VECTOR() local
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeTypes.cpp | 1012 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size. in GetVectorElementPointer() local
|
| HD | LegalizeDAG.cpp | 605 unsigned EltSize = EltVT.getSizeInBits()/8; in PerformInsertVectorEltInMemory() local 1450 unsigned EltSize = in ExpandExtractFromVectorThroughStack() local 1502 unsigned EltSize = in ExpandInsertToVectorThroughStack() local
|
| HD | SelectionDAG.cpp | 123 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllOnes() local 166 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllZeros() local
|
| HD | DAGCombiner.cpp | 13380 unsigned EltSize = (unsigned)TD.getTypeAllocSize(Elts[0]->getType()); in SimplifySelectCC() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | TargetInfo.cpp | 2027 uint64_t EltSize = getContext().getTypeSize(AT->getElementType()); in classify() local 2294 unsigned EltSize = (unsigned)Context.getTypeSize(AT->getElementType()); in BitsContainNoUserData() local 2382 unsigned EltSize = TD.getTypeAllocSize(EltTy); in ContainsFloatAtOffset() local 2471 unsigned EltSize = getDataLayout().getTypeAllocSize(EltTy); in GetINTEGERTypeAtOffset() local
|
| HD | CGBuiltin.cpp | 1956 int EltSize = VTy->getScalarSizeInBits(); in EmitNeonRShiftImm() local
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMISelLowering.cpp | 5319 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerBUILD_VECTOR() local 5609 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isShuffleMaskLegal() local 5752 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerVECTOR_SHUFFLE() local 5996 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isExtendedBUILD_VECTOR() local 6123 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2; in SkipExtensionForVMULL() local 9351 unsigned EltSize = Op.getValueType().getVectorElementType().getSizeInBits(); in PerformVDUPLANECombine() local
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCISelLowering.cpp | 1431 bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) { in isSplatShuffleMask() 1465 unsigned PPC::getVSPLTImmediate(SDNode *N, unsigned EltSize, in getVSPLTImmediate() 1486 unsigned EltSize = 16/N->getNumOperands(); in get_VSPLTI_elt() local 6935 SDValue EltSize = DAG.getConstant(SplatSize, dl, MVT::i32); in LowerBUILD_VECTOR() local
|
| HD | PPCISelDAGToDAG.cpp | 2951 int EltSize = N->getConstantOperandVal(1); in Select() local
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstructionCombining.cpp | 944 uint64_t EltSize = DL.getTypeAllocSize(AT->getElementType()); in FindElementAtOffset() local
|
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | GlobalOpt.cpp | 522 uint64_t EltSize = DL.getTypeAllocSize(STy->getElementType()); in SRAGlobal() local
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsSEISelLowering.cpp | 855 unsigned EltSize = Ty.getVectorElementType().getSizeInBits(); in performDSPShiftCombine() local
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64ISelLowering.cpp | 1785 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isExtendedBUILD_VECTOR() local 1812 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2; in skipExtensionForVectorMULL() local 6247 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerVectorSRA_SRL_SHL() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | MemorySanitizer.cpp | 856 uint32_t EltSize = DL.getTypeSizeInBits(VT->getElementType()); in getShadowTy() local
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Constants.cpp | 2817 unsigned EltSize = getElementByteSize(); in getSplatValue() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ExprConstant.cpp | 1589 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in EvalAndBitcastToAPInt() local 5571 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in VisitCastExpr() local
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 1452 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in X86TargetLowering() local 1547 const unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in X86TargetLowering() local 22006 unsigned EltSize = ElementType.getSizeInBits() / 8; in PerformEXTRACT_VECTOR_ELTCombine() local
|