Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp379 using TableRef = ArrayRef<TableEntry>; typedef
381 static TableRef getOptTable(AMDGPULibFunc::EFuncId id) { in getOptTable()
383 case AMDGPULibFunc::EI_ACOS: return TableRef(tbl_acos); in getOptTable()
394 case AMDGPULibFunc::EI_COS: return TableRef(tbl_cos); in getOptTable()
398 case AMDGPULibFunc::EI_ERF: return TableRef(tbl_erf); in getOptTable()
399 case AMDGPULibFunc::EI_EXP: return TableRef(tbl_exp); in getOptTable()
404 case AMDGPULibFunc::EI_LOG: return TableRef(tbl_log); in getOptTable()
411 case AMDGPULibFunc::EI_SIN: return TableRef(tbl_sin); in getOptTable()
416 case AMDGPULibFunc::EI_TAN: return TableRef(tbl_tan); in getOptTable()
422 return TableRef(); in getOptTable()
[all …]
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1382 ArrayRef<IITDescriptor> TableRef = Table; in getType() local
1383 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType()
1386 while (!TableRef.empty()) in getType()
1387 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
1774 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table; in getIntrinsicSignature() local
1776 if (Intrinsic::matchIntrinsicSignature(F->getFunctionType(), TableRef, in getIntrinsicSignature()
1782 TableRef)) in getIntrinsicSignature()
H A DVerifier.cpp4834 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table; in visitIntrinsicCall() local
4839 Intrinsic::matchIntrinsicSignature(IFTy, TableRef, ArgTys); in visitIntrinsicCall()
4847 Check(!Intrinsic::matchIntrinsicVarArg(IsVarArg, TableRef), in visitIntrinsicCall()
4850 Check(!Intrinsic::matchIntrinsicVarArg(IsVarArg, TableRef), in visitIntrinsicCall()
4854 Check(TableRef.empty(), "Intrinsic has too few arguments!", IF); in visitIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1271 ArrayRef<FormClassTable> TableRef(Table); in verifyNameIndexAttribute() local
1272 auto Iter = find_if(TableRef, [AttrEnc](const FormClassTable &T) { in verifyNameIndexAttribute()
1275 if (Iter == TableRef.end()) { in verifyNameIndexAttribute()