Searched refs:InstrIdxForVirtReg (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 66 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 …]
|
D | TargetInstrInfo.cpp | 669 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const { in reassociateOps() 722 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in reassociateOps()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 194 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const override;
|
D | AArch64InstrInfo.cpp | 3385 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/ |
D | TargetInstrInfo.h | 879 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const; 887 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const;
|