Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc1047 int LlLatency(int offset) { in LlLatency() function
1077 return Add64Latency(false) + 1 + Sub64Latency() + 2 + LlLatency(0) + in Word32AtomicExchangeLatency()
1083 return 2 + Sub64Latency() + 2 + LlLatency(0) + 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.cc1212 int LlLatency(int offset) { in LlLatency() function
1251 return DadduLatency(false) + 1 + DsubuLatency() + 2 + LlLatency(0) + in Word32AtomicExchangeLatency()
1257 return 2 + DsubuLatency() + 2 + LlLatency(0) + 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.cc982 int LlLatency(int offset) { in LlLatency() function
1045 return AdduLatency() + 1 + SubuLatency() + 2 + LlLatency(0) + in Word32AtomicExchangeLatency()
1051 return AdduLatency() + 1 + SubuLatency() + 2 + LlLatency(0) + in Word32AtomicCompareExchangeLatency()
1729 return AdduLatency() + 1 + LlLatency(0) + BranchShortLatency() + 1; in GetInstructionLatency()

Completed in 7 milliseconds