Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc186 int AllocInst(int n);
263 int fail = AllocInst(1); in Compiler()
272 int Compiler::AllocInst(int n) { in AllocInst() function in re2::Compiler
342 int id = AllocInst(1); in Alt()
359 int id = AllocInst(1); in Star()
384 int id = AllocInst(1); in Quest()
400 int id = AllocInst(1); in ByteRange()
409 int id = AllocInst(1); in Nop()
418 int id = AllocInst(1); in Match()
427 int id = AllocInst(1); in EmptyWidth()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp989 auto *AllocInst = CoroId->getCoroAlloc(); in handleNoSuspendCoroutine() local
993 coro::replaceCoroFree(SwitchId, /*Elide=*/AllocInst != nullptr); in handleNoSuspendCoroutine()
994 if (AllocInst) { in handleNoSuspendCoroutine()
995 IRBuilder<> Builder(AllocInst); in handleNoSuspendCoroutine()
999 AllocInst->replaceAllUsesWith(Builder.getFalse()); in handleNoSuspendCoroutine()
1000 AllocInst->eraseFromParent(); in handleNoSuspendCoroutine()
/external/llvm/docs/tutorial/
DOCamlLangImpl7.rst328 ``AllocInst*``'s as ``Llvm.llvalue``'s, but this may change in the future