Home
last modified time | relevance | path

Searched refs:VecC (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp302 Value *VecC = BitCastAcc->getOperand(0); in createTileDPLoops() local
303 assert(isV256I32Ty(VecC->getType()) && "bitcast from non-v256i32 to x86amx"); in createTileDPLoops()
322 VecCPhiRowLoop->addIncoming(VecC, Start); in createTileDPLoops()
H A DX86ISelLowering.cpp7377 Constant *VecC = getConstantVector(VT, SplatValue, SplatBitSize, *Ctx); in lowerBuildVectorAsBroadcast() local
7378 SDValue VCP = DAG.getConstantPool(VecC, PVT); in lowerBuildVectorAsBroadcast()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5161 auto *VecC = dyn_cast<Constant>(Vec); in simplifyInsertElementInst() local
5164 if (VecC && ValC && IdxC) in simplifyInsertElementInst()
5165 return ConstantExpr::getInsertElement(VecC, ValC, IdxC); in simplifyInsertElementInst()
5487 SmallVector<Constant *, 16> VecC(MaskNumElts, C); in simplifyShuffleVectorInst() local
5490 VecC[i] = PoisonValue::get(C->getType()); in simplifyShuffleVectorInst()
5491 return ConstantVector::get(VecC); in simplifyShuffleVectorInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27166 SDValue VecC = in SimplifyVBinOp() local
27169 return DAG.getNode(ISD::INSERT_SUBVECTOR, DL, VT, VecC, NarrowBO, Z); in SimplifyVBinOp()