HomeSort by relevance Sort by last modified time
    Searched refs:InstructionSequence (Results 1 - 25 of 36) sorted by null

1 2

  /external/v8/src/compiler/
frame-elider.h 19 explicit FrameElider(InstructionSequence* code);
34 InstructionSequence* const code_;
jump-threading.h 21 InstructionSequence* code, bool frame_at_start);
26 InstructionSequence* code);
move-optimizer.h 17 MoveOptimizer(Zone* local_zone, InstructionSequence* code);
24 InstructionSequence* code() const { return code_; }
52 InstructionSequence* const code_;
pipeline.h 23 class InstructionSequence;
57 InstructionSequence* sequence,
graph-visualizer.h 21 class InstructionSequence;
54 const InstructionSequence* instructions = nullptr)
60 const InstructionSequence* instructions_;
instruction.cc 626 InstructionBlocks* InstructionSequence::InstructionBlocksFor(
642 void InstructionSequence::ValidateEdgeSplitForm() const {
657 void InstructionSequence::ValidateDeferredBlockExitPaths() const {
668 void InstructionSequence::ValidateDeferredBlockEntryPaths() const {
682 void InstructionSequence::ValidateSSA() const {
697 void InstructionSequence::ComputeAssemblyOrder(InstructionBlocks* blocks) {
711 InstructionSequence::InstructionSequence(Isolate* isolate,
728 int InstructionSequence::NextVirtualRegister() {
735 Instruction* InstructionSequence::GetBlockStart(RpoNumber rpo) const
    [all...]
instruction-scheduler.h 29 InstructionScheduler(Zone* zone, InstructionSequence* sequence);
193 InstructionSequence* sequence() { return sequence_; }
197 InstructionSequence* sequence_;
register-allocator-verifier.h 15 class InstructionSequence;
167 const InstructionSequence* sequence);
228 const InstructionSequence* sequence() const { return sequence_; }
254 const InstructionSequence* const sequence_;
live-range-separator.cc 63 const InstructionSequence *code = data->code();
122 const InstructionSequence *code = data()->code();
code-generator.h 50 InstructionSequence* code, CompilationInfo* info);
55 InstructionSequence* code() const { return code_; }
225 InstructionSequence* const code_;
jump-threading.cc 58 InstructionSequence* code,
143 InstructionSequence* code) {
173 InstructionSequence::Immediates& immediates = code->immediates();
instruction-selector.h 44 // Instruction selection generates an InstructionSequence for a given Schedule.
54 InstructionSequence* sequence, Schedule* schedule,
283 InstructionSequence* sequence() const { return sequence_; }
291 InstructionSequence* const sequence_;
frame-elider.cc 12 FrameElider::FrameElider(InstructionSequence* code) : code_(code) {}
register-allocator.h 551 void CommitSpillMoves(InstructionSequence* sequence,
757 InstructionSequence* code,
786 InstructionSequence* code() const { return code_; }
835 InstructionSequence* const code_;
869 InstructionSequence* code() const { return data()->code(); }
898 InstructionSequence* code() const { return data()->code(); }
    [all...]
instruction-selector-impl.h 133 MachineRepresentation rep = InstructionSequence::DefaultRepresentation();
201 InstructionSequence* sequence() const { return selector()->sequence(); }
instruction-scheduler.cc 79 InstructionSequence* sequence)
pipeline.cc 142 InstructionSequence* sequence)
209 InstructionSequence* sequence() const { return sequence_; }
263 InstructionSequence::InstructionBlocksFor(instruction_zone(),
265 sequence_ = new (instruction_zone()) InstructionSequence(
335 InstructionSequence* sequence_ = nullptr;
    [all...]
graph-visualizer.cc 241 const InstructionSequence* instructions);
393 const InstructionSequence* instructions) {
instruction.h     [all...]
  /external/v8/src/arm64/
instructions-arm64.h 420 // InstructionSequence looks at instructions sequences generated by the
422 class InstructionSequence : public Instruction {
424 static InstructionSequence* At(Address address) {
425 return reinterpret_cast<InstructionSequence*>(address);
instructions-arm64.cc 318 bool InstructionSequence::IsInlineData() const {
330 uint64_t InstructionSequence::InlineData() const {
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 131 InstructionSequence* sequence();
233 InstructionSequence* sequence_;
instruction-sequence-unittest.cc 81 InstructionSequence* InstructionSequenceTest::sequence() {
84 InstructionSequence(isolate(), zone(), &instruction_blocks_);
register-allocator-unittest.cc 51 const InstructionSequence* sequence) {
60 const InstructionSequence* sequence,
  /external/v8/test/cctest/compiler/
test-gap-resolver.cc 107 v8::internal::compiler::InstructionSequence::DefaultRepresentation(),

Completed in 150 milliseconds

1 2