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

/freebsd-current/contrib/llvm-project/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.cpp323 auto ConstVec = local
326 return getOrCreateIntCompositeOrNull(Val, I, SpvType, TII, ConstVec, BW,
393 auto ConstVec = local
397 ConstVec, BW,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1014 auto *ConstVec = dyn_cast<Constant>(VecIns->getArgOperand(1));
1015 if (!ConstVec)
1018 auto *VecTy = dyn_cast<FixedVectorType>(ConstVec->getType());
1028 auto *Arg = dyn_cast<ConstantInt>(ConstVec->getAggregateElement(I));
H A DAArch64ISelLowering.cpp17345 SDValue ConstVec = Op->getOperand(1);
17346 if (!isa<BuildVectorSDNode>(ConstVec))
17365 BuildVectorSDNode *BV = cast<BuildVectorSDNode>(ConstVec);
17413 SDValue ConstVec = N->getOperand(1);
17414 if (!isa<BuildVectorSDNode>(ConstVec))
17432 BuildVectorSDNode *BV = cast<BuildVectorSDNode>(ConstVec);
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7603 SmallVector<Constant *, 4> ConstVec; local
7607 ConstVec.push_back(Val);
7609 ConstVec.push_back(UndefVal);
7611 return ConstantVector::get(ConstVec);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16892 SDValue ConstVec = Op->getOperand(1);
16893 if (!isa<BuildVectorSDNode>(ConstVec))
16910 BuildVectorSDNode *BV = cast<BuildVectorSDNode>(ConstVec);
17033 SDValue ConstVec = N->getOperand(1);
17034 if (!isa<BuildVectorSDNode>(ConstVec))
17051 BuildVectorSDNode *BV = cast<BuildVectorSDNode>(ConstVec);

Completed in 429 milliseconds