Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp214 Value *ResVec = B.CreateInsertElement(VecPhi, Elt, Idx); in createTileLoadStoreLoops() local
215 VecPhi->addIncoming(ResVec, ColLoopLatch); in createTileLoadStoreLoops()
216 VecCPhiRowLoop->addIncoming(ResVec, RowLatch); in createTileLoadStoreLoops()
218 return ResVec; in createTileLoadStoreLoops()
493 Value *ResVec = createTileDPLoops<IntrID>(Start, End, Builder, M, NDWord, in lowerTileDP() local
499 Builder.CreateBitCast(ResVec, Type::getX86_AMXTy(Builder.getContext())); in lowerTileDP()
505 I->replaceAllUsesWith(ResVec); in lowerTileDP()
535 Value *ResVec = createTileLoadStoreLoops<IsTileLoad>( in lowerTileLoadStore() local
543 Builder.CreateBitCast(ResVec, Type::getX86_AMXTy(Builder.getContext())); in lowerTileLoadStore()
550 I->replaceAllUsesWith(ResVec); in lowerTileLoadStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4923 SDValue ResVec = DAG.getUNDEF(ResVT); in PromoteIntOp_CONCAT_VECTORS() local
4928 ResVec = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResVT, ResVec, Op, in PromoteIntOp_CONCAT_VECTORS()
4932 return ResVec; in PromoteIntOp_CONCAT_VECTORS()