HomeSort by relevance Sort by last modified time
    Searched refs:GetInstructionLatency (Results 1 - 10 of 10) sorted by null

  /external/v8/src/compiler/ppc/
instruction-scheduler-ppc.cc 149 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/
instruction-scheduler.h 197 static int GetInstructionLatency(const Instruction* instr);
instruction-scheduler.cc 69 latency_(GetInstructionLatency(instr)),
  /external/v8/src/compiler/s390/
instruction-scheduler-s390.cc 182 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/arm/
instruction-scheduler-arm.cc 322 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/arm64/
instruction-scheduler-arm64.cc 365 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/ia32/
instruction-scheduler-ia32.cc 417 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/x64/
instruction-scheduler-x64.cc 323 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/mips/
instruction-scheduler-mips.cc 1295 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
    [all...]
  /external/v8/src/compiler/mips64/
instruction-scheduler-mips64.cc 1180 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
    [all...]

Completed in 1311 milliseconds