Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp278 LLT LLTy = MRI.getType(DstRegs[0]); in mergeVectorRegsToResultRegs() local
282 LLT LCMTy = getCoverTy(LLTy, PartLLT); in mergeVectorRegsToResultRegs()
283 if (LCMTy == LLTy) { in mergeVectorRegsToResultRegs()
310 PadDstRegs[I] = MRI.createGenericVirtualRegister(LLTy); in mergeVectorRegsToResultRegs()
326 if (PartLLT == LLTy) { in buildCopyFromRegs()
341 if (PartLLT.isVector() == LLTy.isVector() && in buildCopyFromRegs()
370 if (!LLTy.isVector() && !PartLLT.isVector()) { in buildCopyFromRegs()
392 if (PartLLT.getSizeInBits() > LLTy.getSizeInBits() && in buildCopyFromRegs()
405 LLT GCDTy = getGCDType(LLTy, PartLLT); in buildCopyFromRegs()
418 assert(LLTy.isVector() && !PartLLT.isVector()); in buildCopyFromRegs()
[all …]
H A DLegalizerHelper.cpp791 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local
792 unsigned Size = LLTy.getSizeInBits(); in libcall()
831 Type *HLTy = getFloatTypeForLLT(Ctx, LLTy); in libcall()
833 LLVM_DEBUG(dbgs() << "No libcall available for type " << LLTy << ".\n"); in libcall()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp133 LLT LLTy = LLT::scalar(32); in getOrCreateConstIntReg() local
134 Res = CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateConstIntReg()
192 LLT LLTy = LLT::scalar(EmitIR ? BitWidth : 32); in buildConstantInt() local
193 Res = MF.getRegInfo().createGenericVirtualRegister(LLTy); in buildConstantInt()
269 LLT LLTy = LLT::scalar(32); in getOrCreateConsIntVector() local
271 CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateConsIntVector()
799 LLT LLTy = LLT::scalar(32); in getOrCreateUndef() local
800 Res = CurMF->getRegInfo().createGenericVirtualRegister(LLTy); in getOrCreateUndef()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp2033 llvm::Type *LLTy = CGT.ConvertTypeForMem(Type); in addFieldToArgStruct() local
2035 LLTy = LLTy->getPointerTo(0); in addFieldToArgStruct()
2036 FrameFields.push_back(LLTy); in addFieldToArgStruct()
4348 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local
4349 if (LLTy->isPointerTy() || LLTy->isIntegerTy()) in classify()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1250 for (const LLTCodeGen &LLTy : KnownTypes) in initTypeIDValuesMap() local
1251 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()