Home
last modified time | relevance | path

Searched refs:ScLatency (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc1074 int ScLatency(int offset) { return 3; } in ScLatency() function
1079 ScLatency(0) + BranchShortLatency() + 1; in Word32AtomicExchangeLatency()
1085 ScLatency(0) + BranchShortLatency() + 1; in Word32AtomicCompareExchangeLatency()
1540 return 2 + LlLatency(0) + 1 + ScLatency(0) + BranchShortLatency() + 1; in GetInstructionLatency()
1550 return 3 + LlLatency(0) + BranchShortLatency() + 1 + ScLatency(0) + in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc1240 int ScLatency(int offset) { in ScLatency() function
1253 ScLatency(0) + BranchShortLatency() + 1; in Word32AtomicExchangeLatency()
1259 ScLatency(0) + BranchShortLatency() + 1; in Word32AtomicCompareExchangeLatency()
1734 return 2 + LlLatency(0) + 1 + ScLatency(0) + BranchShortLatency() + 1; in GetInstructionLatency()
1744 return 3 + LlLatency(0) + BranchShortLatency() + 1 + ScLatency(0) + in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc1018 int ScLatency(int offset) { in ScLatency() function
1047 ScLatency(0) + BranchShortLatency() + 1; in Word32AtomicExchangeLatency()
1717 return 1 + AdduLatency() + Ldc1Latency() + 1 + ScLatency(0) + in GetInstructionLatency()

Completed in 6 milliseconds