Home
last modified time | relevance | path

Searched refs:ResVec (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp215 Value *ResVec = B.CreateInsertElement(VecPhi, Elt, Idx); in createTileLoadStoreLoops() local
216 VecPhi->addIncoming(ResVec, ColLoopLatch); in createTileLoadStoreLoops()
217 VecCPhiRowLoop->addIncoming(ResVec, RowLatch); in createTileLoadStoreLoops()
219 return ResVec; in createTileLoadStoreLoops()
494 Value *ResVec = createTileDPLoops<IntrID>(Start, End, Builder, M, NDWord, in lowerTileDP() local
500 Builder.CreateBitCast(ResVec, Type::getX86_AMXTy(Builder.getContext())); in lowerTileDP()
506 I->replaceAllUsesWith(ResVec); in lowerTileDP()
536 Value *ResVec = createTileLoadStoreLoops<IsTileLoad>( in lowerTileLoadStore() local
544 Builder.CreateBitCast(ResVec, Type::getX86_AMXTy(Builder.getContext())); in lowerTileLoadStore()
550 I->replaceAllUsesWith(ResVec); in lowerTileLoadStore()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp5548 SDValue ResVec = DAG.getUNDEF(ResVT); in PromoteIntOp_CONCAT_VECTORS() local
5553 ResVec = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResVT, ResVec, Op, in PromoteIntOp_CONCAT_VECTORS()
5557 return ResVec; in PromoteIntOp_CONCAT_VECTORS()