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

1 2 3

  /external/swiftshader/third_party/subzero/src/
IcePhiLoweringImpl.h 55 } else if (isVectorType(DestTy) &&
IceTypes.h 90 bool isVectorType(Type Ty);
IceTargetLoweringMIPS32.cpp 99 if (isVectorType(Ty))
242 if (PartialOnStack && isVectorType(Ty)) {
275 if (isVectorType(DestTy)) {
304 if (isVectorType(DestTy)) {
331 if (isVectorType(DestTy)) {
361 if (isVectorType(DestTy)) {
426 if (isVectorType(DestTy)) {
559 if (!isVectorType(SrcTy)) {
572 if (!isVectorType(DestTy)) {
586 if (isVectorType(DestTy) && ID == Intrinsics::Fabs)
    [all...]
IceTargetLoweringARM32.cpp 215 if (isVectorType(Ty))
459 if (isVectorType(DestTy)) {
700 if (!isVectorType(SrcTy)) {
713 if (!isVectorType(DestTy)) {
    [all...]
IceTargetLoweringX86BaseImpl.h 652 if (isVectorType(Ty))
    [all...]
IceTypes.cpp 182 bool isVectorType(Type Ty) {
185 llvm_unreachable("Invalid type for isVectorType()");
IceInstARM32.cpp 361 if (isScalarFloatingType(Ty) || isVectorType(Ty))
835 if (isVectorType(Dest->getType())) {
    [all...]
IceInstX86BaseImpl.h     [all...]
IceTargetLoweringX8632.cpp 364 if (isVectorType(ReturnType)) {
PNaClTranslator.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 252 if (T->isVectorType()) {
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 288 T->isComplexType() || T->isVectorType();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 288 T->isComplexType() || T->isVectorType();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 288 T->isComplexType() || T->isVectorType();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 288 T->isComplexType() || T->isVectorType();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 288 T->isComplexType() || T->isVectorType();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 288 T->isComplexType() || T->isVectorType();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 288 T->isComplexType() || T->isVectorType();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 288 T->isComplexType() || T->isVectorType();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 288 T->isComplexType() || T->isVectorType();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 288 T->isComplexType() || T->isVectorType();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 288 T->isComplexType() || T->isVectorType();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 288 T->isComplexType() || T->isVectorType();

Completed in 987 milliseconds

1 2 3