Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp976 auto cmpInst = inst->CastToCompare(); in TrySimplifyCompareAnyTypeCase1() local
999 auto cmpInst = inst->CastToCompare(); in TrySimplifyCompareAnyTypeCase2() local
1041 auto cmpInst = inst->CastToCompare(); in TrySimplifyCompareAnyType() local
2277 auto cmpInst = inst->CastToCompare(); in TrySimplifyTestEqualInputs() local
2302 auto cmpInst = inst->CastToCompare(); in TrySimplifyCompareAndZero() local
2743 auto cmpInst = CreateAndInsertInst(Opcode::Compare, oldInst, input0, cnst); in CreateCompareInsteadOfXorAdd() local
Dinlining.cpp351 …auto cmpInst = GetGraph()->CreateInstCompare(DataType::BOOL, callInst->GetPc(), getClsInst, loadCl… in DoInlineMonomorphic() local
377 …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.cpp1619 llvm::Value *LLVMIrConstructor::CreateFloatComparison(CmpInst *cmpInst, llvm::Value *x, llvm::Value… in CreateFloatComparison()
3876 CmpInst *cmpInst = inst->CastToCmp(); in VisitCmp() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp387 auto cmpInst = inst->CastToCmp(); in VisitCmp() local