Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1137 SmallVectorImpl<DeferredIntrinsicMatchPair> &DeferredChecks, in matchIntrinsicType() argument
1146 auto DeferCheck = [&DeferredChecks, &InfosRef](Type *T) { in matchIntrinsicType()
1147 DeferredChecks.emplace_back(T, InfosRef); in matchIntrinsicType()
1169 DeferredChecks, IsDeferredCheck); in matchIntrinsicType()
1175 DeferredChecks, IsDeferredCheck); in matchIntrinsicType()
1185 DeferredChecks, IsDeferredCheck)) in matchIntrinsicType()
1269 return matchIntrinsicType(EltTy, Infos, ArgTys, DeferredChecks, in matchIntrinsicType()
1346 return matchIntrinsicType(VTy, Infos, ArgTys, DeferredChecks, in matchIntrinsicType()
1366 SmallVector<DeferredIntrinsicMatchPair, 2> DeferredChecks; in matchIntrinsicSignature() local
1367 if (matchIntrinsicType(FTy->getReturnType(), Infos, ArgTys, DeferredChecks, in matchIntrinsicSignature()
[all …]