Searched refs:LLTy (Results 1 – 4 of 4) sorted by relevance
250 LLT LLTy = MRI.getType(DstRegs[0]); in mergeVectorRegsToResultRegs() local254 LLT LCMTy = getLCMType(LLTy, PartLLT); in mergeVectorRegsToResultRegs()255 if (LCMTy == LLTy) { in mergeVectorRegsToResultRegs()287 int NumDst = LCMTy.getSizeInBits() / LLTy.getSizeInBits(); in mergeVectorRegsToResultRegs()294 PadDstRegs[I] = MRI.createGenericVirtualRegister(LLTy); in mergeVectorRegsToResultRegs()304 ArrayRef<Register> Regs, LLT LLTy, LLT PartLLT, in buildCopyFromRegs() argument308 if (PartLLT == LLTy) { in buildCopyFromRegs()315 if (PartLLT.getSizeInBits() == LLTy.getSizeInBits() && OrigRegs.size() == 1 && in buildCopyFromRegs()323 if (PartLLT.isVector() == LLTy.isVector() && in buildCopyFromRegs()324 PartLLT.getScalarSizeInBits() > LLTy.getScalarSizeInBits() && in buildCopyFromRegs()[all …]
714 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local715 unsigned Size = LLTy.getSizeInBits(); in libcall()754 Type *HLTy = getFloatTypeForLLT(Ctx, LLTy); in libcall()756 LLVM_DEBUG(dbgs() << "No libcall available for type " << LLTy << ".\n"); in libcall()
1980 llvm::Type *LLTy = CGT.ConvertTypeForMem(Type); in addFieldToArgStruct() local1982 LLTy = LLTy->getPointerTo(0); in addFieldToArgStruct()1983 FrameFields.push_back(LLTy); in addFieldToArgStruct()4248 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local4249 if (LLTy->isPointerTy() || LLTy->isIntegerTy()) in classify()
1246 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap() local1247 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()