Lines Matching full:compiler
19 #include "compiler/optimizer/ir/constants.h"
20 #include "compiler/optimizer/ir/inst.h"
22 namespace panda::compiler {
24 } // namespace panda::compiler
27 static constexpr compiler::Register MIN_REGISTER_NUMBER = 0;
28 static constexpr compiler::Register MAX_NUM_SHORT_CALL_ARGS = 2;
29 static constexpr compiler::Register MAX_NUM_NON_RANGE_ARGS = 4;
30 static constexpr compiler::Register MAX_NUM_INPUTS = MAX_NUM_NON_RANGE_ARGS;
31 static constexpr panda::compiler::Register NUM_COMPACTLY_ENCODED_REGS = 16;
34 uint8_t AccReadIndex(const compiler::Inst *inst);
36 bool CanConvertToIncI(const compiler::BinaryImmOperation *binop);