Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:coro_suspend
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_coro.c
130
LLVMValueRef
coro_suspend
= lp_build_intrinsic(gallivm->builder,
in lp_build_coro_suspend()
local
134
return
coro_suspend
;
in lp_build_coro_suspend()
240
LLVMValueRef
coro_suspend
= lp_build_coro_suspend(gallivm, final_suspend);
in lp_build_coro_suspend_switch()
local
241
LLVMValueRef myswitch = LLVMBuildSwitch(gallivm->builder,
coro_suspend
,
in lp_build_coro_suspend_switch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H
A
D
CoroInstr.h
363
return I->getIntrinsicID() == Intrinsic::
coro_suspend
||
in classof()
390
return I->getIntrinsicID() == Intrinsic::
coro_suspend
;
in classof()
H
A
D
CoroEarly.cpp
166
case Intrinsic::
coro_suspend
:
in lowerEarlyIntrinsics()
H
A
D
Coroutines.cpp
278
case Intrinsic::
coro_suspend
: {
in buildFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H
A
D
TargetTransformInfoImpl.h
841
case Intrinsic::
coro_suspend
:
in getIntrinsicCost()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
LLVMReactor.cpp
4163
auto
coro_suspend
= llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::
coro_suspend
);
in promoteFunctionToCoroutine()
local
4285
auto action = jit->builder->CreateCall(
coro_suspend
, {
in promoteFunctionToCoroutine()
4362
auto
coro_suspend
= llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::
coro_suspend
);
in yield()
local
4369
auto action = jit->builder->CreateCall(
coro_suspend
, {
in yield()
Completed in 14 milliseconds