Home | History | Annotate | Download | only in driver

Lines Matching refs:instruction_set

338 CompilerDriver::CompilerDriver(CompilerBackend compiler_backend, InstructionSet instruction_set,
342 instruction_set_(instruction_set),
2450 void CompilerDriver::InstructionSetToLLVMTarget(InstructionSet instruction_set,
2454 switch (instruction_set) {
2480 LOG(FATAL) << "Unknown instruction set: " << instruction_set;