Lines Matching refs:LLTy
178 LLT LLTy = LLT::scalar(32); in getOrCreateConstIntReg() local
179 Res = CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateConstIntReg()
215 LLT LLTy = LLT::scalar(32); in getOrCreateConstFloatReg() local
216 Res = CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateConstFloatReg()
312 LLT LLTy = LLT::scalar(EmitIR ? BitWidth : 32); in buildConstantInt() local
313 Res = MF.getRegInfo().createGenericVirtualRegister(LLTy); in buildConstantInt()
411 LLT LLTy = LLT::scalar(32); in getOrCreateCompositeOrNull() local
413 CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateCompositeOrNull()
513 LLT LLTy = EmitIR ? LLT::fixed_vector(ElemCnt, BitWidth) : LLT::scalar(32); in getOrCreateIntCompositeOrNull() local
515 CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateIntCompositeOrNull()
566 LLT LLTy = LLT::pointer(LLVMPtrTy->getAddressSpace(), PointerSize); in getOrCreateConstNullPtr() local
567 Res = CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateConstNullPtr()
1440 LLT LLTy = LLT::scalar(32); in getOrCreateUndef() local
1441 Res = CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateUndef()