OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_output
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.h
95
GLuint
first_output
;
member in struct:brw_vs_compile
/toolchain/binutils/binutils-2.25/gprof/
gprof.c
74
bfd_boolean
first_output
= TRUE;
variable
/external/v8/src/crankshaft/
lithium-allocator.cc
784
LUnallocated*
first_output
= LUnallocated::cast(first->Output());
local
785
LiveRange* range = LiveRangeFor(
first_output
->virtual_register());
787
if (
first_output
->HasFixedPolicy()) {
788
LUnallocated* output_copy =
first_output
->CopyUnconstrained(
790
bool is_tagged = HasTaggedValue(
first_output
->virtual_register());
791
AllocateFixed(
first_output
, gap_index, is_tagged);
794
if (
first_output
->IsStackSlot()) {
795
range->SetSpillOperand(
first_output
);
799
chunk_->AddGapMove(gap_index,
first_output
, output_copy);
812
move->AddMove(
first_output
, range->GetSpillOperand()
[
all
...]
/external/v8/src/compiler/
register-allocator.cc
1613
UnallocatedOperand*
first_output
= UnallocatedOperand::cast(output);
local
1643
first_output
);
local
[
all
...]
Completed in 196 milliseconds