Home
last modified time | relevance | path

Searched refs:DelInstrs (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp296 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 DTargetInstrInfo.cpp811 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 DPPCInstrInfo.h258 SmallVectorImpl<MachineInstr *> &DelInstrs,
349 SmallVectorImpl<MachineInstr *> &DelInstrs,
H A DPPCInstrInfo.cpp777 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 DTargetInstrInfo.h1171 SmallVectorImpl<MachineInstr *> &DelInstrs,
1179 SmallVectorImpl<MachineInstr *> &DelInstrs,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h258 SmallVectorImpl<MachineInstr *> &DelInstrs,
H A DAArch64InstrInfo.cpp5257 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()