Home
last modified time | relevance | path

Searched refs:InstrIdxForVirtReg (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCombiner.cpp90 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg,
99 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg,
159 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg, in getDepth() argument
179 InstrIdxForVirtReg.find(MO.getReg()); in getDepth()
180 if (II != InstrIdxForVirtReg.end()) { in getDepth()
302 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg, in improvesCriticalPathLen() argument
308 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in improvesCriticalPathLen()
468 DenseMap<unsigned, unsigned> InstrIdxForVirtReg; in verifyPatternOrder() local
470 InstrIdxForVirtReg); in verifyPatternOrder()
548 DenseMap<unsigned, unsigned> InstrIdxForVirtReg; in combineInstructions() local
[all …]
DTargetInstrInfo.cpp779 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const { in reassociateOps()
832 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;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h224 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const override;
DAArch64InstrInfo.cpp4153 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const { in genAlternativeCodeSequence()
4166 DelInstrs, InstrIdxForVirtReg); in genAlternativeCodeSequence()
4237 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence()
4271 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence()
4328 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence()
4587 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence()
4607 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence()
4627 InstrIdxForVirtReg.insert(std::make_pair(NewVR, 0)); in genAlternativeCodeSequence()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h978 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const;