Home
last modified time | relevance | path

Searched defs:op1 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.h243 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); variable
303 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); variable
Dgraph_checker.cpp1156 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in CheckDataFlow() local
1488 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in CheckDataFlow() local
1550 [[maybe_unused]] auto op1 = inst->GetInput(0).GetInst(); in CheckDataFlow() local
1579 [[maybe_unused]] auto op1 = inst->GetInputs()[1].GetInst(); in CheckDataFlow() local
1818 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); in CheckDataFlow() local
1874 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); in CheckDataFlow() local
1936 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in CheckDataFlow() local
1971 [[maybe_unused]] auto op1 = inst->GetInput(0).GetInst(); in CheckDataFlow() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp86 Register argv, Register op1, Register op2, Label *stackOverflow) in PushArgsWithArgvAndCheckStack()
105 …ll::StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register numArgs, Register op1, in StackOverflowCheck()
Dasm_interpreter_call.cpp493 Register op1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
1165 Register op1, Register op2, Label *stackOverflow) in PushUndefinedWithArgcAndCheckStack()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp452 auto op1 = compare->GetInput(1).GetInst(); in VisitIfImm() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp1117 Reg op1 {src1}; in EncodeDiv() local
1192 Reg op1 {src1}; in EncodeMod() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp2487 Reg op1 = swap ? src0 : src1; in CompareHelper() local