Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterCoalescer.cpp119 bool JoinCopy(MachineInstr *TheCopy, bool &Again);
1731 MachineInstr *TheCopy = ImpDefCopies[i]; in CopyCoalesceInMBB() local
1733 if (!JoinCopy(TheCopy, Again)) in CopyCoalesceInMBB()
1735 TryAgain.push_back(TheCopy); in CopyCoalesceInMBB()
1738 MachineInstr *TheCopy = PhysCopies[i]; in CopyCoalesceInMBB() local
1740 if (!JoinCopy(TheCopy, Again)) in CopyCoalesceInMBB()
1742 TryAgain.push_back(TheCopy); in CopyCoalesceInMBB()
1745 MachineInstr *TheCopy = VirtCopies[i]; in CopyCoalesceInMBB() local
1747 if (!JoinCopy(TheCopy, Again)) in CopyCoalesceInMBB()
1749 TryAgain.push_back(TheCopy); in CopyCoalesceInMBB()
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp55 isOnlyCopiedFromConstantGlobal(Value *V, MemTransferInst *&TheCopy, in isOnlyCopiedFromConstantGlobal() argument
138 if (TheCopy) return false; in isOnlyCopiedFromConstantGlobal()
152 TheCopy = MI; in isOnlyCopiedFromConstantGlobal()
164 MemTransferInst *TheCopy = nullptr; in isOnlyCopiedFromConstantGlobal() local
165 if (isOnlyCopiedFromConstantGlobal(AI, TheCopy, ToDelete)) in isOnlyCopiedFromConstantGlobal()
166 return TheCopy; in isOnlyCopiedFromConstantGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp59 isOnlyCopiedFromConstantGlobal(Value *V, MemTransferInst *&TheCopy, in isOnlyCopiedFromConstantGlobal() argument
141 if (TheCopy) return false; in isOnlyCopiedFromConstantGlobal()
155 TheCopy = MI; in isOnlyCopiedFromConstantGlobal()
167 MemTransferInst *TheCopy = nullptr; in isOnlyCopiedFromConstantGlobal() local
168 if (isOnlyCopiedFromConstantGlobal(AI, TheCopy, ToDelete)) in isOnlyCopiedFromConstantGlobal()
169 return TheCopy; in isOnlyCopiedFromConstantGlobal()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2484 isOnlyCopiedFromConstantGlobal(Value *V, MemTransferInst *&TheCopy, in isOnlyCopiedFromConstantGlobal() argument
2502 if (!isOnlyCopiedFromConstantGlobal(BCI, TheCopy, isOffset, in isOnlyCopiedFromConstantGlobal()
2510 if (!isOnlyCopiedFromConstantGlobal(GEP, TheCopy, in isOnlyCopiedFromConstantGlobal()
2562 if (TheCopy) return false; in isOnlyCopiedFromConstantGlobal()
2576 TheCopy = MI; in isOnlyCopiedFromConstantGlobal()
2587 MemTransferInst *TheCopy = 0; in isOnlyCopiedFromConstantGlobal() local
2588 if (::isOnlyCopiedFromConstantGlobal(AI, TheCopy, false, ToDelete)) in isOnlyCopiedFromConstantGlobal()
2589 return TheCopy; in isOnlyCopiedFromConstantGlobal()
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp148 bool joinCopy(MachineInstr *TheCopy, bool &Again);