Searched refs:InstrIdxForVirtReg (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 90 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 …]
|
D | TargetInstrInfo.cpp | 779 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const { in reassociateOps() 832 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;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 224 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const override;
|
D | AArch64InstrInfo.cpp | 4153 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/ |
D | TargetInstrInfo.h | 978 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg) const;
|