Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp331 LLT PartLLT = MRI.getType(SrcRegs[0]); in mergeVectorRegsToResultRegs() local
334 LLT LCMTy = getCoverTy(LLTy, PartLLT); in mergeVectorRegsToResultRegs()
344 if (LCMTy != PartLLT) { in mergeVectorRegsToResultRegs()
374 ArrayRef<Register> Regs, LLT LLTy, LLT PartLLT, in buildCopyFromRegs() argument
378 if (PartLLT == LLTy) { in buildCopyFromRegs()
385 if (PartLLT.getSizeInBits() == LLTy.getSizeInBits() && OrigRegs.size() == 1 && in buildCopyFromRegs()
393 if (PartLLT.isVector() == LLTy.isVector() && in buildCopyFromRegs()
394 PartLLT.getScalarSizeInBits() > LLTy.getScalarSizeInBits() && in buildCopyFromRegs()
395 (!PartLLT.isVector() || in buildCopyFromRegs()
396 PartLLT.getElementCount() == LLTy.getElementCount()) && in buildCopyFromRegs()
[all …]