OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:op_info
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
regrename.h
95
operand_rr_info *
op_info
;
member in struct:insn_rr_info
tree-ssa-sccvn.cc
8102
vn_ssa_aux_t
op_info
= VN_INFO (op);
local
8103
gcc_assert (!
op_info
->visited);
8104
op_info
->valnum = VN_TOP;
8105
op_info
->visited = true;
/src/external/gpl3/gcc.old/dist/gcc/
regrename.h
95
operand_rr_info *
op_info
;
member in struct:insn_rr_info
tree-ssa-sccvn.cc
7582
vn_ssa_aux_t
op_info
= VN_INFO (op);
local
7583
gcc_assert (!
op_info
->visited);
7584
op_info
->valnum = VN_TOP;
7585
op_info
->visited = true;
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc
332
operand_rr_info *dest_op_info = insn_rr[INSN_UID (insn)].
op_info
;
671
operand_rr_info *
op_info
= insn_rr[INSN_UID (insn)].
op_info
;
673
for (i = 0; i <
op_info
->n_chains; i++)
677
if (
op_info
->heads[i]->regno != regno)
680
head =
op_info
->heads[i];
670
operand_rr_info *
op_info
= insn_rr[INSN_UID (insn)].
op_info
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc
332
operand_rr_info *dest_op_info = insn_rr[INSN_UID (insn)].
op_info
;
671
operand_rr_info *
op_info
= insn_rr[INSN_UID (insn)].
op_info
;
673
for (i = 0; i <
op_info
->n_chains; i++)
677
if (
op_info
->heads[i]->regno != regno)
680
head =
op_info
->heads[i];
670
operand_rr_info *
op_info
= insn_rr[INSN_UID (insn)].
op_info
;
local
/src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.h
382
const rvv_op_info *
op_info
;
variable
710
return TYPE_MODE (
op_info
->args[1].get_tree_type (type.index));
717
return TYPE_MODE (
op_info
->args[idx].get_tree_type (type.index));
724
return TYPE_MODE (
op_info
->ret.get_tree_type (type.index));
riscv-vector-builtins.cc
3257
const rvv_op_info *
op_info
= instance.
op_info
;
local
3259
if (required_extensions_p (
op_info
->ret.base_type))
3262
=
op_info
->ret.get_function_type_index (type_info.index);
3268
for (unsigned i = 0;
op_info
->args[i].base_type != NUM_BASE_TYPES; ++i)
3270
if (!required_extensions_p (
op_info
->args[i].base_type))
3274
=
op_info
->args[i].get_function_type_index (type_info.index);
3281
if (
op_info
->args[i].base_type == RVV_BASE_eew64_index)
3419
pred (pred_in),
op_info
(op_info_in)
3426
for (unsigned int i = 0;
op_info
->args[i].base_type != NUM_BASE_TYPES; ++i
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
2582
//
op_info
->Value and is at Offset past the start of the instruction and has a
2591
struct LLVMOpInfo1 *
op_info
= (struct LLVMOpInfo1 *)TagBuf;
local
2592
uint64_t value =
op_info
->Value;
2595
memset((void *)
op_info
, '\0', sizeof(struct LLVMOpInfo1));
2596
op_info
->Value = value;
2658
op_info
->AddSymbol.Present = 1;
2659
op_info
->AddSymbol.Name =
2662
// the offset from the symbol, and value is already set in
op_info
->Value.
2670
op_info
->AddSymbol.Present = 1;
2672
op_info
->AddSymbol.Name = add
[
all
...]
Completed in 50 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026