Home
last modified time | relevance | path

Searched refs:OpToNewVRegIdx (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp518 OpToNewVRegIdx.reset(new int[NumOpds]); in OperandsMapper()
519 std::fill(&OpToNewVRegIdx[0], &OpToNewVRegIdx[NumOpds], in OperandsMapper()
529 int StartIdx = OpToNewVRegIdx[OpIdx]; in getVRegsMem()
536 OpToNewVRegIdx[OpIdx] = StartIdx; in getVRegsMem()
586 assert(NewVRegs[OpToNewVRegIdx[OpIdx] + PartialMapIdx] == 0 && in setVRegs()
588 NewVRegs[OpToNewVRegIdx[OpIdx] + PartialMapIdx] = NewVReg; in setVRegs()
596 int StartIdx = OpToNewVRegIdx[OpIdx]; in getVRegs()
628 if (OpToNewVRegIdx[Idx] != DontKnowIdx) { in print()
631 OS << '(' << Idx << ", " << OpToNewVRegIdx[Idx] << ')'; in print()
648 if (OpToNewVRegIdx[Idx] == DontKnowIdx) in print()
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h196 std::unique_ptr<int[]> OpToNewVRegIdx; variable