| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 335 SmallVectorImpl<MachineInstr *> &DelInstrs, in getLatenciesForInstrSequences() argument 346 for (auto *I : DelInstrs) in getLatenciesForInstrSequences() 355 SmallVectorImpl<MachineInstr *> &DelInstrs, in reduceRegisterPressure() argument 373 SmallVectorImpl<MachineInstr *> &DelInstrs, in improvesCriticalPathLen() argument 447 SmallVectorImpl<MachineInstr *> &DelInstrs) { in preservesResourceLen() argument 463 instr2instrSC(DelInstrs, DelInstrsSC); in preservesResourceLen() 502 SmallVectorImpl<MachineInstr *> &DelInstrs, in insertDeleteInstructions() argument 518 for (auto *InstrPtr : DelInstrs) { in insertDeleteInstructions() 547 SmallVector<MachineInstr *, 16> DelInstrs; in verifyPatternOrder() local 632 SmallVector<MachineInstr *, 16> DelInstrs; in combineInstructions() local [all …]
|
| H A D | TargetInstrInfo.cpp | 1060 SmallVectorImpl<MachineInstr *> &DelInstrs, in reassociateOps() argument 1164 DelInstrs.push_back(&Prev); in reassociateOps() 1165 DelInstrs.push_back(&Root); in reassociateOps() 1182 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 1205 reassociateOps(Root, *Prev, Pattern, InsInstrs, DelInstrs, InstIdxForVirtReg); in genAlternativeCodeSequence()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 229 SmallVectorImpl<MachineInstr *> &DelInstrs, 355 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| H A D | PPCInstrInfo.cpp | 758 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 765 reassociateFMA(Root, Pattern, InsInstrs, DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence() 770 DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence() 778 SmallVectorImpl<MachineInstr *> &DelInstrs, in reassociateFMA() argument 1028 DelInstrs.push_back(Leaf); in reassociateFMA() 1030 DelInstrs.push_back(Prev); in reassociateFMA() 1031 DelInstrs.push_back(&Root); in reassociateFMA()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 251 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| H A D | RISCVInstrInfo.cpp | 1889 SmallVectorImpl<MachineInstr *> &DelInstrs) { in combineFPFusedMultiply() argument 1924 DelInstrs.push_back(&Prev); in combineFPFusedMultiply() 1925 DelInstrs.push_back(&Root); in combineFPFusedMultiply() 1931 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 1937 DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence() 1942 combineFPFusedMultiply(Root, Prev, Pattern, InsInstrs, DelInstrs); in genAlternativeCodeSequence() 1948 combineFPFusedMultiply(Root, Prev, Pattern, InsInstrs, DelInstrs); in genAlternativeCodeSequence()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1260 SmallVectorImpl<MachineInstr *> &DelInstrs, 1275 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 664 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| H A D | X86InstrInfo.cpp | 10621 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeDpCodeSequence() argument 10705 DelInstrs.push_back(&Root); in genAlternativeDpCodeSequence() 10711 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 10717 DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence() 10720 genAlternativeDpCodeSequence(Root, *this, InsInstrs, DelInstrs, in genAlternativeCodeSequence()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 303 SmallVectorImpl<MachineInstr *> &DelInstrs,
|
| H A D | AArch64InstrInfo.cpp | 6879 SmallVectorImpl<MachineInstr *> &DelInstrs, in genSubAdd2SubSub() argument 6916 DelInstrs.push_back(AddMI); in genSubAdd2SubSub() 6925 SmallVectorImpl<MachineInstr *> &DelInstrs, in genAlternativeCodeSequence() argument 6939 DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence() 6944 genSubAdd2SubSub(MF, MRI, TII, Root, InsInstrs, DelInstrs, 1, in genAlternativeCodeSequence() 6950 genSubAdd2SubSub(MF, MRI, TII, Root, InsInstrs, DelInstrs, 2, in genAlternativeCodeSequence() 7847 DelInstrs.push_back(MUL); in genAlternativeCodeSequence() 7848 DelInstrs.push_back(&Root); in genAlternativeCodeSequence()
|