Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCombiner.cpp277 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 DTargetInstrInfo.cpp767 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 DTargetInstrInfo.h987 SmallVectorImpl<MachineInstr *> &DelInstrs,
995 SmallVectorImpl<MachineInstr *> &DelInstrs,
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h217 SmallVectorImpl<MachineInstr *> &DelInstrs,
H A DAArch64InstrInfo.cpp4103 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()