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:OutputAt
(Results
1 - 23
of
23
) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
instruction-scheduler.h
200
(instr->
OutputAt
(0)->IsUnallocated()) &&
in IsFixedRegisterParameter()
201
(UnallocatedOperand::cast(instr->
OutputAt
(0))
in IsFixedRegisterParameter()
203
UnallocatedOperand::cast(instr->
OutputAt
(0))
in IsFixedRegisterParameter()
H
A
D
register-allocator-verifier.cc
92
BuildConstraint(instr->
OutputAt
(i), &op_constraints[count]);
in RegisterAllocatorVerifier()
151
CheckConstraint(instr->
OutputAt
(i), &op_constraints[count]);
in VerifyAssignment()
587
block_assessments->AddDefinition(*instr->
OutputAt
(i), virtual_register);
in VerifyGapMoves()
590
AllocatedOperand::cast(instr->
OutputAt
(i));
in VerifyGapMoves()
H
A
D
instruction.cc
514
os << *instr.
OutputAt
(0) << " = ";
516
os << "(" << *instr.
OutputAt
(0);
518
os << ", " << *instr.
OutputAt
(i);
788
const InstructionOperand* output = instruction->
OutputAt
(i);
H
A
D
move-optimizer.cc
179
outputs.InsertOp(*instruction->
OutputAt
(i));
in RemoveClobberedDestinations()
230
src_cant_be.InsertOp(*from->
OutputAt
(i));
in MigrateMoves()
H
A
D
code-generator-impl.h
104
return ToRegister(instr_->
OutputAt
(index));
in OutputRegister()
H
A
D
instruction-scheduler.cc
197
const InstructionOperand* output = instr->
OutputAt
(i);
in AddInstruction()
H
A
D
instruction.h
851
const InstructionOperand*
OutputAt
(size_t i) const {
in OutputAt()
function in v8::internal::compiler::final
855
InstructionOperand*
OutputAt
(size_t i) {
in OutputAt()
function in v8::internal::compiler::final
861
const InstructionOperand* Output() const { return
OutputAt
(0); }
in Output()
862
InstructionOperand* Output() { return
OutputAt
(0); }
in Output()
H
A
D
mid-tier-register-allocator.cc
2885
InstructionOperand* output = instr->
OutputAt
(i);
in DefineOutputs()
3037
InstructionOperand* output = instr->
OutputAt
(i);
in AllocateRegisters()
3171
if (!instr->
OutputAt
(i)->IsUnallocated()) continue;
in ReserveFixedRegisters()
3173
UnallocatedOperand::cast(instr->
OutputAt
(i));
in ReserveFixedRegisters()
H
A
D
register-allocator.cc
1670
InstructionOperand* output_operand = last_instruction->
OutputAt
(i);
in MeetRegisterConstraintsForLastInstructionInBlock()
1720
InstructionOperand* output = first->
OutputAt
(i);
in MeetConstraintsAfter()
1821
InstructionOperand* output = second->
OutputAt
(i);
in MeetConstraintsBefore()
2142
InstructionOperand* output = instr->
OutputAt
(i);
in ProcessInstructions()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H
A
D
instruction-scheduler-riscv64.cc
1485
if (instr->
OutputAt
(0)->IsFPRegister()) {
in GetInstructionLatency()
1486
auto op = LocationOperand::cast(instr->
OutputAt
(0));
in GetInstructionLatency()
H
A
D
code-generator-riscv64.cc
40
return ToSingleRegister(instr_->
OutputAt
(index));
in OutputSingleRegister()
1702
if (instr->
OutputAt
(0)->IsFPRegister()) {
in AssembleArchInstruction()
1703
LocationOperand* op = LocationOperand::cast(instr->
OutputAt
(0));
in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H
A
D
instruction-scheduler-mips64.cc
1679
if (instr->
OutputAt
(0)->IsFPRegister()) {
in GetInstructionLatency()
1680
auto op = LocationOperand::cast(instr->
OutputAt
(0));
in GetInstructionLatency()
H
A
D
code-generator-mips64.cc
43
return ToSingleRegister(instr_->
OutputAt
(index));
in OutputSingleRegister()
1733
if (instr->
OutputAt
(0)->IsFPRegister()) {
in AssembleArchInstruction()
1734
LocationOperand* op = LocationOperand::cast(instr->
OutputAt
(0));
in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
H
A
D
instruction-scheduler-mips.cc
1669
if (instr->
OutputAt
(0)->IsFPRegister()) {
in GetInstructionLatency()
1670
auto op = LocationOperand::cast(instr->
OutputAt
(0));
in GetInstructionLatency()
H
A
D
code-generator-mips.cc
42
return ToSingleRegister(instr_->
OutputAt
(index));
in OutputSingleRegister()
1634
if (instr->
OutputAt
(0)->IsFPRegister()) {
in AssembleArchInstruction()
1635
LocationOperand* op = LocationOperand::cast(instr->
OutputAt
(0));
in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H
A
D
code-generator-loong64.cc
43
return ToSingleRegister(instr_->
OutputAt
(index));
in OutputSingleRegister()
1548
if (instr->
OutputAt
(0)->IsFPRegister()) {
in AssembleArchInstruction()
1549
LocationOperand* op = LocationOperand::cast(instr->
OutputAt
(0));
in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/
H
A
D
graph-visualizer.cc
1262
os << InstructionOperandAsJSON{instr->
OutputAt
(i), i_json.code_};
in operator <<()
/third_party/node/deps/v8/src/compiler/backend/s390/
H
A
D
code-generator-s390.cc
142
return instr->OutputCount() > 0 && instr->
OutputAt
(index)->IsRegister();
in HasRegisterOutput()
1473
if (instr->
OutputAt
(0)->IsFPRegister()) {
in AssembleArchInstruction()
1474
LocationOperand* op = LocationOperand::cast(instr->
OutputAt
(0));
in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H
A
D
code-generator-arm64.cc
1528
if (instr->
OutputAt
(0)->IsFPRegister()) {
in AssembleArchInstruction()
1529
LocationOperand* op = LocationOperand::cast(instr->
OutputAt
(0));
in AssembleArchInstruction()
2954
LocationOperand::cast(instr->
OutputAt
(0))->representation();
in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H
A
D
code-generator-ppc.cc
1166
if (instr->
OutputAt
(0)->IsFPRegister()) {
in AssembleArchInstruction()
1167
LocationOperand* op = LocationOperand::cast(instr->
OutputAt
(0));
in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm/
H
A
D
code-generator-arm.cc
1763
if (instr->
OutputAt
(0)->IsFPRegister()) {
in AssembleArchInstruction()
1764
LocationOperand* op = LocationOperand::cast(instr->
OutputAt
(0));
in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H
A
D
code-generator-ia32.cc
1753
if (instr->
OutputAt
(0)->IsFPRegister()) {
in AssembleArchInstruction()
1754
LocationOperand* op = LocationOperand::cast(instr->
OutputAt
(0));
in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H
A
D
code-generator-x64.cc
2726
if (instr->
OutputAt
(0)->IsFPRegister()) {
in AssembleArchInstruction()
2727
LocationOperand* op = LocationOperand::cast(instr->
OutputAt
(0));
in AssembleArchInstruction()
4593
LocationOperand::cast(instr->
OutputAt
(0))->representation();
in AssembleArchSelect()
Completed in 117 milliseconds