HomeSort by relevance Sort by last modified time
    Searched refs:GetInputType (Results 1 - 25 of 30) sorted by null

1 2

  /art/compiler/optimizing/
instruction_simplifier_shared.h 30 Primitive::Type input_type = conversion->GetInputType();
nodes_shared.cc 40 Primitive::Type input_type = instruction->AsTypeConversion()->GetInputType();
instruction_simplifier_arm.cc 220 Primitive::Type input_type = instruction->GetInputType();
instruction_simplifier_arm64.cc 189 Primitive::Type input_type = instruction->GetInputType();
scheduler_arm64.cc 196 Primitive::IsFloatingPointType(instr->GetInputType())) {
nodes_vector.h 302 DCHECK_NE(GetInputType(), GetResultType()); // actual convert
305 Primitive::Type GetInputType() const { return InputAt(0)->AsVecOperation()->GetPackedType(); }
scheduler_arm.cc 721 Primitive::Type input_type = instr->GetInputType();
induction_var_analysis.cc 244 instruction->AsTypeConversion()->GetInputType(),
726 Primitive::Type from = conversion->GetInputType();
    [all...]
graph_checker.cc     [all...]
code_generator_vector_arm64.cc 178 Primitive::Type from = instruction->GetInputType();
    [all...]
code_generator_vector_mips.cc 144 Primitive::Type from = instruction->GetInputType();
    [all...]
code_generator_vector_mips64.cc 147 Primitive::Type from = instruction->GetInputType();
    [all...]
code_generator_vector_x86.cc 146 Primitive::Type from = instruction->GetInputType();
    [all...]
code_generator_vector_x86_64.cc 139 Primitive::Type from = instruction->GetInputType();
    [all...]
induction_var_range.cc 681 if (instruction->AsTypeConversion()->GetInputType() == Primitive::kPrimInt &&
    [all...]
loop_optimization.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
  /external/v8/src/compiler/
linkage.h 274 MachineType GetInputType(size_t index) const {
390 return incoming_->GetInputType(index + 1); // + 1 to skip target.
wasm-linkage.cc 372 descriptor->GetInputType(0), // target MachineType
machine-graph-verifier.cc 713 desc->GetInputType(i).representation();
instruction-selector.cc 809 PushParameter parameter(*iter, buffer->descriptor->GetInputType(index));
    [all...]
simplified-lowering.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mediaobj.idl 130 HRESULT GetInputType(
mediaobj.h 309 virtual HRESULT STDMETHODCALLTYPE GetInputType(
424 HRESULT (STDMETHODCALLTYPE *GetInputType)(
534 #define IMediaObject_GetInputType(This,dwInputStreamIndex,dwTypeIndex,pmt) (This)->lpVtbl->GetInputType(This,dwInputStreamIndex,dwTypeIndex,pmt)
574 return This->lpVtbl->GetInputType(This,dwInputStreamIndex,dwTypeIndex,pmt);
    [all...]

Completed in 477 milliseconds

1 2