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
2342 auto cmpInst = inst->CastToCompare(); in TrySimplifyTestEqualInputs() local
2367 auto cmpInst = inst->CastToCompare(); in TrySimplifyCompareAndZero() local
2800 auto cmpInst = CreateAndInsertInst(Opcode::Compare, oldInst, input0, cnst); in CreateCompareInsteadOfXorAdd() local
Dinlining.cpp312 …auto cmpInst = GetGraph()->CreateInstCompare(DataType::BOOL, callInst->GetPc(), getClsInst, loadCl… in DoInlineMonomorphic() local
338 …auto cmpInst = GetGraph()->CreateInstCompare(DataType::BOOL, callInst->GetPc(), loadClsInst, getCl… in CreateCompareClass() local
Dconst_folding.cpp948 auto cmpInst = inst->CastToCompare(); in ConstFoldingCompareEqualInputs() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp759 llvm::Value *LLVMIrConstructor::CreateFloatComparison(CmpInst *cmpInst, llvm::Value *x, llvm::Value… in CreateFloatComparison()
1702 CmpInst *cmpInst = inst->CastToCmp(); in VisitCmp() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2804 auto cmpInst = inst->CastToCmp(); in VisitCmp() local