Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILCBufferAccess.cpp130 unsigned int CurrentRow = TargetOffset / hlsl::CBufferRowSizeInBytes; in loadValue() local
136 {Handle, ConstantInt::get(Builder.getInt32Ty(), CurrentRow)}, nullptr, in loadValue()
167 {Handle, ConstantInt::get(Builder.getInt32Ty(), ++CurrentRow)}, in loadValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp172 Value *CurrentRow = &*RowLoopHeader->begin(); in createTileLoadStoreLoops() local
181 Value *CurrentRowZExt = B.CreateZExt(CurrentRow, Stride->getType()); in createTileLoadStoreLoops()
186 Value *Idx = B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileLoadStoreLoops()
294 Value *CurrentRow = &*RowLoopHeader->begin(); in createTileDPLoops() local
341 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileDPLoops()
354 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentInner); in createTileDPLoops()