Home
last modified time | relevance | path

Searched +defs:val +defs:instruction (Results 26 – 50 of 263) sorted by relevance

1234567891011

/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/sdksandbox/service/service-sdksandbox.impl/android_common_apex33/jarjar/
Dservice-sdksandbox.jarcom/android/tools/smali/dexlib2/writer/util/TryListBuilder.class TryListBuilder. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/sdksandbox/service/service-sdksandbox.impl/android_common_apex33/withres/
Dservice-sdksandbox.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/service-sdksandbox.com.android.adservices_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_parser.cc598 int64_t val; in SplitToInt64s() local
880 std::string val = lexer_.GetStrVal(); in ParseCustomCallSchedule() local
897 std::string val = lexer_.GetStrVal(); in ParseCustomCallApiVersion() local
1179 HloInstruction* instruction = in ParseInstructionRhs() local
2628 HloInstruction* instruction; in CreateInstruction() local
3354 std::string StringifyValue(T val) { in StringifyValue()
3358 std::string StringifyValue(std::complex<double> val) { in StringifyValue()
3367 uint64_t GetNanPayload(T val) { in GetNanPayload()
3372 uint64_t GetNanPayload(T val) { in GetNanPayload()
3377 uint64_t GetNanPayload(T val) { in GetNanPayload()
[all …]
H A Dhlo_instruction.cc121 std::unique_ptr<HloInstruction> instruction; in CreateFromProto() local
1060 auto instruction = absl::WrapUnique(new HloInstruction(opcode, shape)); in CreateNary() local
1437 auto instruction = absl::WrapUnique( in CreateAfterAll() local
1453 auto instruction = absl::WrapUnique( in CreateAddDependency() local
1463 auto instruction = in CreateWhile() local
1476 auto instruction = in CreateConditional() local
1493 auto instruction = in CreateConditional() local
1538 auto instruction = in CreateConvert() local
1547 auto instruction = in CreateBitcastConvert() local
1555 auto instruction = in CreateBitcast() local
[all …]
H A Dalgebraic_simplifier.cc230 auto val = [&]() -> std::optional<double> { in IsAllFpConstantPowerOf2() local
622 void AlgebraicSimplifierVisitor::ReplaceWithBitcast(HloInstruction* instruction, in ReplaceWithBitcast()
3414 bool OutputIsPermutationOfOperandElements(HloInstruction* instruction, in OutputIsPermutationOfOperandElements()
3431 bool OutputIsSubsetOfOperandElements(HloInstruction* instruction, in OutputIsSubsetOfOperandElements()
3691 Status AlgebraicSimplifierVisitor::HandleIota(HloInstruction* instruction) { in HandleIota()
3963 auto is_scalar_broadcast = [](const HloInstruction* instruction) { in TryToSinkBroadcastAfterOpWithUniqueNonScalarOperand()
3968 broadcast](const HloInstruction* instruction) { in TryToSinkBroadcastAfterOpWithUniqueNonScalarOperand()
3974 auto is_compatible_broadcast = [&](const HloInstruction* instruction) { in TryToSinkBroadcastAfterOpWithUniqueNonScalarOperand()
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp132 std::shared_ptr<vk::dbg::Value> makeDbgValue(const T &val) in makeDbgValue()
166 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const rr::RValue<T> &val) in store()
173 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const T &val) in store()
188 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const std::array<T, N> &val) in store()
229 auto val = create(); in getOrCreate() local
257 if(auto val = locals->get(name)) in get() local
273 if(auto val = children->get(name)) in get() local
1965 auto val = SpirvShader::Operand(shader, state, objId).Int(i); in create() local
2396 void SpirvShader::Impl::Debugger::State::Data::buildGlobal(const char *name, const T &val) in buildGlobal()
2504 if(auto val = buildSpirvValue(state, memory, objTy, lane)) in buildSpirvVariables() local
[all …]
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/apf/
DApfV6GeneratorBase.java175 public final Type addWriteU8(int val) { in addWriteU8()
182 public final Type addWriteU16(int val) { in addWriteU16()
189 public final Type addWriteU32(long val) { in addWriteU32()
196 public final Type addWrite32(int val) { in addWrite32()
536 Instruction instruction = new Instruction(ExtendedOpcodes.JONEOF, reg) in addJumpIfOneOfHelper() local
607 public final Type addCountAndDropIfR0Equals(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0Equals()
614 public final Type addCountAndPassIfR0Equals(long val, ApfCounterTracker.Counter cnt) in addCountAndPassIfR0Equals()
621 public final Type addCountAndDropIfR0NotEquals(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0NotEquals()
628 public final Type addCountAndPassIfR0NotEquals(long val, ApfCounterTracker.Counter cnt) in addCountAndPassIfR0NotEquals()
635 public Type addCountAndDropIfR0AnyBitsSet(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0AnyBitsSet()
[all …]
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86.cc83 explicit NullCheckSlowPathX86(HNullCheck* instruction) : SlowPathCode(instruction) {} in NullCheckSlowPathX86()
109 explicit DivZeroCheckSlowPathX86(HDivZeroCheck* instruction) : SlowPathCode(instruction) {} in DivZeroCheckSlowPathX86()
128 DivRemMinusOneSlowPathX86(HInstruction* instruction, Register reg, bool is_div) in DivRemMinusOneSlowPathX86()
151 explicit BoundsCheckSlowPathX86(HBoundsCheck* instruction) : SlowPathCode(instruction) {} in BoundsCheckSlowPathX86()
231 SuspendCheckSlowPathX86(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86()
269 explicit LoadStringSlowPathX86(HLoadString* instruction): SlowPathCode(instruction) {} in LoadStringSlowPathX86()
361 TypeCheckSlowPathX86(HInstruction* instruction, bool is_fatal) in TypeCheckSlowPathX86()
428 explicit DeoptimizationSlowPathX86(HDeoptimize* instruction) in DeoptimizationSlowPathX86()
452 explicit ArraySetSlowPathX86(HInstruction* instruction) : SlowPathCode(instruction) {} in ArraySetSlowPathX86()
504 ReadBarrierMarkSlowPathX86(HInstruction* instruction, in ReadBarrierMarkSlowPathX86()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_constants.cpp21 namespace val { namespace
297 bool IsTypeNullable(const std::vector<uint32_t>& instruction, in IsTypeNullable()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_constants.cpp21 namespace val { namespace
297 bool IsTypeNullable(const std::vector<uint32_t>& instruction, in IsTypeNullable()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_constants.cpp21 namespace val { namespace
297 bool IsTypeNullable(const std::vector<uint32_t>& instruction, in IsTypeNullable()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_print_visitor.cpp95 fprint_ir(FILE *f, const void *instruction) in fprint_ir()
484 print_float_constant(FILE *f, float val) in print_float_constant()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A Dval_layout_test.cpp29 namespace val { namespace
179 std::string instruction; in TEST_P() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/
Dval_layout_test.cpp29 namespace val { namespace
179 std::string instruction; in TEST_P() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_layout_test.cpp29 namespace val { namespace
179 std::string instruction; in TEST_P() local
/aosp_15_r20/external/capstone/arch/M68K/
H A DM68KDisassembler.c153 #define IS_BITSET(val,b) ((val) & (1 << (b))) argument
155 #define BITFIELD(val,sb,eb) ((BITFIELD_MASK(sb,eb) & (val)) >> (eb)) argument
241 void (*instruction)(m68k_info *info); /* handler function */ member
312 #define get_ea_mode_str_8(instruction) get_ea_mode_str(instruction, 0) argument
313 #define get_ea_mode_str_16(instruction) get_ea_mode_str(instruction, 1) argument
314 #define get_ea_mode_str_32(instruction) get_ea_mode_str(instruction, 2) argument
336 static void get_with_index_address_mode(m68k_info *info, cs_m68k_op* op, uint instruction, uint siz… in get_with_index_address_mode()
421 static void get_ea_mode_op(m68k_info *info, cs_m68k_op* op, uint instruction, uint size) in get_ea_mode_op()
3837 const unsigned int instruction = info->ir; in instruction_is_valid() local
/aosp_15_r20/art/dexdump/
H A Ddexdump.cc204 static const char* strBool(bool val) { in strBool()
211 static const char* quotedBool(bool val) { in quotedBool()
233 static int countOnes(u4 val) { in countOnes()
1265 const Instruction* instruction = &pair.Inst(); in dumpBytecodes() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Daggressive_dead_code_elim_pass.cpp782 Instruction* instruction = &*get_module()->debug2_begin(); in ProcessGlobalValues() local
922 for (auto& val : get_module()->types_values()) { in ProcessGlobalValues() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp754 Instruction* instruction = &*get_module()->debug2_begin(); in ProcessGlobalValues() local
894 for (auto& val : get_module()->types_values()) { in ProcessGlobalValues() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp754 Instruction* instruction = &*get_module()->debug2_begin(); in ProcessGlobalValues() local
894 for (auto& val : get_module()->types_values()) { in ProcessGlobalValues() local
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java1815 int instruction, int p1, int p2, int p3, String data) { in convertToHalSimApdu()
1840 int instruction, int p1, int p2, int p3, String data, boolean isEs10Command, in convertToHalSimApduAidl()
5590 Object val = null; in convertToString() local
5607 Object val = null; in convertToString() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc402 Status IrEmitter::HandleInfeed(HloInstruction* instruction) { in HandleInfeed()
1287 Status IrEmitter::HandleAllToAll(HloInstruction* instruction) { in HandleAllToAll()
2737 [&](llvm::Value* val) { return val->getType(); }); in EmitCallToFunc()
3004 const HloInstruction& instruction) { in GetProfileCounterFor()
3397 const HloInstruction& instruction, in ElementTypesSameAndSupported()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1207 SpvId set, uint32_t instruction, in spirv_builder_emit_ext_inst()
1560 emit_constant_32(struct spirv_builder *b, SpvId type, uint32_t val) in emit_constant_32()
1567 emit_constant_64(struct spirv_builder *b, SpvId type, uint64_t val) in emit_constant_64()
1574 spirv_builder_const_bool(struct spirv_builder *b, bool val) in spirv_builder_const_bool()
1581 spirv_builder_const_int(struct spirv_builder *b, int width, int64_t val) in spirv_builder_const_int()
1592 spirv_builder_const_uint(struct spirv_builder *b, int width, uint64_t val) in spirv_builder_const_uint()
1626 spirv_builder_const_float(struct spirv_builder *b, int width, double val) in spirv_builder_const_float()
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c195 instr_size(struct instr *instruction) in instr_size()
206 write_instr(_Py_CODEUNIT *codestr, struct instr *instruction, int ilen) in write_instr()
4388 PyObject *val; in starunpack_helper() local
5222 expr_ty elt, expr_ty val, int type) in compiler_comprehension_generator()
5239 expr_ty elt, expr_ty val, int type) in compiler_sync_comprehension_generator()
5353 expr_ty elt, expr_ty val, int type) in compiler_async_comprehension_generator()
5451 expr_ty val) in compiler_comprehension()
7530 write_location_byte(struct assembler* a, int val) in write_location_byte()
7552 write_location_varint(struct assembler* a, unsigned int val) in write_location_varint()
7560 write_location_signed_varint(struct assembler* a, int val) in write_location_signed_varint()
[all …]

1234567891011