Searched refs:DelInstrs (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 105 SmallVectorImpl<MachineInstr *> &DelInstrs, 110 SmallVectorImpl<MachineInstr *> &DelInstrs, 115 SmallVectorImpl<MachineInstr *> &DelInstrs); 121 SmallVectorImpl<MachineInstr *> &DelInstrs, 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 367 getLatenciesForInstrSequences(*Root, InsInstrs, DelInstrs, BlockTrace); in improvesCriticalPathLen() 404 SmallVectorImpl<MachineInstr *> &DelInstrs) { in preservesResourceLen() argument [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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 253 SmallVectorImpl<MachineInstr *> &DelInstrs, 344 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1158 SmallVectorImpl<MachineInstr *> &DelInstrs, 1166 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 258 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| H A D | AArch64InstrInfo.cpp | 5196 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 5210 DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence() 6027 DelInstrs.push_back(MUL); in genAlternativeCodeSequence() 6028 DelInstrs.push_back(&Root); in genAlternativeCodeSequence()
|