Lines Matching defs:mode
1853 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, int value1, int value2, int value3)
1855 // entryPoint can be null if we are in compile-only mode
1861 instr->addImmediateOperand(mode);
1872 void Builder::addExecutionMode(Function* entryPoint, ExecutionMode mode, const std::vector<unsigned>& literals)
1874 // entryPoint can be null if we are in compile-only mode
1880 instr->addImmediateOperand(mode);
1887 void Builder::addExecutionModeId(Function* entryPoint, ExecutionMode mode, const std::vector<Id>& operandIds)
1889 // entryPoint can be null if we are in compile-only mode
1895 instr->addImmediateOperand(mode);
2495 // generation mode.
2512 // generation mode.
2527 // generation mode.
2543 // generation mode.
2659 // generation mode.
2673 // generation mode.
2690 // generation mode.
2847 // Sometime even in spec-constant-op mode, the temporary vector created by
2854 // as 'specConstant' and we are in spec-constant-op mode.
3235 // Sometime, even in spec-constant-op mode, the constant composite to be