Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp330 LLT LLTy = MRI.getType(DstRegs[0]); in mergeVectorRegsToResultRegs() local
334 LLT LCMTy = getCoverTy(LLTy, PartLLT); in mergeVectorRegsToResultRegs()
335 if (LCMTy == LLTy) { in mergeVectorRegsToResultRegs()
355 int NumDst = LCMTy.getSizeInBits() / LLTy.getSizeInBits(); in mergeVectorRegsToResultRegs()
362 PadDstRegs[I] = MRI.createGenericVirtualRegister(LLTy); in mergeVectorRegsToResultRegs()
374 ArrayRef<Register> Regs, LLT LLTy, LLT PartLLT, in buildCopyFromRegs() argument
378 if (PartLLT == LLTy) { in buildCopyFromRegs()
385 if (PartLLT.getSizeInBits() == LLTy.getSizeInBits() && OrigRegs.size() == 1 && in buildCopyFromRegs()
393 if (PartLLT.isVector() == LLTy.isVector() && in buildCopyFromRegs()
394 PartLLT.getScalarSizeInBits() > LLTy.getScalarSizeInBits() && in buildCopyFromRegs()
[all …]
H A DLegalizerHelper.cpp1037 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
1038 unsigned Size = LLTy.getSizeInBits(); in libcall()
1076 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
1077 unsigned Size = LLTy.getSizeInBits(); in libcall()
1078 Type *HLTy = getFloatTypeForLLT(Ctx, LLTy); in libcall()
1080 LLVM_DEBUG(dbgs() << "No libcall available for type " << LLTy << ".\n"); in libcall()
1090 LLT LLTy = MRI.getType(MI.getOperand(1).getReg()); in libcall() local
1091 unsigned Size = LLTy.getSizeInBits(); in libcall()
1092 Type *HLTy = getFloatTypeForLLT(Ctx, LLTy); in libcall()
1096 LLVM_DEBUG(dbgs() << "No libcall available for type " << LLTy << ".\n"); in libcall()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp178 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()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp988 llvm::Type *LLTy = CGT.ConvertTypeForMem(Type); in addFieldToArgStruct() local
990 LLTy = llvm::PointerType::getUnqual(getVMContext()); in addFieldToArgStruct()
991 FrameFields.push_back(LLTy); in addFieldToArgStruct()
3297 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local
3298 if (LLTy->isPointerTy() || LLTy->isIntegerTy()) in classify()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h938 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap() local
939 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()