Searched refs:DelInstrs (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 79 SmallVectorImpl<MachineInstr *> &DelInstrs); 304 SmallVectorImpl<MachineInstr *> &DelInstrs) { in preservesResourceLen() argument 320 instr2instrSC(DelInstrs, DelInstrsSC); in preservesResourceLen() 394 SmallVector<MachineInstr *, 16> DelInstrs; in combineInstructions() local 400 TII->genAlternativeCodeSequence(MI, P, InsInstrs, DelInstrs, in combineInstructions() 403 unsigned OldInstCount = DelInstrs.size(); in combineInstructions() 417 preservesResourceLen(MBB, BlockTrace, InsInstrs, DelInstrs))) { in combineInstructions() 420 for (auto *InstrPtr : DelInstrs) in combineInstructions()
|
D | TargetInstrInfo.cpp | 666 SmallVectorImpl<MachineInstr *> &DelInstrs, in reassociateOps() argument 742 DelInstrs.push_back(&Prev); in reassociateOps() 743 DelInstrs.push_back(&Root); in reassociateOps() 749 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 770 reassociateOps(Root, *Prev, Pattern, InsInstrs, DelInstrs, InstIdxForVirtReg); in genAlternativeCodeSequence()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 178 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
D | AArch64InstrInfo.cpp | 2704 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 2885 DelInstrs.push_back(MUL); in genAlternativeCodeSequence() 2886 DelInstrs.push_back(&Root); in genAlternativeCodeSequence()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 837 SmallVectorImpl<MachineInstr *> &DelInstrs, 845 SmallVectorImpl<MachineInstr *> &DelInstrs,
|