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

  /external/clang/include/clang/CodeGen/
SwiftCallingConv.h 132 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
134 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/
SwiftCallingConv.h 131 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
133 bool isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 632 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
634 return isLegalVectorType(CGM, vectorSize, vectorTy->getElementType(),
638 bool swiftcall::isLegalVectorType(CodeGenModule &CGM, CharUnits vectorSize,
653 if (isLegalVectorType(CGM, vectorSize / 2, eltTy, numElts / 2))
664 if (isLegalVectorType(CGM, origVectorSize, origVectorTy)) {
698 if (!isLegalVectorType(CGM, candidateSize, eltTy, candidateNumElts)) {
716 isLegalVectorType(CGM, eltSize * numElts, eltTy, numElts)) {

Completed in 1019 milliseconds