Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h286 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
287 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp368 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots() local
371 RefMMOs[i]->setValue(NewSV); in ColorSlots()
DStackColoring.cpp1080 const PseudoSourceValue *NewSV = in remapInstructions() local
1083 Ref->setValue(NewSV); in remapInstructions()