Searched refs:InputBlock (Results 1 – 5 of 5) sorted by relevance
64 return gen_->code()->GetLabel(InputBlock(index)); in InputLabel()67 BasicBlock* InputBlock(int index) { in InputBlock() function
139 __ jmp(code()->GetLabel(i.InputBlock(0))); in AssembleArchInstruction()405 BasicBlock* tblock = i.InputBlock(instr->InputCount() - 2); in AssembleArchBranch()406 BasicBlock* fblock = i.InputBlock(instr->InputCount() - 1); in AssembleArchBranch()
164 __ B(code_->GetLabel(i.InputBlock(0))); in AssembleArchInstruction()477 BasicBlock* tblock = i.InputBlock(instr->InputCount() - 2); in AssembleArchBranch()478 BasicBlock* fblock = i.InputBlock(instr->InputCount() - 1); in AssembleArchBranch()
169 __ b(code_->GetLabel(i.InputBlock(0))); in AssembleArchInstruction()451 BasicBlock* tblock = i.InputBlock(instr->InputCount() - 2); in AssembleArchBranch()452 BasicBlock* fblock = i.InputBlock(instr->InputCount() - 1); in AssembleArchBranch()
233 __ jmp(code_->GetLabel(i.InputBlock(0))); in AssembleArchInstruction()627 BasicBlock* tblock = i.InputBlock(static_cast<int>(instr->InputCount()) - 2); in AssembleArchBranch()628 BasicBlock* fblock = i.InputBlock(static_cast<int>(instr->InputCount()) - 1); in AssembleArchBranch()