Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineCombiner.cpp78 SmallVectorImpl<MachineInstr *> &DelInstrs);
278 SmallVectorImpl<MachineInstr *> &DelInstrs) { in preservesResourceLen() argument
292 instr2instrSC(DelInstrs, DelInstrsSC); in preservesResourceLen()
364 SmallVector<MachineInstr *, 16> DelInstrs; in combineInstructions() local
370 TII->genAlternativeCodeSequence(MI, P, InsInstrs, DelInstrs, in combineInstructions()
373 unsigned OldInstCount = DelInstrs.size(); in combineInstructions()
387 preservesResourceLen(MBB, BlockTrace, InsInstrs, DelInstrs))) { in combineInstructions()
390 for (auto *InstrPtr : DelInstrs) in combineInstructions()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h178 SmallVectorImpl<MachineInstr *> &DelInstrs,
HDAArch64InstrInfo.cpp2666 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument
2847 DelInstrs.push_back(MUL); in genAlternativeCodeSequence()
2848 DelInstrs.push_back(&Root); in genAlternativeCodeSequence()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86InstrInfo.h473 SmallVectorImpl<MachineInstr *> &DelInstrs,
HDX86InstrInfo.cpp6481 SmallVectorImpl<MachineInstr *> &DelInstrs, in reassociateOps() argument
6547 DelInstrs.push_back(&Prev); in reassociateOps()
6548 DelInstrs.push_back(&Root); in reassociateOps()
6555 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument
6572 reassociateOps(Root, *Prev, Pattern, InsInstrs, DelInstrs, InstIdxForVirtReg); in genAlternativeCodeSequence()
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetInstrInfo.h747 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument