Home
last modified time | relevance | path

Searched defs:op0 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dgc_utils.h65 auto op0 = llvm::dyn_cast<llvm::Constant>(cmp->getOperand(0)); in IsNullCmp() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp112 llvm::Value *op0 = call->getOperand(DEST); in HandleMemCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Debo.cpp119 bool Ebo::IsOfSameClass(const Operand &op0, const Operand &op1) const in IsOfSameClass() argument
365 bool Ebo::RegistersIdentical(const Operand &op0, const Operand &op1) const in RegistersIdentical() argument
Dcgfunc.cpp1370 BaseNode *op0 = condNode->Opnd(0); in HandleCondbr() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp2293 [[maybe_unused]] auto op0 = inst->GetInput(0).GetInst(); in CheckUserOfInt32() local
2357 [[maybe_unused]] auto op0 = inst->GetInput(0).GetInst(); in CheckUserOfInt32() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp882 auto op0 = compare->GetInput(0).GetInst(); in VisitIfImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1232 auto op0 = input->GetInput(0).GetInst(); in VisitCastCase3() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp2939 Reg op0 = swap ? src1 : src0; in CompareHelper() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1527 BaseNode *op0 = LowerExpr(stmt, *stmt.Opnd(0), block); in LowerAssertBoundary() local