Searched refs:ResVec (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 210 Value *ResVec = B.CreateInsertElement(VecPhi, Elt, Idx); in createTileLoadStoreLoops() local 211 VecPhi->addIncoming(ResVec, ColLoopLatch); in createTileLoadStoreLoops() 212 VecCPhiRowLoop->addIncoming(ResVec, RowLatch); in createTileLoadStoreLoops() 214 return ResVec; in createTileLoadStoreLoops() 489 Value *ResVec = createTileDPLoops<IntrID>(Start, End, Builder, M, NDWord, in lowerTileDP() local 495 Builder.CreateBitCast(ResVec, Type::getX86_AMXTy(Builder.getContext())); in lowerTileDP() 501 I->replaceAllUsesWith(ResVec); in lowerTileDP() 531 Value *ResVec = createTileLoadStoreLoops<IsTileLoad>( in lowerTileLoadStore() local 539 Builder.CreateBitCast(ResVec, Type::getX86_AMXTy(Builder.getContext())); in lowerTileLoadStore() 545 I->replaceAllUsesWith(ResVec); in lowerTileLoadStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 6394 SDValue ResVec = DAG.getUNDEF(ResVT); in PromoteIntOp_CONCAT_VECTORS() local 6399 ResVec = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResVT, ResVec, Op, in PromoteIntOp_CONCAT_VECTORS() 6403 return ResVec; in PromoteIntOp_CONCAT_VECTORS()
|