Searched defs:cmpInst (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 976 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
|
| D | inlining.cpp | 312 …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
|
| D | const_folding.cpp | 948 auto cmpInst = inst->CastToCompare(); in ConstFoldingCompareEqualInputs() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 759 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/ |
| D | codegen.cpp | 2804 auto cmpInst = inst->CastToCmp(); in VisitCmp() local
|