Searched defs:InsInstrs (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCombiner.cpp | 207 MachineCombiner::getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, in getDepth() 320 MachineInstr &MI, SmallVectorImpl<MachineInstr *> &InsInstrs, in getLatenciesForInstrSequences() 340 SmallVectorImpl<MachineInstr *> &InsInstrs, in reduceRegisterPressure() 357 SmallVectorImpl<MachineInstr *> &InsInstrs, in improvesCriticalPathLen() 430 SmallVectorImpl<MachineInstr *> &InsInstrs, in preservesResourceLen() 485 SmallVectorImpl<MachineInstr *> &InsInstrs, in insertDeleteInstructions() 531 SmallVector<MachineInstr *, 16> InsInstrs; in verifyPatternOrder() local 616 SmallVector<MachineInstr *, 16> InsInstrs; in combineInstructions() local
|
H A D | TargetInstrInfo.cpp | 1083 SmallVectorImpl<MachineInstr *> &InsInstrs, in reassociateOps() 1249 SmallVectorImpl<MachineInstr *> &InsInstrs, in genAlternativeCodeSequence()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 6659 SmallVectorImpl<MachineInstr *> &InsInstrs, unsigned IdxMulOpd, in genFusedMultiply() 6720 SmallVectorImpl<MachineInstr *> &InsInstrs) { in genFNegatedMAD() 6761 SmallVectorImpl<MachineInstr *> &InsInstrs, in genIndexedMultiply() 6803 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyAcc() 6813 SmallVectorImpl<MachineInstr *> &InsInstrs, in genNeg() 6832 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyAccNeg() 6849 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyIdx() 6859 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyIdxNeg() 6892 SmallVectorImpl<MachineInstr *> &InsInstrs, in genMaddR() 6929 SmallVectorImpl<MachineInstr *> &InsInstrs, in genSubAdd2SubSub() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 2218 SmallVectorImpl<MachineInstr *> &InsInstrs, in combineFPFusedMultiply() argument 2263 SmallVectorImpl<MachineInstr *> &InsInstrs, in genShXAddAddShift() argument 2322 SmallVectorImpl<MachineInstr *> &InsInstrs, in genAlternativeCodeSequence() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 770 SmallVectorImpl<MachineInstr *> &InsInstrs, in genAlternativeCodeSequence() 790 SmallVectorImpl<MachineInstr *> &InsInstrs, in reassociateFMA()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1234 SmallVectorImpl<MachineInstr *> &InsInstrs) const {} in finalizeInsInstrs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 10713 SmallVectorImpl<MachineInstr *> &InsInstrs, in genAlternativeDpCodeSequence() 10803 SmallVectorImpl<MachineInstr *> &InsInstrs, in genAlternativeCodeSequence()
|