Home
last modified time | relevance | path

Searched defs:cnst (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dcountable_loop_parser.cpp199 ConstantInst *cnst = nullptr; in IsInstIncOrDec() local
259 auto cnst = constInst->CastToConstant()->GetIntValue(); in SetIndexAndConstStep() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dpeepholes_test.cpp3168 auto cnst = INS(3U).GetInput(0U).GetInst(); in TEST_F() local
3198 auto cnst = INS(5U).GetInput(0U).GetInst(); in TEST_F() local
H A Dlowering_test.cpp49 auto cnst = graph->FindOrCreateConstant(val); in ReturnTest() local
/third_party/ffmpeg/libavcodec/ppc/
H A Dfdctdsp.c201 vector float mzero, cnst, cnsts0, cnsts1, cnsts2; ff_fdct_altivec() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dconst_folding.cpp149 ConstantInst *ConstFoldingCreateConst(Inst *inst, ConstantInst *cnst, bool isLiteralData = false) in ConstFoldingCreateConst() argument
155 ConstantInst *ConstFoldingCastInt2Int(Inst *inst, ConstantInst *cnst) in ConstFoldingCastInt2Int() argument
181 ConstFoldingCastIntConst(Graph *graph, Inst *inst, ConstantInst *cnst, bool isLiteralData = false) ConstFoldingCastIntConst() argument
205 auto cnst = static_cast<ConstantInst *>(input); ConstFoldingCastConst() local
270 auto cnst = static_cast<ConstantInst *>(input.GetInst()); ConstFoldingNeg() local
297 auto cnst = static_cast<ConstantInst *>(input.GetInst()); ConstFoldingAbs() local
332 auto cnst = static_cast<ConstantInst *>(input.GetInst()); ConstFoldingNot() local
654 ConstantInst *cnst = ConstFoldingCreateIntConst(inst, 0); ConstFoldingMod() local
1159 auto cnst = input->CastToConstant(); ConstFoldingSqrt() local
[all...]
H A Dlowering.cpp563 auto cnst = graph->FindOrCreateConstant(1); in VisitCompare() local
678 auto cnst = inst->GetInput(1).GetInst(); in GetCheckInstAndGetConstInput() local
1153 auto cnst in LowerConstArrayIndex() local
[all...]
H A Dchecks_elimination.cpp856 auto cnst = GetGraph()->FindOrCreateConstant(val); in InsertBoundsCheckDeoptimization() local
H A Dpeepholes.cpp480 auto cnst = input1->CastToConstant(); in VisitMul() local
1134 auto cnst = inst->GetBasicBlock()->GetGraph()->FindOrCreateConstant(constValue); in TryReplaceCompareAnyType() local
1656 auto cnst = static_cast<ConstantInst *>(input1); in TrySimplifyShifts() local
1709 auto cnst = input1->CastToConstant(); in TrySimplifyAddSubWithZeroInput() local
1730 auto cnst = input1->CastToConstant(); TrySimplifyAddSubWithConstInput() local
1743 auto cnst = input0->CastToConstant(); TrySimplifyAddSubWithConstInput() local
2752 auto cnst = oldInst->GetBasicBlock()->GetGraph()->FindOrCreateConstant(0); CreateCompareInsteadOfXorAdd() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dpdb.h244 u8 cnst; member
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dpdb.h244 u8 cnst; member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1445 struct spirv_const *cnst = rzalloc(b->mem_ctx, struct spirv_const); in get_const_def() local
[all...]
/third_party/backends/backend/
H A Dumax_pp_low.c9509 float cnst=0.9; in evalGain() local
/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp6933 ir_constant *const cnst = in hir() local
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h924 __le16 cnst; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h959 __le16 cnst; member

Completed in 124 milliseconds