/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 98 SmallVectorImpl<MachineInstr *> &DelInstrs, 104 SmallVectorImpl<MachineInstr *> &DelInstrs); 110 SmallVectorImpl<MachineInstr *> &DelInstrs, 275 SmallVectorImpl<MachineInstr *> &DelInstrs, in getLatenciesForInstrSequences() argument 286 for (auto I : DelInstrs) in getLatenciesForInstrSequences() 301 SmallVectorImpl<MachineInstr *> &DelInstrs, in improvesCriticalPathLen() argument 334 getLatenciesForInstrSequences(*Root, InsInstrs, DelInstrs, BlockTrace); in improvesCriticalPathLen() 371 SmallVectorImpl<MachineInstr *> &DelInstrs) { in preservesResourceLen() argument 387 instr2instrSC(DelInstrs, DelInstrsSC); in preservesResourceLen() 431 SmallVector<MachineInstr *, 16> DelInstrs, in insertDeleteInstructions() argument [all …]
|
D | TargetInstrInfo.cpp | 778 SmallVectorImpl<MachineInstr *> &DelInstrs, in reassociateOps() argument 854 DelInstrs.push_back(&Prev); in reassociateOps() 855 DelInstrs.push_back(&Root); in reassociateOps() 861 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 882 reassociateOps(Root, *Prev, Pattern, InsInstrs, DelInstrs, InstIdxForVirtReg); in genAlternativeCodeSequence()
|
/external/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 79 SmallVectorImpl<MachineInstr *> &DelInstrs); 306 SmallVectorImpl<MachineInstr *> &DelInstrs) { in preservesResourceLen() argument 322 instr2instrSC(DelInstrs, DelInstrsSC); in preservesResourceLen() 398 SmallVector<MachineInstr *, 16> DelInstrs; in combineInstructions() local 404 TII->genAlternativeCodeSequence(MI, P, InsInstrs, DelInstrs, in combineInstructions() 407 unsigned OldInstCount = DelInstrs.size(); in combineInstructions() 425 preservesResourceLen(MBB, BlockTrace, InsInstrs, DelInstrs))) { in combineInstructions() 428 for (auto *InstrPtr : DelInstrs) in combineInstructions()
|
D | TargetInstrInfo.cpp | 668 SmallVectorImpl<MachineInstr *> &DelInstrs, in reassociateOps() argument 744 DelInstrs.push_back(&Prev); in reassociateOps() 745 DelInstrs.push_back(&Root); in reassociateOps() 751 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 772 reassociateOps(Root, *Prev, Pattern, InsInstrs, DelInstrs, InstIdxForVirtReg); in genAlternativeCodeSequence()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 193 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
D | AArch64InstrInfo.cpp | 3384 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 3398 DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence() 3795 DelInstrs.push_back(MUL); in genAlternativeCodeSequence() 3796 DelInstrs.push_back(&Root); in genAlternativeCodeSequence()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 878 SmallVectorImpl<MachineInstr *> &DelInstrs, 886 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 969 SmallVectorImpl<MachineInstr *> &DelInstrs, 977 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 223 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
D | AArch64InstrInfo.cpp | 4152 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 4166 DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence() 4641 DelInstrs.push_back(MUL); in genAlternativeCodeSequence() 4642 DelInstrs.push_back(&Root); in genAlternativeCodeSequence()
|