| /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 | 408 auto cast = llvm::Instruction::CastOps::CastOpsEnd; in ReplaceWithSplitGep() local 424 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/ets_runtime/test/moduletest/promise/ |
| D | promise.js | 57 const cast = Promise.resolve(original); constant
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/cast/ |
| D | cast_static.cpp | 138 AbckitInst *cast = helpers::FindFirstInst(graph, ABCKIT_ISA_API_STATIC_OPCODE_CAST); in TEST_F() local 211 AbckitInst *cast = helpers::FindFirstInst(graph, ABCKIT_ISA_API_STATIC_OPCODE_CAST); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 241 auto cast = GetGraph()->CreateInstCast(type, pc, input, operandsType); in CreateCast() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | ir_build_intrinsics_ets.cpp | 136 auto *cast = GetGraph()->CreateInstCast(DataType::INT64, bcAddr, value, value->GetType()); in BuildBigInt64ArraySetIntrinsic() local 150 auto *cast = GetGraph()->CreateInstCast(DataType::INT64, bcAddr, value, value->GetType()); in BuildBigUint64ArraySetIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 692 auto cast = CreateAndInsertInst(Opcode::Cast, inst, op1->GetInput(0).GetInst()); in VisitAShr() local 785 auto cast = CreateAndInsertInst(Opcode::Cast, inst, input0->GetInput(0).GetInst()); in VisitAnd() local 1236 auto cast = inst->CastToCast(); in VisitCastCase2() local 1421 auto cast = CreateAndInsertInst(Opcode::Cast, cav, valueInst); in VisitCastAnyTypeValue() local 2801 auto cast = cmpInst->GetBasicBlock()->GetGraph()->CreateInstCast(); in CreateCompareInsteadOfXorAdd() local
|
| D | escape.cpp | 1735 …auto cast = graph_->CreateInstCast(inst->GetType(), inst->GetPc(), replacement, replacement->GetTy… in ReplaceAliases() local 1894 … auto cast = graph_->CreateInstCast(phi->GetType(), input->GetPc(), input, input->GetType()); in FixPhiInputTypes() local
|
| D | lse.cpp | 984 … 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/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.rb | 646 def cast method in Es2pandaLibApi.Type
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | analysis.cpp | 322 bool ApplyForCastJoin(Inst *cast, Inst *input, Inst *origInst, Arch arch) in ApplyForCastJoin()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 3422 for (auto const &cast : casts) { in Check() local
|