Searched defs:instType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | ir_builder_test.cpp | 49 …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/ |
| D | get_type_dynamic.cpp | 33 AbckitType *instType = g_implG->iGetType(inst); in CheckTypeOfInst() local
|
| D | get_type_static.cpp | 34 AbckitType *instType = g_implG->iGetType(inst); in CheckTypeOfInst() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | common.h | 468 …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/ |
| D | const_folding.cpp | 183 auto instType = DataType::GetCommonType(inst->GetType()); in ConstFoldingCastIntConst() local 206 auto instType = DataType::GetCommonType(inst->GetType()); in ConstFoldingCastConst() local
|
| D | peepholes.cpp | 56 auto instType = inst->GetType(); in VisitNeg() local 1142 auto instType = inst->CastToCompareAnyType()->GetAnyType(); in TryReplaceCompareAnyType() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 620 auto instType = inst->GetInputType(index); in IsSafeCast() local
|