Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp260 LLT LLTy = MRI.getType(DstRegs[0]); in mergeVectorRegsToResultRegs() local
264 LLT LCMTy = getLCMType(LLTy, PartLLT); in mergeVectorRegsToResultRegs()
265 if (LCMTy == LLTy) { in mergeVectorRegsToResultRegs()
297 int NumDst = LCMTy.getSizeInBits() / LLTy.getSizeInBits(); in mergeVectorRegsToResultRegs()
304 PadDstRegs[I] = MRI.createGenericVirtualRegister(LLTy); in mergeVectorRegsToResultRegs()
314 ArrayRef<Register> Regs, LLT LLTy, LLT PartLLT, in buildCopyFromRegs() argument
318 if (PartLLT == LLTy) { in buildCopyFromRegs()
325 if (PartLLT.getSizeInBits() == LLTy.getSizeInBits() && OrigRegs.size() == 1 && in buildCopyFromRegs()
333 if (PartLLT.isVector() == LLTy.isVector() && in buildCopyFromRegs()
334 PartLLT.getScalarSizeInBits() > LLTy.getScalarSizeInBits() && in buildCopyFromRegs()
[all …]
H A DLegalizerHelper.cpp672 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
673 unsigned Size = LLTy.getSizeInBits(); in libcall()
712 Type *HLTy = getFloatTypeForLLT(Ctx, LLTy); in libcall()
714 LLVM_DEBUG(dbgs() << "No libcall available for type " << LLTy << ".\n"); in libcall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A 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()
4240 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local
4241 if (LLTy->isPointerTy() || LLTy->isIntegerTy()) in classify()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1233 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap() local
1234 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()