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

  /frameworks/compile/slang/
slang_rs_export_func.cpp 127 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const {
128 if (ParamTy == NULL)
137 if (ERT->getFields().size() != ParamTy->getNumElements())
141 getRSContext()->getDataLayout()->getStructLayout(ParamTy);
149 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index);
slang_rs_export_func.h 102 bool checkParameterPacketType(llvm::StructType *ParamTy) const;
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 67 const Type *ParamTy = FTy->getParamType(i);
68 if (ParamTy->isPointerTy() &&
69 ParamTy->getPointerAddressSpace() == AMDGPUAS::LOCAL_ADDRESS) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 745 QualType ParamTy =
747 if (ParamTy->isPointerType())
749 if (ParamTy->isAnyCharacterType())
751 if (ParamTy->isIntegerType())
753 if (ParamTy->isFloatingType())
    [all...]
DeclCXX.cpp 556 const ReferenceType *ParamTy =
558 if (!ParamTy || ParamTy->getPointeeType().isConstQualified())
    [all...]

Completed in 807 milliseconds