Lines Matching refs:getContext
103 ASTContext &Context = getContext(); in isUnsupportedType()
139 const uint64_t Size = getContext().getTypeSize(Ty); in coerceToIntArrayWithLimit()
140 const uint64_t Alignment = getContext().getTypeAlign(Ty); in coerceToIntArrayWithLimit()
151 if (getContext().getLangOpts().OpenMP && in classifyReturnType()
152 getContext().getLangOpts().OpenMPIsTargetDevice && in classifyReturnType()
177 if (getContext().getLangOpts().CUDAIsDevice) { in classifyArgumentType()
190 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
272 llvm::LLVMContext &Ctx = M->getContext(); in addNVVMMetadata()
297 MaxThreads = Attr->getMaxThreads()->EvaluateKnownConstInt(getContext()); in handleCUDALaunchBoundsAttr()
313 MinBlocks = Attr->getMinBlocks()->EvaluateKnownConstInt(getContext()); in handleCUDALaunchBoundsAttr()
326 MaxBlocks = Attr->getMaxBlocks()->EvaluateKnownConstInt(getContext()); in handleCUDALaunchBoundsAttr()