/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
H A D | expand_atomics.cpp | 76 auto cast = llvm::CastInst::Create(llvm::CastInst::AddrSpaceCast, pointer, in InsertAddrSpaceCast() local
|
H A D | propagate_lenarray.cpp | 68 auto cast = llvm::CastInst::Create(llvm::CastInst::Trunc, size, in run() local
|
H A D | gep_propagation.cpp | 424 auto cast = generateCast(); ReplaceWithSplitGep() local [all...] |
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
H A D | gc_utils.cpp | 71 auto cast = llvm::cast<llvm::CastInst>(val); in IsDerivedImpl() local
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | liveness_analyzer_test.cpp | 523 auto cast = la->GetInstLifeIntervals(&INS(5)); in TEST_F() local
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | liveness_analyzer_test.cpp | 500 auto cast = la->GetInstLifeIntervals(&INS(5U)); in TEST_F() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
H A D | inst_builder.h | 228 auto cast = GetGraph()->CreateInstCast(type, pc, input, operandsType); in CreateCast() local
|
/arkcompiler/ets_frontend/ets2panda/public/ |
H A D | es2panda_lib.rb | 419 def cast global() method in Es2pandaLibApi.Type [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | lse.cpp | 960 auto cast = GetGraph()->CreateInstCast(inst->GetType(), inst->GetPc(), value, value->GetType()); in DeleteInstruction() local
|
H A 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()); VisitAnd() local 1210 auto cast = inst->CastToCast(); VisitCastCase2() local 1396 auto cast = CreateAndInsertInst(Opcode::Cast, cav, valueInst); VisitCastAnyTypeValue() local 2759 auto cast = cmpInst->GetBasicBlock()->GetGraph()->CreateInstCast(); CreateCompareInsteadOfXorAdd() local [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | analysis.cpp | 318 bool ApplyForCastJoin(Inst *cast, Inst *input, Inst *origInst, Arch arch) in ApplyForCastJoin() argument
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSCompiler.cpp | 717 auto *cast = checker->Allocator()->New<ir::TSAsExpression>(arg, nullptr, false); in ConvertArgumentsForFunctionalCall() local
|