/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 32 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand() function in v8::internal::compiler::PPCOperandGenerator 95 g.UseOperand(node->InputAt(1), operand_mode)); in VisitRRO() 129 inputs[input_count++] = g.UseOperand(m.right().node(), operand_mode); in VisitBinop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineCFGStructurizer.cpp | 1048 MachineOperand *UseOperand = &(RI); in removeFalseRegisterKills() local 1050 if (UseIsOutsideDefMBB && UseOperand->isKill()) { in removeFalseRegisterKills() 1053 UseOperand->setIsKill(false); in removeFalseRegisterKills()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 25 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() function in v8::internal::compiler::MipsOperandGenerator 160 g.UseOperand(node->InputAt(1), opcode)); in VisitRRO() 199 inputs[input_count++] = g.UseOperand(m.right().node(), opcode); in VisitBinop()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() function in v8::internal::compiler::Loong64OperandGenerator 188 g.UseOperand(node->InputAt(1), opcode)); in VisitRRO() 307 inputs[input_count++] = g.UseOperand(m.right().node(), opcode); in VisitBinop()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() function in v8::internal::compiler::Mips64OperandGenerator 188 g.UseOperand(node->InputAt(1), opcode)); in VisitRRO() 311 inputs[input_count++] = g.UseOperand(m.right().node(), opcode); in VisitBinop()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 25 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() function in v8::internal::compiler::RiscvOperandGenerator 194 g.UseOperand(node->InputAt(1), opcode)); in VisitRRO() 317 inputs[input_count++] = g.UseOperand(m.right().node(), opcode); in VisitBinop()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 40 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand() function in v8::internal::compiler::Arm64OperandGenerator 206 g.UseOperand(node->InputAt(1), operand_mode)); in VisitRRO() 2429 g.UseOperand(right, immediate_mode), cont); in VisitWordCompare()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 88 InstructionOperand UseOperand(Node* node, OperandModes mode) { in UseOperand() function in v8::internal::compiler::S390OperandGenerator 1701 g.UseOperand(right, OperandMode::kUint32Imm), cont); in VisitTestUnderMask()
|