Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp522 clone->SetShiftType(GetShiftType()); in Clone()
530 clone->SetShiftType(GetShiftType()); in Clone()
Dir_constructor.h563 static_cast<BinaryShiftedRegisterOperation *>(inst)->SetShiftType(shiftType); in Shift()
567 static_cast<UnaryShiftedRegisterOperation *>(inst)->SetShiftType(shiftType); in Shift()
Dinst.h2316 void SetShiftType(ShiftType shiftType) in SetShiftType() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h453 static_cast<BinaryShiftedRegisterOperation *>(inst)->SetShiftType(shift_type); in Shift()
457 static_cast<UnaryShiftedRegisterOperation *>(inst)->SetShiftType(shift_type); in Shift()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp799 inst->SetShiftType(shiftType); in GenerateOperationsShiftedRegister()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp828 newInst->SetShiftType(shiftType); in LowerOperationWithShiftedOperand()