Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp250 LLT LLTy = MRI.getType(DstRegs[0]); in mergeVectorRegsToResultRegs() local
254 LLT LCMTy = getLCMType(LLTy, PartLLT); in mergeVectorRegsToResultRegs()
255 if (LCMTy == LLTy) { in mergeVectorRegsToResultRegs()
287 int NumDst = LCMTy.getSizeInBits() / LLTy.getSizeInBits(); in mergeVectorRegsToResultRegs()
294 PadDstRegs[I] = MRI.createGenericVirtualRegister(LLTy); in mergeVectorRegsToResultRegs()
304 ArrayRef<Register> Regs, LLT LLTy, LLT PartLLT, in buildCopyFromRegs() argument
308 if (PartLLT == LLTy) { in buildCopyFromRegs()
315 if (PartLLT.getSizeInBits() == LLTy.getSizeInBits() && OrigRegs.size() == 1 && in buildCopyFromRegs()
323 if (PartLLT.isVector() == LLTy.isVector() && in buildCopyFromRegs()
324 PartLLT.getScalarSizeInBits() > LLTy.getScalarSizeInBits() && in buildCopyFromRegs()
[all …]
DLegalizerHelper.cpp714 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
715 unsigned Size = LLTy.getSizeInBits(); in libcall()
754 Type *HLTy = getFloatTypeForLLT(Ctx, LLTy); in libcall()
756 LLVM_DEBUG(dbgs() << "No libcall available for type " << LLTy << ".\n"); in libcall()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp1980 llvm::Type *LLTy = CGT.ConvertTypeForMem(Type); in addFieldToArgStruct() local
1982 LLTy = LLTy->getPointerTo(0); in addFieldToArgStruct()
1983 FrameFields.push_back(LLTy); in addFieldToArgStruct()
4248 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local
4249 if (LLTy->isPointerTy() || LLTy->isIntegerTy()) in classify()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1246 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap() local
1247 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()