Home
last modified time | relevance | path

Searched defs:cast (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dexpand_atomics.cpp78 auto cast = llvm::CastInst::Create(llvm::CastInst::AddrSpaceCast, pointer, in InsertAddrSpaceCast() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp691 auto cast = CreateAndInsertInst(Opcode::Cast, inst, op1->GetInput(0).GetInst()); in VisitAShr() local
784 auto cast = CreateAndInsertInst(Opcode::Cast, inst, input0->GetInput(0).GetInst()); in VisitAnd() local
1180 static bool ApplyForCastJoin(Inst *cast, Inst *input, Inst *origInst, Arch arch) in ApplyForCastJoin()
1255 auto cast = inst->CastToCast(); in VisitCastCase2() local
1441 auto cast = CreateAndInsertInst(Opcode::Cast, cav, valueInst); in VisitCastAnyTypeValue() local
2806 auto cast = cmpInst->GetBasicBlock()->GetGraph()->CreateInstCast(); in CreateCompareInsteadOfXorAdd() local
Descape.cpp1483 …auto cast = graph_->CreateInstCast(inst->GetType(), inst->GetPc(), replacement, replacement->GetTy… in ReplaceAliases() local
1641 … auto cast = graph_->CreateInstCast(phi->GetType(), input->GetPc(), input, input->GetType()); in FixPhiInputTypes() local
Dlse.cpp917 … auto cast = GetGraph()->CreateInstCast(inst->GetType(), inst->GetPc(), value, value->GetType()); in DeleteInstruction() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.h335 auto cast = GetGraph()->CreateInstCast(type, pc, input, operandsType); in CreateCast() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp328 …const checker::CastingContext cast(checker->Relation(), this, baseType->AsETSArrayType()->ElementT… in CheckTupleAccessMethod() local
/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_test.cpp523 auto cast = la->GetInstLifeIntervals(&INS(5)); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dliveness_analyzer_test.cpp526 auto cast = la->GetInstLifeIntervals(&INS(5U)); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp728 const checker::CastingContext cast( in Check() local