HomeSort by relevance Sort by last modified time
    Searched refs:IsVector (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ExpandSpecialInstrs.cpp 64 bool IsVector = TII->isVector(MI);
66 if (!IsReduction && !IsVector && !IsCube) {
  /external/mesa3d/src/gallium/drivers/radeon/
R600ExpandSpecialInstrs.cpp 64 bool IsVector = TII->isVector(MI);
66 if (!IsReduction && !IsVector && !IsCube) {
  /external/eigen/test/
mapstaticmethods.cpp 17 bool IsVector = PlainObjectType::IsVectorAtCompileTime
21 template<typename PlainObjectType, bool IsVector>
22 struct mapstaticmethods_impl<PlainObjectType, false, IsVector>
26 mapstaticmethods_impl<PlainObjectType, true, IsVector>::run(m);
  /external/llvm/lib/Target/R600/
R600ExpandSpecialInstrs.cpp 239 bool IsVector = TII->isVector(MI);
241 if (!IsReduction && !IsVector && !IsCube) {
  /external/eigen/Eigen/src/Core/
Array.h 54 template <typename Derived, typename OtherDerived, bool IsVector>
Matrix.h 344 template <typename Derived, typename OtherDerived, bool IsVector>
PlainObjectBase.h 52 bool IsVector = bool(Derived::IsVectorAtCompileTime) && bool(OtherDerived::IsVectorAtCompileTime)>
676 template <typename Derived, typename OtherDerived, bool IsVector>
    [all...]
  /external/eigen/Eigen/src/Geometry/
RotationBase.h 17 template<typename RotationDerived, typename MatrixType, bool IsVector=MatrixType::IsVectorAtCompileTime>
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 127 bool isVector) override;
190 bool isVector) {
192 if (isVector)
401 bool isVector) override;
466 void emitRegSave(const SmallVectorImpl<unsigned> &RegList, bool isVector);
679 bool isVector) {
680 getStreamer().emitRegSave(RegList, isVector);
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 62 unsigned matchRegisterNameAlias(StringRef Name, bool isVector);
174 bool isVector;
880 bool isReg() const override { return Kind == k_Register && !Reg.isVector; }
881 bool isVectorReg() const { return Kind == k_Register && Reg.isVector; }
883 return Kind == k_Register && Reg.isVector &&
888 return Kind == k_Register && !Reg.isVector &&
893 return Kind == k_Register && !Reg.isVector &&
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 220 bool parseDirectiveRegSave(SMLoc L, bool IsVector);
    [all...]

Completed in 305 milliseconds