Home
last modified time | relevance | path

Searched refs:InstrIdxForVirtReg (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineCombiner.cpp66 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg,
74 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg,
126 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg, in getDepth() argument
147 InstrIdxForVirtReg.find(MO.getReg()); in getDepth()
148 if (II != InstrIdxForVirtReg.end()) { in getDepth()
245 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg, in improvesCriticalPathLen() argument
254 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in improvesCriticalPathLen()
399 DenseMap<unsigned, unsigned> InstrIdxForVirtReg; in combineInstructions() local
405 InstrIdxForVirtReg); in combineInstructions()
424 InstrIdxForVirtReg, P) && in combineInstructions()
[all …]
DTargetInstrInfo.cpp669 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const { in reassociateOps()
722 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in reassociateOps()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h194 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const override;
DAArch64InstrInfo.cpp3385 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const { in genAlternativeCodeSequence()
3398 DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence()
3469 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence()
3503 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence()
3560 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h879 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const;
887 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const;