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/ppc/
Dinstruction-selector-ppc.cc32 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/
DAMDGPUMachineCFGStructurizer.cpp1048 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/
Dinstruction-selector-mips.cc25 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/
Dinstruction-selector-loong64.cc27 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/
Dinstruction-selector-mips64.cc27 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/
Dinstruction-selector-riscv64.cc25 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/
Dinstruction-selector-arm64.cc40 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/
Dinstruction-selector-s390.cc88 InstructionOperand UseOperand(Node* node, OperandModes mode) { in UseOperand() function in v8::internal::compiler::S390OperandGenerator
1701 g.UseOperand(right, OperandMode::kUint32Imm), cont); in VisitTestUnderMask()