Searched refs:DelInstrs (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 296 SmallVectorImpl<MachineInstr *> &DelInstrs, in getLatenciesForInstrSequences() argument 307 for (auto I : DelInstrs) in getLatenciesForInstrSequences() 316 SmallVectorImpl<MachineInstr *> &DelInstrs, in reduceRegisterPressure() argument 334 SmallVectorImpl<MachineInstr *> &DelInstrs, in improvesCriticalPathLen() argument 404 SmallVectorImpl<MachineInstr *> &DelInstrs) { in preservesResourceLen() argument 420 instr2instrSC(DelInstrs, DelInstrsSC); in preservesResourceLen() 487 for (auto *InstrPtr : DelInstrs) { in insertDeleteInstructions() 516 SmallVector<MachineInstr *, 16> DelInstrs; in verifyPatternOrder() local 601 SmallVector<MachineInstr *, 16> DelInstrs; in combineInstructions() local 606 unsigned OldInstCount = DelInstrs.size(); in combineInstructions() [all …]
|
| H A D | TargetInstrInfo.cpp | 811 SmallVectorImpl<MachineInstr *> &DelInstrs, in reassociateOps() argument 887 DelInstrs.push_back(&Prev); in reassociateOps() 888 DelInstrs.push_back(&Root); in reassociateOps() 894 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 915 reassociateOps(Root, *Prev, Pattern, InsInstrs, DelInstrs, InstIdxForVirtReg); in genAlternativeCodeSequence()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 258 SmallVectorImpl<MachineInstr *> &DelInstrs, 349 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| H A D | PPCInstrInfo.cpp | 777 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 784 reassociateFMA(Root, Pattern, InsInstrs, DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence() 789 DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence() 797 SmallVectorImpl<MachineInstr *> &DelInstrs, in reassociateFMA() argument 1047 DelInstrs.push_back(Leaf); in reassociateFMA() 1049 DelInstrs.push_back(Prev); in reassociateFMA() 1050 DelInstrs.push_back(&Root); in reassociateFMA()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1171 SmallVectorImpl<MachineInstr *> &DelInstrs, 1179 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 258 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| H A D | AArch64InstrInfo.cpp | 5257 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 5271 DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence() 6088 DelInstrs.push_back(MUL); in genAlternativeCodeSequence() 6089 DelInstrs.push_back(&Root); in genAlternativeCodeSequence()
|