Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp392 bool Loop::CheckUpdateAndInitForBound(CompareInst *cmpInst, PhiInst *phiInst) in CheckUpdateAndInitForBound()
413 void Loop::CheckActualLengthVariantAsLoopInit(Inst *&loadObject, CompareInst *cmpInst, PhiInst *phi… in CheckActualLengthVariantAsLoopInit()
445 void Loop::CheckActualLengthVariantAsLoopBound(Inst *&loadObject, CompareInst *cmpInst, PhiInst *ph… in CheckActualLengthVariantAsLoopBound()
476 void Loop::CheckActualLengthAsLoopBound(Inst *&loadObject, CompareInst *cmpInst, PhiInst *phiInst) in CheckActualLengthAsLoopBound()
486 bool Loop::PrecheckInst(CompareInst *&cmpInst, PhiInst *&phiInst) in PrecheckInst()
518 CompareInst *cmpInst = nullptr; in CheckActualLengthAsLoopInitOrBound() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp198 …auto cmpInst = graph_->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), GetDefinitio… in BuildIsNullValue() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1002 auto cmpInst = inst->CastToCompare(); in TrySimplifyCompareAnyTypeCase1() local
1025 auto cmpInst = inst->CastToCompare(); in TrySimplifyCompareAnyTypeCase2() local
1067 auto cmpInst = inst->CastToCompare(); in TrySimplifyCompareAnyType() local
2317 auto cmpInst = inst->CastToCompare(); in TrySimplifyTestEqualInputs() local
2342 auto cmpInst = inst->CastToCompare(); in TrySimplifyCompareAndZero() local
2795 auto cmpInst = CreateAndInsertInst(Opcode::Compare, oldInst, input0, cnst); in CreateCompareInsteadOfXorAdd() local
Dinlining.cpp374 …auto cmpInst = GetGraph()->CreateInstCompare(DataType::BOOL, callInst->GetPc(), getClsInst, loadCl… in DoInlineMonomorphic() local
428 …auto cmpInst = GetGraph()->CreateInstCompare(DataType::BOOL, callInst->GetPc(), loadClsInst, getCl… in CreateCompareClass() local
Dconst_folding.cpp1007 auto cmpInst = inst->CastToCompare(); in ConstFoldingCompareEqualInputs() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1986 llvm::Value *LLVMIrConstructor::CreateFloatComparison(CmpInst *cmpInst, llvm::Value *x, llvm::Value… in CreateFloatComparison()
4218 CmpInst *cmpInst = inst->CastToCmp(); in VisitCmp() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp390 auto cmpInst = inst->CastToCmp(); in VisitCmp() local