Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveInterval.h234 createValueCopy(VNI, Allocator); in LiveRange()
321 VNInfo *createValueCopy(const VNInfo *orig, in createValueCopy() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveInterval.h248 createValueCopy(VNI, Allocator); in assign()
337 VNInfo *createValueCopy(const VNInfo *orig, in createValueCopy() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStrongPHIElimination.cpp354 NewVNI = NewLI.createValueCopy(DestLR->valno, LI->getVNInfoAllocator()); in runOnMachineFunction()
818 NewVN = NewLI.createValueCopy(OldVN, LI->getVNInfoAllocator()); in MergeLIsAndRename()
DLiveInterval.cpp563 createValueCopy(VNI, VNInfoAllocator); in Copy()
DSplitter.cpp110 newVNI = getNewLI()->createValueCopy(oldVNI, in getNewVNI()
DLiveIntervalAnalysis.cpp440 VNInfo *ValNo = interval.createValueCopy(OldValNo, VNInfoAllocator); in handleVirtualRegisterDef()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h307 VNInfo *createValueCopy(const VNInfo *orig,