Searched refs:ConstVec (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp240 Constant *ConstVec = ConstantVector::getSplat(VecElemCount, ConstInt); local
241 Value *NewVec = new ShuffleVectorInst(Inst, PVal, ConstVec, "", CI);
H A DSPIRVPreLegalizer.cpp63 if (auto *ConstVec = dyn_cast<ConstantDataVector>(Const)) {
67 for (unsigned i = 0; i < ConstVec->getNumElements(); ++i)
68 GR->add(ConstVec->getElementAsConstant(i), &MF,
H A DSPIRVGlobalRegistry.cpp298 auto ConstVec = local
301 return getOrCreateIntCompositeOrNull(Val, I, SpvType, TII, ConstVec, BW,
367 auto ConstVec = local
371 ConstVec, BW,
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp762 auto *ConstVec = dyn_cast<Constant>(VecIns->getArgOperand(1));
763 if (!ConstVec)
766 auto *VecTy = dyn_cast<FixedVectorType>(ConstVec->getType());
776 auto *Arg = dyn_cast<ConstantInt>(ConstVec->getAggregateElement(I));
H A DAArch64ISelLowering.cpp15830 SDValue ConstVec = Op->getOperand(1);
15831 if (!isa<BuildVectorSDNode>(ConstVec))
15850 BuildVectorSDNode *BV = cast<BuildVectorSDNode>(ConstVec);
15898 SDValue ConstVec = N->getOperand(1);
15899 if (!isa<BuildVectorSDNode>(ConstVec))
15917 BuildVectorSDNode *BV = cast<BuildVectorSDNode>(ConstVec);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7441 SmallVector<Constant *, 4> ConstVec; local
7445 ConstVec.push_back(Val);
7447 ConstVec.push_back(UndefVal);
7449 return ConstantVector::get(ConstVec);
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16777 SDValue ConstVec = Op->getOperand(1);
16778 if (!isa<BuildVectorSDNode>(ConstVec))
16795 BuildVectorSDNode *BV = cast<BuildVectorSDNode>(ConstVec);
16878 SDValue ConstVec = N->getOperand(1);
16879 if (!isa<BuildVectorSDNode>(ConstVec))
16896 BuildVectorSDNode *BV = cast<BuildVectorSDNode>(ConstVec);

Completed in 312 milliseconds