Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp399 struct TableRef { struct
403 TableRef() : size(0), table(nullptr) {} in TableRef() argument
409 static TableRef getOptTable(AMDGPULibFunc::EFuncId id) { in getOptTable()
422 case AMDGPULibFunc::EI_COS: return TableRef(tbl_cos); in getOptTable()
426 case AMDGPULibFunc::EI_ERF: return TableRef(tbl_erf); in getOptTable()
427 case AMDGPULibFunc::EI_EXP: return TableRef(tbl_exp); in getOptTable()
432 case AMDGPULibFunc::EI_LOG: return TableRef(tbl_log); in getOptTable()
439 case AMDGPULibFunc::EI_SIN: return TableRef(tbl_sin); in getOptTable()
444 case AMDGPULibFunc::EI_TAN: return TableRef(tbl_tan); in getOptTable()
450 return TableRef(); in getOptTable()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1297 ArrayRef<IITDescriptor> TableRef = Table; in getType() local
1298 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType()
1301 while (!TableRef.empty()) in getType()
1302 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
1653 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table; in getIntrinsicSignature() local
1655 if (Intrinsic::matchIntrinsicSignature(F->getFunctionType(), TableRef, in getIntrinsicSignature()
1661 TableRef)) in getIntrinsicSignature()
H A DVerifier.cpp4551 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table; in visitIntrinsicCall() local
4556 Intrinsic::matchIntrinsicSignature(IFTy, TableRef, ArgTys); in visitIntrinsicCall()
4564 Assert(!Intrinsic::matchIntrinsicVarArg(IsVarArg, TableRef), in visitIntrinsicCall()
4567 Assert(!Intrinsic::matchIntrinsicVarArg(IsVarArg, TableRef), in visitIntrinsicCall()
4571 Assert(TableRef.empty(), "Intrinsic has too few arguments!", IF); in visitIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1170 ArrayRef<FormClassTable> TableRef(Table); in verifyNameIndexAttribute() local
1171 auto Iter = find_if(TableRef, [AttrEnc](const FormClassTable &T) { in verifyNameIndexAttribute()
1174 if (Iter == TableRef.end()) { in verifyNameIndexAttribute()