Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc714 int AssertLatency() { return 1; } in AssertLatency() function
1102 latency = 1 + AssertLatency(); in GetInstructionLatency()
1148 return Add64Latency(false) + AndLatency(false) + AssertLatency() + in GetInstructionLatency()
1553 return AssertLatency(); in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc775 int AssertLatency() { return 1; } in AssertLatency() function
1280 latency = 1 + AssertLatency(); in GetInstructionLatency()
1326 return DadduLatency(false) + AndLatency(false) + AssertLatency() + in GetInstructionLatency()
1747 return AssertLatency(); in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc1285 int AssertLatency() { return 1; } in AssertLatency() function
1403 latency = 1 + AssertLatency(); in GetInstructionLatency()
1443 return AdduLatency(false) + AndLatency(false) + AssertLatency() + in GetInstructionLatency()

Completed in 7 milliseconds