Searched refs:ReduceEntry (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp87 struct ReduceEntry { struct in namespace:__anon5246
96 ReduceEntry(enum ReduceType RType, struct OpCodes Op, function in struct:__anon5246::ReduceEntry
116 friend bool operator<(const unsigned int r, const struct ReduceEntry &re) {
124 const ReduceEntry &Entry; // Entry field
128 ReduceEntryFunArgs(MachineInstr *argMI, const ReduceEntry &argEntry,
133 typedef llvm::SmallVector<ReduceEntry, 32> ReduceEntryVector;
196 static bool ReplaceInstruction(MachineInstr *MI, const ReduceEntry &Entry,
337 static bool ImmInRange(MachineInstr *MI, const ReduceEntry &Entry) {
352 const ReduceEntry &Entry) {
443 const ReduceEntry
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp64 struct ReduceEntry { struct in namespace:__anon5101
81 static const ReduceEntry ReduceTable[] = {
185 bool VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry,
190 const ReduceEntry &Entry);
193 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop);
198 const ReduceEntry &Entry, bool LiveCPSR,
204 const ReduceEntry &Entry, bool LiveCPSR,
332 Thumb2SizeReduce::VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry,
405 const ReduceEntry &Entry) {
623 const ReduceEntry
[all...]

Completed in 121 milliseconds