HomeSort by relevance Sort by last modified time
    Searched refs:InstructionSequence (Results 1 - 25 of 28) 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 18 MoveOptimizer(Zone* local_zone, InstructionSequence* code);
25 InstructionSequence* code() const { return code_; }
53 InstructionSequence* const code_;
graph-visualizer.h 22 class InstructionSequence;
55 const InstructionSequence* instructions = nullptr)
61 const InstructionSequence* instructions_;
pipeline.h 30 class InstructionSequence;
68 const RegisterConfiguration* config, InstructionSequence* sequence,
instruction-scheduler.h 32 InstructionScheduler(Zone* zone, InstructionSequence* sequence);
198 InstructionSequence* sequence() { return sequence_; }
202 InstructionSequence* sequence_;
instruction.cc 683 const InstructionSequence* code = printable_block.code_;
731 InstructionBlocks* InstructionSequence::InstructionBlocksFor(
747 void InstructionSequence::ValidateEdgeSplitForm() const {
762 void InstructionSequence::ValidateDeferredBlockExitPaths() const {
773 void InstructionSequence::ValidateDeferredBlockEntryPaths() const {
787 void InstructionSequence::ValidateSSA() const {
802 void InstructionSequence::ComputeAssemblyOrder(InstructionBlocks* blocks) {
816 InstructionSequence::InstructionSequence(Isolate* isolate,
834 int InstructionSequence::NextVirtualRegister()
    [all...]
register-allocator-verifier.h 16 class InstructionSequence;
168 const InstructionSequence* sequence);
230 const InstructionSequence* sequence() const { return sequence_; }
256 const InstructionSequence* const sequence_;
code-generator.h 56 InstructionSequence* code, CompilationInfo* info);
61 InstructionSequence* code() const { return code_; }
271 InstructionSequence* const code_;
jump-threading.cc 59 InstructionSequence* code,
144 InstructionSequence* code) {
174 InstructionSequence::Immediates& immediates = code->immediates();
frame-elider.cc 13 FrameElider::FrameElider(InstructionSequence* code) : code_(code) {}
live-range-separator.cc 72 const InstructionSequence *code = data->code();
138 const InstructionSequence *code = data()->code();
register-allocator.h 563 void CommitSpillMoves(InstructionSequence* sequence,
768 InstructionSequence* code,
803 InstructionSequence* code() const { return code_; }
852 InstructionSequence* const code_;
887 InstructionSequence* code() const { return data()->code(); }
916 InstructionSequence* code() const { return data()->code(); }
    [all...]
instruction-selector.h 48 // Instruction selection generates an InstructionSequence for a given Schedule.
60 InstructionSequence* sequence, Schedule* schedule,
381 InstructionSequence* sequence() const { return sequence_; }
397 InstructionSequence* const sequence_;
instruction-selector-impl.h 142 MachineRepresentation rep = InstructionSequence::DefaultRepresentation();
229 InstructionSequence* sequence() const { return selector()->sequence(); }
instruction-scheduler.cc 82 InstructionSequence* sequence)
instruction.h     [all...]
register-allocator.cc 53 const InstructionBlock* GetContainingLoop(const InstructionSequence* sequence,
61 const InstructionBlock* GetInstructionBlock(const InstructionSequence* code,
67 Instruction* GetLastInstruction(InstructionSequence* code,
866 void TopLevelLiveRange::CommitSpillMoves(InstructionSequence* sequence,
    [all...]
pipeline.cc 160 InstructionSequence* sequence)
229 InstructionSequence* sequence() const { return sequence_; }
287 InstructionSequence::InstructionBlocksFor(instruction_zone(),
289 sequence_ = new (instruction_zone()) InstructionSequence(
362 InstructionSequence* sequence_ = nullptr;
    [all...]
graph-visualizer.cc 263 const InstructionSequence* instructions);
415 const InstructionSequence* instructions) {
move-optimizer.cc 131 MoveOptimizer::MoveOptimizer(Zone* local_zone, InstructionSequence* code)
register-allocator-verifier.cc 51 const InstructionSequence* sequence)
  /external/v8/src/ic/arm64/
ic-arm64.cc 39 InstructionSequence* patch_info = InstructionSequence::At(info_address);
  /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 {

Completed in 125 milliseconds

1 2