Home
last modified time | relevance | path

Searched defs:SetVnObject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp317 void GetAnyTypeNameInst::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::GetAnyTypeNameInst
322 void CompareAnyTypeInst::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::CompareAnyTypeInst
327 void BinaryImmOperation::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::BinaryImmOperation
332 void BinaryShiftedRegisterOperation::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::BinaryShiftedRegisterOperation
338 void UnaryShiftedRegisterOperation::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::UnaryShiftedRegisterOperation
344 void CompareInst::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::CompareInst
349 void SelectInst::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::SelectInst
354 void IfInst::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::IfInst
359 void IfImmInst::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::IfImmInst
364 void UnaryOperation::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::UnaryOperation
[all …]
Dinst.h1590 virtual void SetVnObject([[maybe_unused]] VnObject *vnObj) {} in SetVnObject() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp153 void CompareInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::CompareInst
158 void IfInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::IfInst
163 void IfImmInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::IfImmInst
168 void CmpInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::CmpInst
Dinst.h1284 virtual void SetVnObject([[maybe_unused]] VnObject *vn_obj) {} in SetVnObject() function