Home
last modified time | relevance | path

Searched refs:UseOperand (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc32 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand() function in v8::internal::compiler::PPCOperandGenerator
105 g.UseOperand(node->InputAt(1), operand_mode)); in VisitRRO()
141 inputs[input_count++] = g.UseOperand(m.right().node(), operand_mode); in VisitBinop()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() function in v8::internal::compiler::MipsOperandGenerator
155 g.UseOperand(node->InputAt(1), opcode)); in VisitRRO()
194 inputs[input_count++] = g.UseOperand(m.right().node(), opcode); in VisitBinop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp1046 MachineOperand *UseOperand = &(RI); in removeFalseRegisterKills() local
1048 if (UseIsOutsideDefMBB && UseOperand->isKill()) { in removeFalseRegisterKills()
1051 UseOperand->setIsKill(false); in removeFalseRegisterKills()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() function in v8::internal::compiler::Mips64OperandGenerator
167 g.UseOperand(node->InputAt(1), opcode)); in VisitRRO()
288 inputs[input_count++] = g.UseOperand(m.right().node(), opcode); in VisitBinop()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc88 InstructionOperand UseOperand(Node* node, OperandModes mode) { in UseOperand() function in v8::internal::compiler::S390OperandGenerator
1735 g.UseOperand(right, OperandMode::kUint32Imm), cont); in VisitTestUnderMask()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc34 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand() function in v8::internal::compiler::Arm64OperandGenerator
178 g.UseOperand(node->InputAt(1), operand_mode)); in VisitRRO()