Searched refs:getLLTForType (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h28 LLT getLLTForType(Type &Ty, const DataLayout &DL);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelType.cpp20 LLT llvm::getLLTForType(Type &Ty, const DataLayout &DL) { function in class:llvm
23 LLT ScalarTy = getLLTForType(*VTy->getElementType(), DL);
H A DAnalysis.cpp153 ValueTys.push_back(getLLTForType(Ty, DL));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp207 LLT LLTy = getLLTForType(*Ty, DL);
224 LLTy = getLLTForType(*Ty, DL);
243 LLT PartLLT = getLLTForType(*PartTy, DL);
402 LLT PtrType = getLLTForType(*PtrTy, DL);
526 : MRI.createGenericVirtualRegister(getLLTForType(*ArgTy, DL));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp506 const LLT PtrTy = getLLTForType(*PtrIRTy, *DL);
521 const LLT SwitchTy = getLLTForType(*SValue.getType(), *DL);
865 LLT OffsetTy = getLLTForType(*OffsetIRTy, *DL);
908 LLT OffsetTy = getLLTForType(*OffsetIRTy, *DL);
1034 if (getLLTForType(*U.getOperand(0)->getType(), *DL) ==
1035 getLLTForType(*U.getType(), *DL))
1054 LLT PtrTy = getLLTForType(*PtrIRTy, *DL);
1056 LLT OffsetTy = getLLTForType(*OffsetIRTy, *DL);
1071 PtrTy = getLLTForType(*PtrIRTy, *DL);
1073 OffsetTy = getLLTForType(*OffsetIRT
[all...]
H A DCallLowering.cpp142 LLT PackedLLT = getLLTForType(*PackedTy, DL);
314 const LLT OrigTy = getLLTForType(*Args[i].Ty, DL);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp86 ArgInfo{MRI.createGenericVirtualRegister(getLLTForType(*PartTy, DL)),

Completed in 146 milliseconds