Searched refs:FirstElt (Results 1 – 6 of 6) sorted by relevance
55 const MCRegisterCostEntry *FirstElt = in initialize() local57 addRegisterFile(ArrayRef<MCRegisterCostEntry>(FirstElt, Length), in initialize()
1056 llvm::Type *FirstElt = SrcSTy->getElementType(0); in EnterStructPointerForCoercedAccess() local1063 CGF.CGM.getDataLayout().getTypeStoreSize(FirstElt); in EnterStructPointerForCoercedAccess()
5853 ConstantSDNode *FirstElt = dyn_cast<ConstantSDNode>(Bvec->getOperand(0)); in isAllConstantBuildVector() local5854 if (!FirstElt) in isAllConstantBuildVector()5859 if (dyn_cast<ConstantSDNode>(Bvec->getOperand(i)) != FirstElt) in isAllConstantBuildVector()5861 ConstVal = FirstElt->getZExtValue(); in isAllConstantBuildVector()
6776 ConstantSDNode *FirstElt = dyn_cast<ConstantSDNode>(Bvec->getOperand(0)); in isAllConstantBuildVector() local6777 if (!FirstElt) in isAllConstantBuildVector()6782 if (dyn_cast<ConstantSDNode>(Bvec->getOperand(i)) != FirstElt) in isAllConstantBuildVector()6784 ConstVal = FirstElt->getZExtValue(); in isAllConstantBuildVector()
13385 unsigned FirstElt = SVN->getMaskElt(Begin) / NumElemsPerConcat; in partitionShuffleOfConcats() local13386 if (FirstElt < N0.getNumOperands()) in partitionShuffleOfConcats()13387 Ops.push_back(N0.getOperand(FirstElt)); in partitionShuffleOfConcats()13389 Ops.push_back(N1.getOperand(FirstElt - N0.getNumOperands())); in partitionShuffleOfConcats()
16576 unsigned FirstElt = SVN->getMaskElt(Begin) / NumElemsPerConcat; in partitionShuffleOfConcats() local16577 if (FirstElt < N0.getNumOperands()) in partitionShuffleOfConcats()16578 Ops.push_back(N0.getOperand(FirstElt)); in partitionShuffleOfConcats()16580 Ops.push_back(N1.getOperand(FirstElt - N0.getNumOperands())); in partitionShuffleOfConcats()