Searched refs:ResVec (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 212 Value *ResVec = B.CreateInsertElement(VecPhi, Elt, Idx); in createTileLoadStoreLoops() local 213 VecPhi->addIncoming(ResVec, ColLoopLatch); in createTileLoadStoreLoops() 214 VecCPhiRowLoop->addIncoming(ResVec, RowLatch); in createTileLoadStoreLoops() 216 return ResVec; in createTileLoadStoreLoops() 491 Value *ResVec = createTileDPLoops<IntrID>(Start, End, Builder, M, NDWord, in lowerTileDP() local 497 Builder.CreateBitCast(ResVec, Type::getX86_AMXTy(Builder.getContext())); in lowerTileDP() 503 I->replaceAllUsesWith(ResVec); in lowerTileDP() 533 Value *ResVec = createTileLoadStoreLoops<IsTileLoad>( in lowerTileLoadStore() local 541 Builder.CreateBitCast(ResVec, Type::getX86_AMXTy(Builder.getContext())); in lowerTileLoadStore() 547 I->replaceAllUsesWith(ResVec); in lowerTileLoadStore()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 6117 SDValue ResVec = DAG.getUNDEF(ResVT); in PromoteIntOp_CONCAT_VECTORS() local 6122 ResVec = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResVT, ResVec, Op, in PromoteIntOp_CONCAT_VECTORS() 6126 return ResVec; in PromoteIntOp_CONCAT_VECTORS()
|