Home | History | Annotate | Download | only in compiler

Lines Matching defs:InstructionSequence

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() {
841 Instruction* InstructionSequence::GetBlockStart(RpoNumber rpo) const {
847 void InstructionSequence::StartBlock(RpoNumber rpo) {
855 void InstructionSequence::EndBlock(RpoNumber rpo) {
869 int InstructionSequence::AddInstruction(Instruction* instr) {
885 InstructionBlock* InstructionSequence::GetInstructionBlock(
896 return InstructionSequence::DefaultRepresentation();
917 MachineRepresentation InstructionSequence::GetRepresentation(
928 void InstructionSequence::MarkAsRepresentation(MachineRepresentation rep,
942 int InstructionSequence::AddDeoptimizationEntry(
951 DeoptimizationEntry const& InstructionSequence::GetDeoptimizationEntry(
957 RpoNumber InstructionSequence::InputRpo(Instruction* instr, size_t index) {
967 bool InstructionSequence::GetSourcePosition(const Instruction* instr,
976 void InstructionSequence::SetSourcePosition(const Instruction* instr,
981 void InstructionSequence::Print(const RegisterConfiguration* config) const {
989 void InstructionSequence::Print() const { Print(GetRegConfig()); }
991 void InstructionSequence::PrintBlock(const RegisterConfiguration* config,
1001 void InstructionSequence::PrintBlock(int block_id) const {
1006 InstructionSequence::registerConfigurationForTesting_ = nullptr;
1009 InstructionSequence::RegisterConfigurationForTesting() {
1014 void InstructionSequence::SetRegisterConfigurationForTesting(
1017 GetRegConfig = InstructionSequence::RegisterConfigurationForTesting;
1090 const InstructionSequence& code = *printable.sequence_;