Home
last modified time | relevance | path

Searched refs:OpToNewVRegIdx (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp657 OpToNewVRegIdx.resize(NumOpds, OperandsMapper::DontKnowIdx); in OperandsMapper()
666 int StartIdx = OpToNewVRegIdx[OpIdx]; in getVRegsMem()
673 OpToNewVRegIdx[OpIdx] = StartIdx; in getVRegsMem()
727 assert(NewVRegs[OpToNewVRegIdx[OpIdx] + PartialMapIdx] == 0 && in setVRegs()
729 NewVRegs[OpToNewVRegIdx[OpIdx] + PartialMapIdx] = NewVReg; in setVRegs()
737 int StartIdx = OpToNewVRegIdx[OpIdx]; in getVRegs()
771 if (OpToNewVRegIdx[Idx] != DontKnowIdx) { in print()
774 OS << '(' << Idx << ", " << OpToNewVRegIdx[Idx] << ')'; in print()
791 if (OpToNewVRegIdx[Idx] == DontKnowIdx) in print()
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h196 std::unique_ptr<int[]> OpToNewVRegIdx; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h283 SmallVector<int, 8> OpToNewVRegIdx; variable