Home
last modified time | relevance | path

Searched defs:cast (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dexpand_atomics.cpp76 auto cast = llvm::CastInst::Create(llvm::CastInst::AddrSpaceCast, pointer, in InsertAddrSpaceCast() local
H A Dpropagate_lenarray.cpp68 auto cast = llvm::CastInst::Create(llvm::CastInst::Trunc, size, in run() local
H A Dgep_propagation.cpp424 auto cast = generateCast(); ReplaceWithSplitGep() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dgc_utils.cpp71 auto cast = llvm::cast<llvm::CastInst>(val); in IsDerivedImpl() local
/arkcompiler/runtime_core/compiler/tests/
H A Dliveness_analyzer_test.cpp523 auto cast = la->GetInstLifeIntervals(&INS(5)); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dliveness_analyzer_test.cpp500 auto cast = la->GetInstLifeIntervals(&INS(5U)); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder.h228 auto cast = GetGraph()->CreateInstCast(type, pc, input, operandsType); in CreateCast() local
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.rb419 def cast global() method in Es2pandaLibApi.Type
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlse.cpp960 auto cast = GetGraph()->CreateInstCast(inst->GetType(), inst->GetPc(), value, value->GetType()); in DeleteInstruction() local
H A 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()); 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 Danalysis.cpp318 bool ApplyForCastJoin(Inst *cast, Inst *input, Inst *origInst, Arch arch) in ApplyForCastJoin() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp717 auto *cast = checker->Allocator()->New<ir::TSAsExpression>(arg, nullptr, false); in ConvertArgumentsForFunctionalCall() local

Completed in 22 milliseconds