Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/Scalar/
HDScalarReplAggregates.cpp416 unsigned EltSize = In->getPrimitiveSizeInBits()/8; in MergeInTypeForLoadOrStore() local
781 unsigned EltSize = TD.getTypeAllocSizeInBits(VTy->getElementType()); in ConvertScalar_ExtractValue() local
821 uint64_t EltSize = TD.getTypeAllocSizeInBits(AT->getElementType()); in ConvertScalar_ExtractValue() local
917 uint64_t EltSize = TD.getTypeAllocSizeInBits(EltTy); in ConvertScalar_InsertValue() local
949 uint64_t EltSize = TD.getTypeAllocSizeInBits(AT->getElementType()); in ConvertScalar_InsertValue() local
1833 uint64_t EltSize; in TypeHasComponent() local
2021 uint64_t EltSize = TD->getTypeAllocSize(T); in FindElementAndOffset() local
2029 uint64_t EltSize = TD->getTypeAllocSize(T); in FindElementAndOffset() local
2121 uint64_t EltSize = TD->getTypeAllocSize(IdxTy) - NewOffset; in RewriteLifetimeIntrinsic() local
2137 uint64_t EltSize = TD->getTypeAllocSize(IdxTy); in RewriteLifetimeIntrinsic() local
[all …]
/trueos/contrib/llvm/lib/CodeGen/
HDAnalysis.cpp92 uint64_t EltSize = TLI.getDataLayout()->getTypeAllocSize(EltTy); in ComputeValueVTs() local
/trueos/contrib/llvm/lib/Analysis/
HDConstantFolding.cpp319 uint64_t EltSize = TD.getTypeAllocSize(CS->getOperand(Index)->getType()); in ReadDataFromGlobal() local
350 uint64_t EltSize = TD.getTypeAllocSize(EltTy); in ReadDataFromGlobal() local
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypes.cpp980 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size. in GetVectorElementPointer() local
HDLegalizeDAG.cpp611 unsigned EltSize = EltVT.getSizeInBits()/8; in PerformInsertVectorEltInMemory() local
1392 unsigned EltSize = in ExpandExtractFromVectorThroughStack() local
1430 unsigned EltSize = in ExpandInsertToVectorThroughStack() local
HDSelectionDAG.cpp122 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllOnes() local
HDDAGCombiner.cpp10517 unsigned EltSize = (unsigned)TD.getTypeAllocSize(Elts[0]->getType()); in SimplifySelectCC() local
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp1317 int EltSize = N->getConstantOperandVal(1); in Select() local
HDPPCISelLowering.cpp830 bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) { in isSplatShuffleMask()
875 unsigned PPC::getVSPLTImmediate(SDNode *N, unsigned EltSize) { in getVSPLTImmediate()
892 unsigned EltSize = 16/N->getNumOperands(); in get_VSPLTI_elt() local
5276 SDValue EltSize = DAG.getConstant(Size, MVT::i32); in LowerBUILD_VECTOR() local
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDTargetInfo.cpp1595 uint64_t EltSize = getContext().getTypeSize(AT->getElementType()); in classify() local
1866 unsigned EltSize = (unsigned)Context.getTypeSize(AT->getElementType()); in BitsContainNoUserData() local
1955 unsigned EltSize = TD.getTypeAllocSize(EltTy); in ContainsFloatAtOffset() local
2044 unsigned EltSize = getDataLayout().getTypeAllocSize(EltTy); in GetINTEGERTypeAtOffset() local
HDCGBuiltin.cpp1671 int EltSize = VTy->getScalarSizeInBits(); in EmitNeonRShiftImm() local
/trueos/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.cpp4875 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerBUILD_VECTOR() local
5164 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isShuffleMaskLegal() local
5314 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerVECTOR_SHUFFLE() local
5530 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isExtendedBUILD_VECTOR() local
5657 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2; in SkipExtensionForVMULL() local
9557 unsigned EltSize = Op.getValueType().getVectorElementType().getSizeInBits(); in PerformVDUPLANECombine() local
/trueos/contrib/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp4031 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerBUILD_VECTOR() local
4220 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerVECTOR_SHUFFLE() local
/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp814 uint64_t EltSize = TD->getTypeAllocSize(AT->getElementType()); in FindElementAtOffset() local
/trueos/contrib/llvm/lib/Target/Mips/
HDMipsSEISelLowering.cpp755 unsigned EltSize = Ty.getVectorElementType().getSizeInBits(); in performDSPShiftCombine() local
/trueos/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp1414 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in resetOperationActions() local
3729 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isSHUFPMask() local
4158 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isPermImmMask() local
4202 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isVPERMILPMask() local
4475 unsigned EltSize = VT.is512BitVector() ? 1 : in getShufflePALIGNRImmediate() local
16503 unsigned EltSize = in PerformEXTRACT_VECTOR_ELTCombine() local
/trueos/contrib/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp715 uint32_t EltSize = MS.TD->getTypeSizeInBits(VT->getElementType()); in getShadowTy() local
/trueos/contrib/llvm/lib/Transforms/IPO/
HDGlobalOpt.cpp519 uint64_t EltSize = TD.getTypeAllocSize(STy->getElementType()); in SRAGlobal() local
/trueos/contrib/llvm/lib/IR/
HDConstants.cpp2548 unsigned EltSize = getElementByteSize(); in getSplatValue() local
/trueos/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp1528 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in EvalAndBitcastToAPInt() local
5308 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in VisitCastExpr() local