| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | gc_utils.cpp | 71 auto cast = llvm::cast<llvm::CastInst>(val); in IsDerivedImpl() local 104 auto cast = llvm::dyn_cast<llvm::CastInst>(toStrip); in HasBeenGcRef() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | propagate_lenarray.cpp | 68 auto cast = llvm::CastInst::Create(llvm::CastInst::Trunc, size, in run() local
|
| D | expand_atomics.cpp | 76 auto cast = llvm::CastInst::Create(llvm::CastInst::AddrSpaceCast, pointer, in InsertAddrSpaceCast() local
|
| D | gc_intrusion_check.cpp | 143 …for (auto cast = llvm::dyn_cast<CastInst>(val); cast != nullptr; cast = llvm::dyn_cast<CastInst>(v… in CheckInstruction() local 172 for (auto cast = llvm::dyn_cast<CastInst>(inst.getOperand(i)); cast != nullptr; in CheckInstruction() local
|
| D | gep_propagation.cpp | 411 auto cast = llvm::Instruction::CastOps::CastOpsEnd; in ReplaceWithSplitGep() local 427 auto cast = generateCast(); in ReplaceWithSplitGep() local
|
| D | gc_intrusion.cpp | 679 for (auto cast = llvm::cast<CastInst>(inst); cast != nullptr; in HoistForRelocation() local 749 for (auto cast : casts) { in CreateBackwardCasts() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 196 auto cast = GetGraph()->CreateInstCast(type, pc, input, operandsType); in CreateCast() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | memberExpression.cpp | 348 const checker::CastingContext cast( in CheckTupleAccessMethod() 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 1210 auto cast = inst->CastToCast(); in VisitCastCase2() local 1396 auto cast = CreateAndInsertInst(Opcode::Cast, cav, valueInst); in VisitCastAnyTypeValue() local 2749 auto cast = cmpInst->GetBasicBlock()->GetGraph()->CreateInstCast(); in CreateCompareInsteadOfXorAdd() local
|
| D | escape.cpp | 1802 …auto cast = graph_->CreateInstCast(inst->GetType(), inst->GetPc(), replacement, replacement->GetTy… in ReplaceAliases() local 1961 … auto cast = graph_->CreateInstCast(phi->GetType(), input->GetPc(), input, input->GetType()); in FixPhiInputTypes() local
|
| D | lse.cpp | 935 … auto cast = GetGraph()->CreateInstCast(inst->GetType(), inst->GetPc(), value, value->GetType()); in DeleteInstruction() 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 | 500 auto cast = la->GetInstLifeIntervals(&INS(5U)); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | analysis.cpp | 318 bool ApplyForCastJoin(Inst *cast, Inst *input, Inst *origInst, Arch arch) in ApplyForCastJoin()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 716 auto *cast = checker->Allocator()->New<ir::TSAsExpression>(arg, nullptr, false); in ConvertArgumentsForFunctionalCall() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 2143 for (auto const &cast : casts) { in Check() local
|