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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 218 bool isHVXVectorType(MVT VecTy, bool IncludeBool = false) const {
248 if (isHVXVectorType(Ty, true))
HexagonISelLoweringHVX.cpp 268 return Subtarget.isHVXVectorType(Ty) &&
274 return Subtarget.isHVXVectorType(Ty) &&
430 if (Subtarget.isHVXVectorType(PredTy, true)) {
750 if (Subtarget.isHVXVectorType(ResTy, true)) {
    [all...]
HexagonTargetTransformInfo.cpp 55 if (ST.isHVXVectorType(VecVT.getSimpleVT()))
HexagonISelLowering.h 110 bool isHVXVectorType(MVT Ty) const;
HexagonISelLowering.cpp 383 bool ArgAlign = Subtarget.isHVXVectorType(VA.getValVT());
556 Subtarget.isHVXVectorType(VT.getSimpleVT());
752 Subtarget.isHVXVectorType(RegVT));
    [all...]
HexagonISelDAGToDAG.cpp 776 if (HST->isHVXVectorType(ResTy, true))
    [all...]

Completed in 156 milliseconds