Searched refs:getMappedReg (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 501 getMappedReg(unsigned Reg, DenseMap<unsigned, unsigned> &RegMap) { in getMappedReg() function 562 unsigned FromRegB = getMappedReg(regB, SrcRegMap); in isProfitableToCommute() 563 unsigned FromRegC = getMappedReg(regC, SrcRegMap); in isProfitableToCommute() 564 unsigned ToRegB = getMappedReg(regB, DstRegMap); in isProfitableToCommute() 565 unsigned ToRegC = getMappedReg(regC, DstRegMap); in isProfitableToCommute() 619 unsigned FromRegC = getMappedReg(RegC, SrcRegMap); in CommuteInstruction() 638 unsigned FromRegB = getMappedReg(RegB, SrcRegMap); in isProfitableToConv3Addr() 641 unsigned ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToConv3Addr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 549 getMappedReg(unsigned Reg, DenseMap<unsigned, unsigned> &RegMap) { in getMappedReg() function 621 unsigned ToRegA = getMappedReg(regA, DstRegMap); in isProfitableToCommute() 623 unsigned FromRegB = getMappedReg(regB, SrcRegMap); in isProfitableToCommute() 624 unsigned FromRegC = getMappedReg(regC, SrcRegMap); in isProfitableToCommute() 702 unsigned FromRegC = getMappedReg(RegC, SrcRegMap); in commuteInstruction() 721 unsigned FromRegB = getMappedReg(RegB, SrcRegMap); in isProfitableToConv3Addr() 724 unsigned ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToConv3Addr()
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 520 getMappedReg(unsigned Reg, DenseMap<unsigned, unsigned> &RegMap) { in getMappedReg() function 582 unsigned ToRegA = getMappedReg(regA, DstRegMap); in isProfitableToCommute() 584 unsigned FromRegB = getMappedReg(regB, SrcRegMap); in isProfitableToCommute() 585 unsigned FromRegC = getMappedReg(regC, SrcRegMap); in isProfitableToCommute() 662 unsigned FromRegC = getMappedReg(RegC, SrcRegMap); in commuteInstruction() 681 unsigned FromRegB = getMappedReg(RegB, SrcRegMap); in isProfitableToConv3Addr() 684 unsigned ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToConv3Addr()
|