Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp354 using TableRef = ArrayRef<TableEntry>; typedef
356 static TableRef getOptTable(AMDGPULibFunc::EFuncId id) { in getOptTable()
358 case AMDGPULibFunc::EI_ACOS: return TableRef(tbl_acos); in getOptTable()
369 case AMDGPULibFunc::EI_COS: return TableRef(tbl_cos); in getOptTable()
373 case AMDGPULibFunc::EI_ERF: return TableRef(tbl_erf); in getOptTable()
374 case AMDGPULibFunc::EI_EXP: return TableRef(tbl_exp); in getOptTable()
379 case AMDGPULibFunc::EI_LOG: return TableRef(tbl_log); in getOptTable()
386 case AMDGPULibFunc::EI_SIN: return TableRef(tbl_sin); in getOptTable()
391 case AMDGPULibFunc::EI_TAN: return TableRef(tbl_tan); in getOptTable()
397 return TableRef(); in getOptTable()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1417 ArrayRef<IITDescriptor> TableRef = Table; in getType() local
1418 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType()
1421 while (!TableRef.empty()) in getType()
1422 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
1724 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table; in getIntrinsicSignature() local
1726 if (Intrinsic::matchIntrinsicSignature(F->getFunctionType(), TableRef, in getIntrinsicSignature()
1732 TableRef)) in getIntrinsicSignature()
H A DIRBuilder.cpp948 ArrayRef<Intrinsic::IITDescriptor> TableRef(Table); in CreateIntrinsic() local
957 matchIntrinsicSignature(FTy, TableRef, OverloadTys); in CreateIntrinsic()
959 assert(Res == Intrinsic::MatchIntrinsicTypes_Match && TableRef.empty() && in CreateIntrinsic()
H A DVerifier.cpp5108 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table; in visitIntrinsicCall() local
5113 Intrinsic::matchIntrinsicSignature(IFTy, TableRef, ArgTys); in visitIntrinsicCall()
5121 Check(!Intrinsic::matchIntrinsicVarArg(IsVarArg, TableRef), in visitIntrinsicCall()
5124 Check(!Intrinsic::matchIntrinsicVarArg(IsVarArg, TableRef), in visitIntrinsicCall()
5128 Check(TableRef.empty(), "Intrinsic has too few arguments!", IF); in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1306 ArrayRef<FormClassTable> TableRef(Table); in verifyNameIndexAttribute() local
1307 auto Iter = find_if(TableRef, [AttrEnc](const FormClassTable &T) { in verifyNameIndexAttribute()
1310 if (Iter == TableRef.end()) { in verifyNameIndexAttribute()