Searched refs:UseOperand (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ppc/ |
D | instruction-selector-ppc.cc | 32 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/ |
D | instruction-selector-mips.cc | 27 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/ |
D | AMDGPUMachineCFGStructurizer.cpp | 1046 MachineOperand *UseOperand = &(RI); in removeFalseRegisterKills() local 1048 if (UseIsOutsideDefMBB && UseOperand->isKill()) { in removeFalseRegisterKills() 1051 UseOperand->setIsKill(false); in removeFalseRegisterKills()
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 27 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/ |
D | instruction-selector-s390.cc | 88 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/ |
D | instruction-selector-arm64.cc | 34 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { in UseOperand() function in v8::internal::compiler::Arm64OperandGenerator 178 g.UseOperand(node->InputAt(1), operand_mode)); in VisitRRO()
|