Home
last modified time | relevance | path

Searched refs:UseOperand (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc25 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() function in v8::internal::compiler::final
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/ppc/
H A Dinstruction-selector-ppc.cc32 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand() function in v8::internal::compiler::final
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/
H A DAMDGPUMachineCFGStructurizer.cpp1048 MachineOperand *UseOperand = &(RI);
1050 if (UseIsOutsideDefMBB && UseOperand->isKill()) {
1053 UseOperand->setIsKill(false);
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() function in v8::internal::compiler::final
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/arm64/
H A Dinstruction-selector-arm64.cc40 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand() function in v8::internal::compiler::final
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/loong64/
H A Dinstruction-selector-loong64.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() function in v8::internal::compiler::final
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/riscv64/
H A Dinstruction-selector-riscv64.cc25 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() function in v8::internal::compiler::final
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/s390/
H A Dinstruction-selector-s390.cc88 InstructionOperand UseOperand(Node* node, OperandModes mode) { in UseOperand() function in v8::internal::compiler::OperandMode::final
1701 g.UseOperand(right, OperandMode::kUint32Imm), cont); in VisitTestUnderMask()

Completed in 45 milliseconds