Searched refs:LLTy (Results 1 – 5 of 5) sorted by relevance
278 LLT LLTy = MRI.getType(DstRegs[0]); in mergeVectorRegsToResultRegs() local282 LLT LCMTy = getCoverTy(LLTy, PartLLT); in mergeVectorRegsToResultRegs()283 if (LCMTy == LLTy) { in mergeVectorRegsToResultRegs()310 PadDstRegs[I] = MRI.createGenericVirtualRegister(LLTy); in mergeVectorRegsToResultRegs()326 if (PartLLT == LLTy) { in buildCopyFromRegs()341 if (PartLLT.isVector() == LLTy.isVector() && in buildCopyFromRegs()370 if (!LLTy.isVector() && !PartLLT.isVector()) { in buildCopyFromRegs()392 if (PartLLT.getSizeInBits() > LLTy.getSizeInBits() && in buildCopyFromRegs()405 LLT GCDTy = getGCDType(LLTy, PartLLT); in buildCopyFromRegs()418 assert(LLTy.isVector() && !PartLLT.isVector()); in buildCopyFromRegs()[all …]
791 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local792 unsigned Size = LLTy.getSizeInBits(); in libcall()831 Type *HLTy = getFloatTypeForLLT(Ctx, LLTy); in libcall()833 LLVM_DEBUG(dbgs() << "No libcall available for type " << LLTy << ".\n"); in libcall()
133 LLT LLTy = LLT::scalar(32); in getOrCreateConstIntReg() local134 Res = CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateConstIntReg()192 LLT LLTy = LLT::scalar(EmitIR ? BitWidth : 32); in buildConstantInt() local193 Res = MF.getRegInfo().createGenericVirtualRegister(LLTy); in buildConstantInt()269 LLT LLTy = LLT::scalar(32); in getOrCreateConsIntVector() local271 CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateConsIntVector()799 LLT LLTy = LLT::scalar(32); in getOrCreateUndef() local800 Res = CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateUndef()
2033 llvm::Type *LLTy = CGT.ConvertTypeForMem(Type); in addFieldToArgStruct() local2035 LLTy = LLTy->getPointerTo(0); in addFieldToArgStruct()2036 FrameFields.push_back(LLTy); in addFieldToArgStruct()4348 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local4349 if (LLTy->isPointerTy() || LLTy->isIntegerTy()) in classify()
1250 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap() local1251 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()