/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | tilepro-dis.c | 63 && decoded[i].operand_values[0] != expected_first_operand) in contains_insn() 67 && decoded[i].operand_values[1] != expected_second_operand) in contains_insn() 70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; in contains_insn() 152 num = decoded[i].operand_values[j]; in print_insn_tilepro() 180 decoded[i].operand_values[1], in print_insn_tilepro() 193 decoded[i].operand_values[1], in print_insn_tilepro()
|
H A D | tilegx-dis.c | 105 num = decoded[i].operand_values[j]; in print_insn_tilegx()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | tilepro-dis.c | 63 && decoded[i].operand_values[0] != expected_first_operand) in contains_insn() 67 && decoded[i].operand_values[1] != expected_second_operand) in contains_insn() 70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; in contains_insn() 152 num = decoded[i].operand_values[j]; in print_insn_tilepro() 180 decoded[i].operand_values[1], in print_insn_tilepro() 193 decoded[i].operand_values[1], in print_insn_tilepro()
|
H A D | tilegx-dis.c | 105 num = decoded[i].operand_values[j]; in print_insn_tilegx()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-tilepro.c | 148 expressionS operand_values[TILEPRO_MAX_OPERANDS]; member 408 expressionS *operand_values, in emit_tilepro_instruction() argument 417 expressionS *operand_exp = &operand_values[i]; in emit_tilepro_instruction() 698 int regno = instr->operand_values[k].X_add_number; in check_illegal_reg_writes() 877 instr->operand_values, in tilepro_flush_bundle() 1008 expressionS *operand_values) in parse_operands() argument 1012 memset (operand_values, 0, num_operands * sizeof operand_values[0]); in parse_operands() 1023 parse_reg_expression (&operand_values[i]); in parse_operands() 1027 operand_values[i].X_op = O_absent; in parse_operands() 1033 expression (&operand_values[i]); in parse_operands() [all …]
|
H A D | tc-tilegx.c | 199 expressionS operand_values[TILEGX_MAX_OPERANDS]; member 485 expressionS *operand_values, in emit_tilegx_instruction() argument 494 expressionS *operand_exp = &operand_values[i]; in emit_tilegx_instruction() 810 int regno = instr->operand_values[k].X_add_number; in check_illegal_reg_writes() 990 instr->operand_values, in tilegx_flush_bundle() 1125 expressionS *operand_values) in parse_operands() argument 1129 memset (operand_values, 0, num_operands * sizeof operand_values[0]); in parse_operands() 1140 parse_reg_expression (&operand_values[i]); in parse_operands() 1144 operand_values[i].X_op = O_absent; in parse_operands() 1150 expression (&operand_values[i]); in parse_operands() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-tilepro.c | 148 expressionS operand_values[TILEPRO_MAX_OPERANDS]; member 408 expressionS *operand_values, in emit_tilepro_instruction() argument 417 expressionS *operand_exp = &operand_values[i]; in emit_tilepro_instruction() 698 int regno = instr->operand_values[k].X_add_number; in check_illegal_reg_writes() 877 instr->operand_values, in tilepro_flush_bundle() 1008 expressionS *operand_values) in parse_operands() argument 1012 memset (operand_values, 0, num_operands * sizeof operand_values[0]); in parse_operands() 1023 parse_reg_expression (&operand_values[i]); in parse_operands() 1027 operand_values[i].X_op = O_absent; in parse_operands() 1033 expression (&operand_values[i]); in parse_operands() [all …]
|
H A D | tc-tilegx.c | 199 expressionS operand_values[TILEGX_MAX_OPERANDS]; member 485 expressionS *operand_values, in emit_tilegx_instruction() argument 494 expressionS *operand_exp = &operand_values[i]; in emit_tilegx_instruction() 810 int regno = instr->operand_values[k].X_add_number; in check_illegal_reg_writes() 990 instr->operand_values, in tilegx_flush_bundle() 1125 expressionS *operand_values) in parse_operands() argument 1129 memset (operand_values, 0, num_operands * sizeof operand_values[0]); in parse_operands() 1140 parse_reg_expression (&operand_values[i]); in parse_operands() 1144 operand_values[i].X_op = O_absent; in parse_operands() 1150 expression (&operand_values[i]); in parse_operands() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | User.h | 266 iterator_range<value_op_iterator> operand_values() { in operand_values() function 287 iterator_range<const_value_op_iterator> operand_values() const { in operand_values() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SpeculateAroundPHIs.cpp | 468 for (Value *OpV : I->operand_values()) in findProfitablePHIs() 541 for (auto *OpV : SpecI->operand_values()) { in findProfitablePHIs() 633 for (auto *OpV : OrigI->operand_values()) { in speculatePHIs()
|
H A D | SpeculativeExecution.cpp | 285 for (const Value *V : U->operand_values()) { in considerHoistingFromTo()
|
H A D | LoopDistribute.cpp | 172 for (Value *V : I->operand_values()) { in populateUsedSet()
|
H A D | LowerMatrixIntrinsics.cpp | 1913 for (Value *Op : cast<Instruction>(V)->operand_values()) in collectSharedInfo() 1941 for (Value *Op : cast<Instruction>(Root)->operand_values()) { in sumOpInfos()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 76 for (auto Operand : C->operand_values()) { in isNullOrUndef()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 73 for (Value *Op : CI->operand_values()) in operandReferences()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 994 SmallVector<const Value *, 2> Operands(U->operand_values()); in getUserCost() 1142 SmallVector<const Value *, 4> Operands(I->operand_values()); in getInstructionLatency()
|
H A D | LazyCallGraph.h | 1123 for (Value *Op : C->operand_values()) in visitReferences()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | tilegx.h | 1261 long long operand_values[TILEGX_MAX_OPERANDS]; member
|
H A D | tilepro.h | 1584 int operand_values[TILEPRO_MAX_OPERANDS]; member
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | tilegx.h | 1261 long long operand_values[TILEGX_MAX_OPERANDS]; member
|
H A D | tilepro.h | 1584 int operand_values[TILEPRO_MAX_OPERANDS]; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 112 for (Value *Op : I.operand_values()) in populateSlow() 1591 for (Value *Op : I.operand_values()) { in getEdgeKind()
|
H A D | CGSCCPassManager.cpp | 947 for (Value *Op : I.operand_values()) in updateCGAndAnalysisManagerForPass()
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitNativeTILEGX-encoder.c | 666 long long operand_values[TILEGX_MAX_OPERANDS]; member 9577 d->operand_values[i] = opval; in parse_insn_tilegx() 10132 num = decoded[i].operand_values[j]; in print_insn_tilegx()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 83 for (const Value *V : I->operand_values()) { in dependsOnLocalPhi()
|