HomeSort by relevance Sort by last modified time
    Searched full:paramty (Results 1 - 20 of 20) sorted by null

  /frameworks/compile/slang/
slang_rs_export_func.cpp 130 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const {
131 if (ParamTy == NULL)
140 if (ERT->getFields().size() != ParamTy->getNumElements())
144 getRSContext()->getDataLayout()->getStructLayout(ParamTy);
152 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index);
slang_rs_export_func.h 104 bool checkParameterPacketType(llvm::StructType *ParamTy) const;
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 308 std::vector<Type*> paramTy;
315 paramTy.push_back(value->getType());
323 paramTy.push_back((*I)->getType());
325 paramTy.push_back(PointerType::getUnqual((*I)->getType()));
329 for (std::vector<Type*>::iterator i = paramTy.begin(),
330 e = paramTy.end(); i != e; ++i)
336 PointerType::getUnqual(StructType::get(M->getContext(), paramTy));
337 paramTy.clear();
338 paramTy.push_back(StructPtr);
341 FunctionType::get(RetTy, paramTy, false)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 101 // paramty x N]
123 TYPE_CODE_FUNCTION = 21 // FUNCTION: [vararg, retty, paramty x N]
  /external/clang/lib/AST/
ExprCXX.cpp 675 QualType ParamTy =
677 if (ParamTy->isPointerType())
679 if (ParamTy->isAnyCharacterType())
681 if (ParamTy->isIntegerType())
683 if (ParamTy->isFloatingType())
    [all...]
DeclCXX.cpp 534 const ReferenceType *ParamTy =
536 if (!ParamTy || ParamTy->getPointeeType().isConstQualified())
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/llvm/docs/
BitCodeFormat.rst     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 911 // FUNCTION: [vararg, attrid, retty, paramty x N]
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaLookup.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 630 // FUNCTION: [vararg, attrid, retty, paramty x N]
886 // FUNCTION: [vararg, attrid, retty, paramty x N]
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 340 // FUNCTION: [isvararg, attrid, retty, paramty x N]
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 280 // FUNCTION: [isvararg, attrid, retty, paramty x N]
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 808 // FUNCTION: [vararg, attrid, retty, paramty x N]
827 // FUNCTION: [vararg, retty, paramty x N]
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 413 // FUNCTION: [isvararg, retty, paramty x N]
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 286 // FUNCTION: [isvararg, retty, paramty x N]
    [all...]

Completed in 891 milliseconds