Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp117 DenseMap<Register, Register> DstRegMap; member in __anon5b6650e30111::TwoAddressInstructionPass
599 MCRegister ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToCommute()
707 MCRegister ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToConv3Addr()
749 DstRegMap.erase(RegB); in convertInstTo3Addr()
785 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses()
787 assert(DstRegMap[FromReg] == ToReg &&"Can't map to two dst registers!"); in scanUses()
790 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses()
792 assert(DstRegMap[DstReg] == ToReg && "Can't map to two dst registers!"); in scanUses()
818 DstRegMap.insert(std::make_pair(SrcReg, DstReg)); in processCopy()
1790 DstRegMap.clear(); in runOnMachineFunction()