Searched refs:LLTy (Results 1 – 5 of 5) sorted by relevance
300 LLT LLTy = MRI.getType(DstRegs[0]); in mergeVectorRegsToResultRegs() local304 LLT LCMTy = getCoverTy(LLTy, PartLLT); in mergeVectorRegsToResultRegs()305 if (LCMTy == LLTy) { in mergeVectorRegsToResultRegs()348 if (PartLLT == LLTy) { in buildCopyFromRegs()363 if (PartLLT.isVector() == LLTy.isVector() && in buildCopyFromRegs()392 if (!LLTy.isVector() && !PartLLT.isVector()) { in buildCopyFromRegs()415 if (PartLLT.getSizeInBits() > LLTy.getSizeInBits() && in buildCopyFromRegs()428 LLT GCDTy = getGCDType(LLTy, PartLLT); in buildCopyFromRegs()441 assert(LLTy.isVector() && !PartLLT.isVector()); in buildCopyFromRegs()443 LLT DstEltTy = LLTy.getElementType(); in buildCopyFromRegs()[all …]
1018 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local1019 unsigned Size = LLTy.getSizeInBits(); in libcall()1050 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local1051 unsigned Size = LLTy.getSizeInBits(); in libcall()1052 Type *HLTy = getFloatTypeForLLT(Ctx, LLTy); in libcall()1054 LLVM_DEBUG(dbgs() << "No libcall available for type " << LLTy << ".\n"); in libcall()1063 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local1064 unsigned Size = LLTy.getSizeInBits(); in libcall()1065 Type *HLTy = getFloatTypeForLLT(Ctx, LLTy); in libcall()1069 LLVM_DEBUG(dbgs() << "No libcall available for type " << LLTy << ".\n"); in libcall()
152 LLT LLTy = LLT::scalar(32); in getOrCreateConstIntReg() local153 Res = CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateConstIntReg()212 LLT LLTy = LLT::scalar(EmitIR ? BitWidth : 32); in buildConstantInt() local213 Res = MF.getRegInfo().createGenericVirtualRegister(LLTy); in buildConstantInt()286 LLT LLTy = LLT::scalar(32); in getOrCreateIntCompositeOrNull() local288 CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateIntCompositeOrNull()360 CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateIntCompositeOrNull()428 LLT LLTy = LLT::pointer(LLVMPtrTy->getAddressSpace(), PointerSize); in getOrCreateConstNullPtr() local429 Res = CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateConstNullPtr()1168 LLT LLTy = LLT::scalar(32); in getOrCreateUndef() local[all …]
985 llvm::Type *LLTy = CGT.ConvertTypeForMem(Type); in addFieldToArgStruct() local987 LLTy = llvm::PointerType::getUnqual(getVMContext()); in addFieldToArgStruct()988 FrameFields.push_back(LLTy); in addFieldToArgStruct()3274 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local3275 if (LLTy->isPointerTy() || LLTy->isIntegerTy()) in classify()
929 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap() local930 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()