Home
last modified time | relevance | path

Searched defs:ReduceEntry (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp87 struct ReduceEntry { struct
89 enum ReduceType eRType; ///< Reduction type
90 bool (*ReduceFunction)(
92 struct OpCodes Ops; ///< All relevant OpCodes
93 struct OpInfo OpInf; ///< Characteristics of operands
94 struct ImmField Imm; ///< Characteristics of immediate field
96 ReduceEntry(enum ReduceType RType, struct OpCodes Op, in ReduceEntry() argument
101 unsigned NarrowOpc() const { return Ops.NarrowOpc; } in NarrowOpc()
102 unsigned WideOpc() const { return Ops.WideOpc; } in WideOpc()
103 int16_t LBound() const { return Imm.LBound; } in LBound()
[all …]
/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp65 struct ReduceEntry { global() struct
66 WideOpc__anon26f3fe620111::ReduceEntry global() argument
67 NarrowOpc1__anon26f3fe620111::ReduceEntry global() argument
68 NarrowOpc2__anon26f3fe620111::ReduceEntry global() argument
69 Imm1Limit__anon26f3fe620111::ReduceEntry global() argument
70 Imm2Limit__anon26f3fe620111::ReduceEntry global() argument
71 LowRegs1__anon26f3fe620111::ReduceEntry global() argument
72 LowRegs2__anon26f3fe620111::ReduceEntry global() argument
73 PredCC1__anon26f3fe620111::ReduceEntry global() argument
76 PredCC2__anon26f3fe620111::ReduceEntry global() argument
77 PartFlag__anon26f3fe620111::ReduceEntry global() argument
78 Special__anon26f3fe620111::ReduceEntry global() argument
79 AvoidMovs__anon26f3fe620111::ReduceEntry global() argument
[all...]