Searched refs:DelInstrs (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MachineCombiner.cpp | 78 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/ |
| HD | AArch64InstrInfo.h | 178 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| HD | AArch64InstrInfo.cpp | 2666 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/ |
| HD | X86InstrInfo.h | 473 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| HD | X86InstrInfo.cpp | 6481 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/ |
| HD | TargetInstrInfo.h | 747 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument
|