Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h200 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
201 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
/external/swiftshader/third_party/llvm-7.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
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineMemOperand.h153 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp322 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots() local
325 RefMMOs[i]->setValue(NewSV); in ColorSlots()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp368 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots() local
371 RefMMOs[i]->setValue(NewSV); in ColorSlots()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp485 const Value *NewSV = PseudoSourceValue::getFixedStack(NewFI); in RewriteInstruction() local
489 (*I)->setValue(NewSV); in RewriteInstruction()