Home
last modified time | relevance | path

Searched defs:sub (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Daarch64_fixup_sdiv.cpp35 auto sub = selectInst->getOperand(1U); in ReplaceSelect() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DtypeRelation.cpp177 bool TypeRelation::IsSupertypeOf(Type *super, Type *sub) in IsSupertypeOf() argument
H A DtypeRelation.h307 bool IsSupertypeOf(Type const *super, Type const *sub) in IsSupertypeOf() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vtable_builder.cpp130 static bool RefExtendsOrImplements(RefTypeLink sub, RefTypeLink super, uint32_t depth) in RefExtendsOrImplements() argument
161 static bool RefIsAssignableToImpl(RefTypeLink sub, RefTypeLink super, uint32_t depth) in RefIsAssignableToImpl() argument
192 RefIsAssignableTo(RefTypeLink sub, RefTypeLink super) RefIsAssignableTo() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_idioms.cpp234 auto sub = GetGraph()->CreateInstSub(DataType::INT32, inst->GetPc(), loopInfo->test, loopInfo->init); in ReplaceArrayInitLoop() local
H A Dchecks_elimination.cpp1002 auto sub = GetGraph()->CreateInstSub(DataType::INT32, INVALID_PC, upper, subValue); in TryInsertDeoptimizationForLargeStep() local
/arkcompiler/runtime_core/compiler/tests/
H A Dliveness_analyzer_test.cpp334 auto sub = liveness_analyzer->GetInstLifeIntervals(&INS(8)); in TEST_F() local
H A Dsplit_resolver_test.cpp749 auto sub = la->GetInstLifeIntervals(&INS(7)); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dliveness_analyzer_test.cpp311 auto sub = livenessAnalyzer->GetInstLifeIntervals(&INS(8U)); in TEST_F() local
H A Dsplit_resolver_test.cpp842 auto sub = la->GetInstLifeIntervals(&INS(7U)); in TEST_F() local
H A Dpeepholes_test.cpp1562 auto sub = INS(3U).GetNext(); in TEST_F() local
H A Dinst_generator.cpp791 auto sub = graph->CreateInstSub(); in GeneratePhiOperation() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date.cpp612 CString sub; in StrToTargetLength() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1849 auto sub = builder_.CreateBinOp(llvm::Instruction::FSub, input, floatRound); in CreateRoundArm64() local

Completed in 33 milliseconds