Home
last modified time | relevance | path

Searched refs:Consts (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600EmitClauseMarkers.cpp137 const SmallVectorImpl<std::pair<MachineOperand *, int64_t>> &Consts = in SubstituteKCacheBank() local
142 for (unsigned i = 0, n = Consts.size(); i < n; ++i) { in SubstituteKCacheBank()
143 if (Consts[i].first->getReg() != R600::ALU_CONST) in SubstituteKCacheBank()
145 unsigned Sel = Consts[i].second; in SubstituteKCacheBank()
173 for (unsigned i = 0, j = 0, n = Consts.size(); i < n; ++i) { in SubstituteKCacheBank()
174 if (Consts[i].first->getReg() != R600::ALU_CONST) in SubstituteKCacheBank()
178 Consts[i].first->setReg( in SubstituteKCacheBank()
182 Consts[i].first->setReg( in SubstituteKCacheBank()
DR600InstrInfo.cpp583 R600InstrInfo::fitsConstReadLimitations(const std::vector<unsigned> &Consts) in fitsConstReadLimitations()
585 assert (Consts.size() <= 12 && "Too many operands in instructions group"); in fitsConstReadLimitations()
587 for (unsigned i = 0, n = Consts.size(); i < n; ++i) { in fitsConstReadLimitations()
588 unsigned ReadConstHalf = Consts[i] & 2; in fitsConstReadLimitations()
589 unsigned ReadConstIndex = Consts[i] & (~3); in fitsConstReadLimitations()
610 std::vector<unsigned> Consts; in fitsConstReadLimitations() local
623 Consts.push_back(Src.second); in fitsConstReadLimitations()
628 Consts.push_back((Index << 2) | Chan); in fitsConstReadLimitations()
632 return fitsConstReadLimitations(Consts); in fitsConstReadLimitations()
DR600ISelLowering.cpp2115 std::vector<unsigned> Consts; in FoldOperand() local
2129 Consts.push_back(Cst->getZExtValue()); in FoldOperand()
2135 Consts.push_back(Cst->getZExtValue()); in FoldOperand()
2136 if (!TII->fitsConstReadLimitations(Consts)) { in FoldOperand()
/third_party/typescript/tests/baselines/reference/
DjsFileImportPreservedWhenUsed.symbols38 === tests/cases/compiler/Consts.ts ===
40 >INDEX_FIELD : Symbol(INDEX_FIELD, Decl(Consts.ts, 0, 12))
46 import { INDEX_FIELD } from './Consts';
DjsFileImportPreservedWhenUsed.types21 === tests/cases/compiler/Consts.ts ===
30 import { INDEX_FIELD } from './Consts';
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2154 MutableArrayRef<ConstantInt*> Consts) const { in getBuildVectorConstInts()
2163 Consts[i] = ConstantInt::get(IntTy, 0); in getBuildVectorConstInts()
2169 Consts[i] = ConstantInt::get(IntTy, CI->getValue().getSExtValue()); in getBuildVectorConstInts()
2173 Consts[i] = ConstantInt::get(IntTy, A.getZExtValue()); in getBuildVectorConstInts()
2187 SmallVector<ConstantInt*,4> Consts(Elem.size()); in buildVector32() local
2188 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector32()
2198 llvm::all_of(Consts, [](ConstantInt *CI) { return CI->isZero(); })) in buildVector32()
2204 uint32_t V = (Consts[0]->getZExtValue() & 0xFFFF) | in buildVector32()
2205 Consts[1]->getZExtValue() << 16; in buildVector32()
2216 int32_t V = (Consts[0]->getZExtValue() & 0xFF) | in buildVector32()
[all …]
DHexagonISelLoweringHVX.cpp399 SmallVector<ConstantInt*, 128> Consts(VecLen); in buildHvxVectorReg() local
400 bool AllConst = getBuildVectorConstInts(Values, VecTy, DAG, Consts); in buildHvxVectorReg()
402 ArrayRef<Constant*> Tmp((Constant**)Consts.begin(), in buildHvxVectorReg()
403 (Constant**)Consts.end()); in buildHvxVectorReg()
DHexagonISelLowering.h343 MutableArrayRef<ConstantInt*> Consts) const;
/third_party/rust/crates/bindgen/bindgen/ir/
Denum_ty.rs230 EnumVariation::Consts in computed_enum_variation()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h314 const void *Consts[PIPE_MAX_CONSTANT_BUFFERS]; member
Dtgsi_exec.c1016 mach->Consts[i] = bufs[i]; in tgsi_exec_set_constant_buffers()
1418 const uint *buf = (const uint *)mach->Consts[constbuf]; in fetch_src_file_channel()
3720 if (unit < ARRAY_SIZE(mach->Consts)) { in exec_load_membuf()
3721 ptr = mach->Consts[unit]; in exec_load_membuf()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs2641 Consts, enumerator
2654 matches!(*self, EnumVariation::Consts | EnumVariation::ModuleConsts) in is_const()
2660 EnumVariation::Consts in default()
2680 "consts" => Ok(EnumVariation::Consts), in from_str()
2716 Consts { enumerator
2768 EnumVariation::Consts => { in new()
2778 EnumBuilder::Consts { variants } in new()
2882 EnumBuilder::Consts { .. } => { in with_variant()
2999 EnumBuilder::Consts { variants, .. } => quote! { #( #variants )* }, in build()
/third_party/node/deps/v8/src/api/
Dapi.h53 class Consts {
Dapi.cc1229 InitializeTemplate(info, Consts::FUNCTION_TEMPLATE, do_not_cache); in InitializeFunctionTemplate()
1579 InitializeTemplate(raw, Consts::OBJECT_TEMPLATE, do_not_cache); in ObjectTemplateNew()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs323 codegen::EnumVariation::Consts => "consts", in command_line_flags()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst1061 - glsl/linker: move more ctx->Consts to consts.
/third_party/libabigail/tests/data/test-annotate/
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi10696 <!-- enum vtkMultiProcessController::Consts -->
10697 …<enum-decl name='Consts' filepath='/tmp/legendre/spack-stage/spack-stage-R_crTC/VTK-6.1.0/Parallel…
12049 <!-- enum vtkMultiProcessController::Consts -->
12050 …<enum-decl name='Consts' filepath='/tmp/legendre/spack-stage/spack-stage-R_crTC/VTK-6.1.0/Parallel…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi6524 …<enum-decl name='Consts' filepath='/tmp/legendre/spack-stage/spack-stage-R_crTC/VTK-6.1.0/Parallel…
7391 …<enum-decl name='Consts' filepath='/tmp/legendre/spack-stage/spack-stage-R_crTC/VTK-6.1.0/Parallel…