Home
last modified time | relevance | path

Searched defs:instType (Results 1 – 5 of 5) 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/static_core/bytecode_optimizer/tests/
Dcommon.h462 …Simple(const std::string &instName, compiler::DataType::Type dataType, const std::string &instType) in CheckSimple()
506 …ithImm(const std::string &instName, compiler::DataType::Type dataType, const std::string &instType) in CheckSimpleWithImm()
546 …eckCmp(const std::string &instName, compiler::DataType::Type dataType, const std::string &instType) in CheckCmp()
582 …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.cpp55 auto instType = inst->GetType(); in VisitNeg() local
1116 auto instType = inst->CastToCompareAnyType()->GetAnyType(); in TryReplaceCompareAnyType() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp364 auto instType = inst->GetInputType(index); in IsSafeCast() local