Home
last modified time | relevance | path

Searched defs:instType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dir_builder_test.cpp49 …void CheckSimple(const std::string &instName, DataType::Type dataType, const std::string &instType) in CheckSimple()
93 …eckSimpleWithImm(const std::string &instName, DataType::Type dataType, const std::string &instType) in CheckSimpleWithImm()
134 void CheckCmp(const std::string &instName, DataType::Type dataType, const std::string &instType) in CheckCmp()
170 …FloatCmp(const std::string &instName, DataType::Type dataType, const std::string &instType, bool f… in CheckFloatCmp()
861 std::string instType; in TEST_F() local
869 std::string instType; in TEST_F() local
877 std::string instType = ".64"; in TEST_F() local
885 std::string instType = ".64"; in TEST_F() local
893 std::string instType = ".obj"; in TEST_F() local
926 std::string instType; in TEST_F() local
[all …]
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/types_api/
Dget_type_dynamic.cpp33 AbckitType *instType = g_implG->iGetType(inst); in CheckTypeOfInst() local
Dget_type_static.cpp34 AbckitType *instType = g_implG->iGetType(inst); in CheckTypeOfInst() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h468 …Simple(const std::string &instName, compiler::DataType::Type dataType, const std::string &instType) in CheckSimple()
512 …ithImm(const std::string &instName, compiler::DataType::Type dataType, const std::string &instType) in CheckSimpleWithImm()
552 …eckCmp(const std::string &instName, compiler::DataType::Type dataType, const std::string &instType) in CheckCmp()
588 …oatCmp(const std::string &instName, compiler::DataType::Type dataType, const std::string &instType, in CheckFloatCmp()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dconst_folding.cpp183 auto instType = DataType::GetCommonType(inst->GetType()); in ConstFoldingCastIntConst() local
206 auto instType = DataType::GetCommonType(inst->GetType()); in ConstFoldingCastConst() local
Dpeepholes.cpp56 auto instType = inst->GetType(); in VisitNeg() local
1142 auto instType = inst->CastToCompareAnyType()->GetAnyType(); in TryReplaceCompareAnyType() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp620 auto instType = inst->GetInputType(index); in IsSafeCast() local