Home
last modified time | relevance | path

Searched refs:LLTy (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp300 LLT LLTy = MRI.getType(DstRegs[0]); in mergeVectorRegsToResultRegs() local
304 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 …]
H A DLegalizerHelper.cpp1018 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
1019 unsigned Size = LLTy.getSizeInBits(); in libcall()
1050 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
1051 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() local
1064 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp152 LLT LLTy = LLT::scalar(32); in getOrCreateConstIntReg() local
153 Res = CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateConstIntReg()
212 LLT LLTy = LLT::scalar(EmitIR ? BitWidth : 32); in buildConstantInt() local
213 Res = MF.getRegInfo().createGenericVirtualRegister(LLTy); in buildConstantInt()
286 LLT LLTy = LLT::scalar(32); in getOrCreateIntCompositeOrNull() local
288 CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateIntCompositeOrNull()
360 CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateIntCompositeOrNull()
428 LLT LLTy = LLT::pointer(LLVMPtrTy->getAddressSpace(), PointerSize); in getOrCreateConstNullPtr() local
429 Res = CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateConstNullPtr()
1168 LLT LLTy = LLT::scalar(32); in getOrCreateUndef() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp985 llvm::Type *LLTy = CGT.ConvertTypeForMem(Type); in addFieldToArgStruct() local
987 LLTy = llvm::PointerType::getUnqual(getVMContext()); in addFieldToArgStruct()
988 FrameFields.push_back(LLTy); in addFieldToArgStruct()
3274 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local
3275 if (LLTy->isPointerTy() || LLTy->isIntegerTy()) in classify()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h929 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap() local
930 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()