Searched refs:LLTy (Results 1 – 4 of 4) sorted by relevance
260 LLT LLTy = MRI.getType(DstRegs[0]); in mergeVectorRegsToResultRegs() local264 LLT LCMTy = getLCMType(LLTy, PartLLT); in mergeVectorRegsToResultRegs()265 if (LCMTy == LLTy) { in mergeVectorRegsToResultRegs()297 int NumDst = LCMTy.getSizeInBits() / LLTy.getSizeInBits(); in mergeVectorRegsToResultRegs()304 PadDstRegs[I] = MRI.createGenericVirtualRegister(LLTy); in mergeVectorRegsToResultRegs()314 ArrayRef<Register> Regs, LLT LLTy, LLT PartLLT, in buildCopyFromRegs() argument318 if (PartLLT == LLTy) { in buildCopyFromRegs()325 if (PartLLT.getSizeInBits() == LLTy.getSizeInBits() && OrigRegs.size() == 1 && in buildCopyFromRegs()333 if (PartLLT.isVector() == LLTy.isVector() && in buildCopyFromRegs()334 PartLLT.getScalarSizeInBits() > LLTy.getScalarSizeInBits() && in buildCopyFromRegs()[all …]
672 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local673 unsigned Size = LLTy.getSizeInBits(); in libcall()712 Type *HLTy = getFloatTypeForLLT(Ctx, LLTy); in libcall()714 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()4240 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local4241 if (LLTy->isPointerTy() || LLTy->isIntegerTy()) in classify()
1233 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap() local1234 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()