Searched refs:DelInstrs (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 277 SmallVectorImpl<MachineInstr *> &DelInstrs, in getLatenciesForInstrSequences() argument 288 for (auto I : DelInstrs) in getLatenciesForInstrSequences() 303 SmallVectorImpl<MachineInstr *> &DelInstrs, in improvesCriticalPathLen() argument 373 SmallVectorImpl<MachineInstr *> &DelInstrs) { in preservesResourceLen() argument 389 instr2instrSC(DelInstrs, DelInstrsSC); in preservesResourceLen() 440 for (auto *InstrPtr : DelInstrs) { in insertDeleteInstructions() 469 SmallVector<MachineInstr *, 16> DelInstrs; in verifyPatternOrder() local 481 Root, InsInstrs, DelInstrs, MinInstr->getTrace(MBB)); in verifyPatternOrder() 549 SmallVector<MachineInstr *, 16> DelInstrs; in combineInstructions() local 554 unsigned OldInstCount = DelInstrs.size(); in combineInstructions() [all …]
|
| H A D | TargetInstrInfo.cpp | 767 SmallVectorImpl<MachineInstr *> &DelInstrs, in reassociateOps() argument 843 DelInstrs.push_back(&Prev); in reassociateOps() 844 DelInstrs.push_back(&Root); in reassociateOps() 850 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 871 reassociateOps(Root, *Prev, Pattern, InsInstrs, DelInstrs, InstIdxForVirtReg); in genAlternativeCodeSequence()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 987 SmallVectorImpl<MachineInstr *> &DelInstrs, 995 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 217 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| H A D | AArch64InstrInfo.cpp | 4103 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 4117 DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence() 4592 DelInstrs.push_back(MUL); in genAlternativeCodeSequence() 4593 DelInstrs.push_back(&Root); in genAlternativeCodeSequence()
|