Searched refs:V256I32Ty (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 177 FixedVectorType *V256I32Ty = FixedVectorType::get(EltTy, 256); in createTileLoadStoreLoops() local 194 Value *VecZero = Constant::getNullValue(V256I32Ty); in createTileLoadStoreLoops() 195 PHINode *VecCPhiRowLoop = B.CreatePHI(V256I32Ty, 2, "vec.phi.row"); in createTileLoadStoreLoops() 202 PHINode *VecPhi = B.CreatePHI(V256I32Ty, 2, "vec.phi"); in createTileLoadStoreLoops() 300 FixedVectorType *V256I32Ty = FixedVectorType::get(B.getInt32Ty(), 256); in createTileDPLoops() local 321 PHINode *VecCPhiRowLoop = B.CreatePHI(V256I32Ty, 2, "vec.c.phi.row"); in createTileDPLoops() 323 Value *VecZero = Constant::getNullValue(V256I32Ty); in createTileDPLoops() 324 PHINode *VecDPhiRowLoop = B.CreatePHI(V256I32Ty, 2, "vec.d.phi.row"); in createTileDPLoops() 338 PHINode *VecCPhiColLoop = B.CreatePHI(V256I32Ty, 2, "vec.c.phi.col"); in createTileDPLoops() 340 PHINode *VecDPhiColLoop = B.CreatePHI(V256I32Ty, 2, "vec.d.phi.col"); in createTileDPLoops() [all …]
|
H A D | X86LowerAMXType.cpp | 460 Type *V256I32Ty = VectorType::get(Builder.getInt32Ty(), 256, false); in getAllocaPos() local 462 new AllocaInst(V256I32Ty, AllocaAS, "", F->getEntryBlock().begin()); in getAllocaPos()
|