Searched refs:VecC (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 302 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 D | X86ISelLowering.cpp | 7377 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 D | InstructionSimplify.cpp | 5161 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 D | DAGCombiner.cpp | 27166 SDValue VecC = in SimplifyVBinOp() local 27169 return DAG.getNode(ISD::INSERT_SUBVECTOR, DL, VT, VecC, NarrowBO, Z); in SimplifyVBinOp()
|