Searched defs:cmpInst (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | loop_analyzer.cpp | 392 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/ |
| D | ets_inst_builder.cpp | 198 …auto cmpInst = graph_->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), GetDefinitio… in BuildIsNullValue() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 1002 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
|
| D | inlining.cpp | 374 …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
|
| D | const_folding.cpp | 1007 auto cmpInst = inst->CastToCompare(); in ConstFoldingCompareEqualInputs() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1986 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/ |
| D | encode_visitor.cpp | 390 auto cmpInst = inst->CastToCmp(); in VisitCmp() local
|