Searched defs:cast (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | expand_atomics.cpp | 78 auto cast = llvm::CastInst::Create(llvm::CastInst::AddrSpaceCast, pointer, in InsertAddrSpaceCast() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 691 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
|
| D | escape.cpp | 1483 …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
|
| D | lse.cpp | 917 … auto cast = GetGraph()->CreateInstCast(inst->GetType(), inst->GetPc(), value, value->GetType()); in DeleteInstruction() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 335 auto cast = GetGraph()->CreateInstCast(type, pc, input, operandsType); in CreateCast() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | memberExpression.cpp | 328 …const checker::CastingContext cast(checker->Relation(), this, baseType->AsETSArrayType()->ElementT… in CheckTupleAccessMethod() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | liveness_analyzer_test.cpp | 523 auto cast = la->GetInstLifeIntervals(&INS(5)); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | liveness_analyzer_test.cpp | 526 auto cast = la->GetInstLifeIntervals(&INS(5U)); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 728 const checker::CastingContext cast( in Check() local
|