/third_party/node/deps/v8/src/compiler/backend/ |
D | instruction-selector.h | 181 InstructionCode Encode(InstructionCode opcode) { in Encode() 314 Instruction* Emit(InstructionCode opcode, InstructionOperand output, 316 Instruction* Emit(InstructionCode opcode, InstructionOperand output, 319 Instruction* Emit(InstructionCode opcode, InstructionOperand output, 322 Instruction* Emit(InstructionCode opcode, InstructionOperand output, 326 Instruction* Emit(InstructionCode opcode, InstructionOperand output, 330 Instruction* Emit(InstructionCode opcode, InstructionOperand output, 335 Instruction* Emit(InstructionCode opcode, InstructionOperand output, 340 Instruction* Emit(InstructionCode opcode, size_t output_count, 348 Instruction* EmitWithContinuation(InstructionCode opcode, [all …]
|
D | instruction-selector.cc | 187 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() 195 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() 203 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() 215 Instruction* InstructionSelector::Emit(InstructionCode opcode, in Emit() 229 InstructionCode opcode, InstructionOperand output, InstructionOperand a, in Emit() 240 InstructionCode opcode, InstructionOperand output, InstructionOperand a, in Emit() 251 InstructionCode opcode, InstructionOperand output, InstructionOperand a, in Emit() 263 InstructionCode opcode, size_t output_count, InstructionOperand* outputs, in Emit() 803 InstructionCode opcode, InstructionOperand a, FlagsContinuation* cont) { in EmitWithContinuation() 808 InstructionCode opcode, InstructionOperand a, InstructionOperand b, in EmitWithContinuation() [all …]
|
D | instruction.h | 884 InstructionCode opcode() const { return opcode_; } in opcode() 902 static Instruction* New(Zone* zone, InstructionCode opcode) { in New() 906 static Instruction* New(Zone* zone, InstructionCode opcode, in New() 974 static constexpr bool IsCallWithDescriptorFlags(InstructionCode arch_opcode) { in IsCallWithDescriptorFlags() 1039 explicit Instruction(InstructionCode opcode); 1041 Instruction(InstructionCode opcode, size_t output_count, 1048 InstructionCode opcode_;
|
D | instruction-codes.h | 284 using InstructionCode = uint32_t; variable
|
D | instruction.cc | 325 Instruction::Instruction(InstructionCode opcode) in Instruction() 338 Instruction::Instruction(InstructionCode opcode, size_t output_count, in Instruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 32 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate() 83 void VisitRR(InstructionSelector* selector, InstructionCode opcode, in VisitRR() 90 void VisitRRR(InstructionSelector* selector, InstructionCode opcode, in VisitRRR() 156 InstructionCode* opcode_return, Node* node, in TryMatchShift() 178 InstructionCode* opcode_return, Node* node, in TryMatchShiftImmediate() 194 bool TryMatchROR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchROR() 202 bool TryMatchASR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchASR() 210 bool TryMatchLSL(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchLSL() 219 InstructionCode* opcode_return, Node* node, in TryMatchLSLImmediate() 227 bool TryMatchLSR(InstructionSelector* selector, InstructionCode* opcode_return, in TryMatchLSR() [all …]
|
D | code-generator-arm.cc | 670 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 67 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand() 317 InstructionCode opcode) { in VisitRR() 438 InstructionCode opcode) { in VisitRRRR() 486 InstructionCode opcode = kArchNop; in VisitLoadLane() 533 InstructionCode opcode; in VisitLoadTransform() 587 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoadTransform() 592 InstructionCode opcode) { in VisitLoad() 600 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad() 680 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); in VisitAtomicExchange() 712 InstructionCode code = is_seqcst ? kArchAtomicStoreWithWriteBarrier in VisitStoreCommon() [all …]
|
D | code-generator-ia32.cc | 694 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 68 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand() 392 InstructionCode opcode = kArchNop; in VisitLoadLane() 475 InstructionCode code = opcode; in VisitLoadTransform() 483 InstructionCode opcode) { in VisitLoad() 502 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad() 531 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode) | in VisitAtomicExchange() 564 InstructionCode code = is_seqcst ? kArchAtomicStoreWithWriteBarrier in VisitStoreCommon() 618 InstructionCode code = in VisitStoreCommon() 659 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode) | in VisitProtectedStore() 675 InstructionCode opcode = kArchNop; in VisitStoreLane() [all …]
|
D | code-generator-x64.cc | 713 InstructionCode opcode, Instruction* instr, in EmitOOLTrapIfNeeded() 724 InstructionCode opcode, Instruction* instr, int pc) { in EmitOOLTrapIfNeeded() 1187 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 153 void VisitRR(InstructionSelector* selector, InstructionCode opcode, in VisitRR() 167 void VisitRRR(InstructionSelector* selector, InstructionCode opcode, in VisitRRR() 193 void VisitRRI(InstructionSelector* selector, InstructionCode opcode, in VisitRRI() 209 void VisitRRIR(InstructionSelector* selector, InstructionCode opcode, in VisitRRIR() 278 InstructionCode opcode = in TryEmitExtendingLoad() 291 Node* input_node, InstructionCode* opcode, bool try_ror) { in TryMatchAnyShift() 329 InstructionOperand* right_op, InstructionCode* opcode) { in TryMatchAnyExtend() 406 uint8_t GetBinopProperties(InstructionCode opcode) { in GetBinopProperties() 460 InstructionCode opcode, ImmediateMode operand_mode, in VisitBinop() 587 void EmitLoad(InstructionSelector* selector, Node* node, InstructionCode opcode, in EmitLoad() [all …]
|
D | code-generator-arm64.cc | 454 InstructionCode opcode, Instruction* instr, int pc) { in EmitOOLTrapIfNeeded() 462 InstructionCode opcode, Instruction* instr, int pc) { in EmitOOLTrapIfNeeded() 684 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 25 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() 65 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate() 164 InstructionCode* opcode_return, Node* node, in TryMatchImmediate() 177 InstructionCode opcode, bool has_reverse_opcode, in VisitBinop() 178 InstructionCode reverse_opcode, in VisitBinop() 221 InstructionCode opcode, bool has_reverse_opcode, in VisitBinop() 222 InstructionCode reverse_opcode) { in VisitBinop() 228 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop() 233 InstructionCode opcode) { in VisitBinop() 245 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); in VisitPairAtomicBinop() [all …]
|
D | code-generator-mips.cc | 612 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() 71 bool CanBeImmediate(Node* node, InstructionCode mode) { in CanBeImmediate() 76 bool CanBeImmediate(int64_t value, InstructionCode opcode) { in CanBeImmediate() 263 InstructionCode opcode = in TryEmitExtendingLoad() 276 InstructionCode* opcode_return, Node* node, in TryMatchImmediate() 289 InstructionCode opcode, bool has_reverse_opcode, in VisitBinop() 290 InstructionCode reverse_opcode, in VisitBinop() 326 InstructionCode opcode, bool has_reverse_opcode, in VisitBinop() 327 InstructionCode reverse_opcode) { in VisitBinop() 333 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop() [all …]
|
D | code-generator-mips64.cc | 575 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 75 void VisitRR(InstructionSelector* selector, InstructionCode opcode, in VisitRR() 82 void VisitRRR(InstructionSelector* selector, InstructionCode opcode, in VisitRRR() 90 void VisitRRO(InstructionSelector* selector, InstructionCode opcode, Node* node, in VisitRRO() 100 InstructionCode opcode, Node* node) { in VisitTryTruncateDouble() 119 InstructionCode opcode, ImmediateMode operand_mode, in VisitBinop() 152 InstructionCode opcode, ImmediateMode operand_mode) { in VisitBinop() 178 InstructionCode opcode = kArchNop; in VisitLoadCommon() 317 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStoreCommon() 609 InstructionCode opcode = in VisitStackPointerGreaterThan() 804 void VisitPairBinop(InstructionSelector* selector, InstructionCode opcode, in VisitPairBinop() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 141 bool CanBeMemoryOperand(InstructionCode opcode, Node* user, Node* input, in CanBeMemoryOperand() 265 bool S390OpcodeOnlySupport12BitDisp(InstructionCode op) { in S390OpcodeOnlySupport12BitDisp() 454 Node* right, InstructionCode* opcode, in GenerateRightOperands() 499 Node* left, Node* right, InstructionCode* opcode, in GenerateBinOpOperands() 520 InstructionCode opcode, OperandModes operand_mode, 526 InstructionCode opcode, OperandModes operand_mode, 561 InstructionSelector* selector, Node* node, InstructionCode opcode, \ 567 InstructionSelector* selector, Node* node, InstructionCode opcode, \ 579 InstructionCode opcode, OperandModes operand_mode, in VISIT_OP_LIST() 627 InstructionCode opcode, OperandModes operand_mode, in VisitBinOp() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() 71 bool CanBeImmediate(Node* node, InstructionCode mode) { in CanBeImmediate() 76 bool CanBeImmediate(int64_t value, InstructionCode opcode) { in CanBeImmediate() 259 InstructionCode opcode = in TryEmitExtendingLoad() 272 InstructionCode* opcode_return, Node* node, in TryMatchImmediate() 285 InstructionCode opcode, bool has_reverse_opcode, in VisitBinop() 286 InstructionCode reverse_opcode, in VisitBinop() 322 InstructionCode opcode, bool has_reverse_opcode, in VisitBinop() 323 InstructionCode reverse_opcode) { in VisitBinop() 329 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop() [all …]
|
D | code-generator-loong64.cc | 560 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 25 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() 77 bool CanBeImmediate(Node* node, InstructionCode mode) { in CanBeImmediate() 82 bool CanBeImmediate(int64_t value, InstructionCode opcode) { in CanBeImmediate() 269 InstructionCode opcode = in TryEmitExtendingLoad() 282 InstructionCode* opcode_return, Node* node, in TryMatchImmediate() 295 InstructionCode opcode, bool has_reverse_opcode, in VisitBinop() 296 InstructionCode reverse_opcode, in VisitBinop() 339 InstructionCode opcode, bool has_reverse_opcode, in VisitBinop() 340 InstructionCode reverse_opcode) { in VisitBinop() 346 InstructionCode opcode, FlagsContinuation* cont) { in VisitBinop() [all …]
|
D | code-generator-riscv64.cc | 631 InstructionCode opcode = instr->opcode(); in AssembleArchInstruction()
|