Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp308 Value *VecA = BitCastLHS->getOperand(0); in createTileDPLoops() local
309 assert(isV256I32Ty(VecA->getType()) && "bitcast from non-v256i32 to x86amx"); in createTileDPLoops()
379 Value *EltA = B.CreateExtractElement(VecA, IdxA); in createTileDPLoops()
435 Value *EltA = B.CreateExtractElement(VecA, IdxA); in createTileDPLoops()