Searched refs:InstType (Results 1 - 4 of 4) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/util/
H A DCXX11Meta.h485 template<class InstType, typename ArrType, std::size_t N, bool Reverse, typename... Ps>
488 template<class InstType, typename ArrType, std::size_t N, typename... Ps>
489 struct h_instantiate_by_c_array<InstType, ArrType, N, false, Ps...>
491 static InstType run(ArrType* arr, Ps... args)
493 return h_instantiate_by_c_array<InstType, ArrType, N - 1, false, Ps..., ArrType>::run(arr + 1, args..., arr[0]);
497 template<class InstType, typename ArrType, std::size_t N, typename... Ps>
498 struct h_instantiate_by_c_array<InstType, ArrType, N, true, Ps...>
500 static InstType run(ArrType* arr, Ps... args)
502 return h_instantiate_by_c_array<InstType, ArrType, N - 1, false, ArrType, Ps...>::run(arr + 1, arr[0], args...);
506 template<class InstType, typenam
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DSIInsertWaits.cpp50 } InstType; typedef in namespace:__anon13004
89 InstType LastOpcodeType;
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.h651 // Pattern cccctttoooosnnnnddddiiiiiiiiiiii where cccc=Cond, ttt=InstType,
654 void emitType01(CondARM32::Cond Cond, IValueT InstType, IValueT Opcode,
673 // ooo=InstType, l=isLoad, b=isByte, and
676 void emitMemOp(CondARM32::Cond Cond, IValueT InstType, bool IsLoad,
H A DIceAssemblerARM32.cpp775 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT InstType,
789 (InstType << kTypeShift) | (Opcode << kOpcodeShift) |
914 void AssemblerARM32::emitMemOp(CondARM32::Cond Cond, IValueT InstType,
920 (InstType << kTypeShift) | (IsLoad ? L : 0) |

Completed in 379 milliseconds