Home
last modified time | relevance | path

Searched refs:IsSimd128StackSlot (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc88 (this->IsSimd128StackSlot() && other.IsAnyStackSlot()) || in InterferesWith()
89 (other.IsSimd128StackSlot() && this->IsAnyStackSlot()); in InterferesWith()
141 return (IsSimd128Register() || IsSimd128StackSlot()) && in IsCompatible()
142 (op->IsSimd128Register() || op->IsSimd128StackSlot()); in IsCompatible()
Dinstruction.h101 inline bool IsSimd128StackSlot() const;
686 bool InstructionOperand::IsSimd128StackSlot() const { in IsSimd128StackSlot() function
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3714 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
3820 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
3823 } else if (source->IsSimd128StackSlot()) { in AssembleConstructFrame()
3824 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc4396 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
4515 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
4518 } else if (source->IsSimd128StackSlot()) { in AssembleConstructFrame()
4519 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc4466 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
4488 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
4551 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc4200 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
4239 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
4350 if (source->IsSimd128StackSlot()) { in AssembleSwap()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc3410 if (source->IsSimd128StackSlot()) { in AssembleMove()
3523 if (source->IsSimd128StackSlot()) { in AssembleSwap()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3999 DCHECK(source->IsSimd128StackSlot()); in AssembleConstructFrame()
4159 DCHECK(source->IsSimd128StackSlot()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2690 DCHECK(input->IsSimd128StackSlot()); in AssembleArchInstruction()
5091 DCHECK(source->IsSimd128StackSlot()); in AssembleMove()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc1729 DCHECK(input->IsSimd128StackSlot()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc4262 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()