Searched refs:bccAssert (Results 1 – 13 of 13) sorted by relevance
79 bccAssert(!(result & ~RS_GLOBAL_TYPE)); // Can only alter lower 16-bits. in getEncodedProperties()121 bccAssert(PointerSizeInBits == 32 || PointerSizeInBits == 64); in runOnModule()185 bccAssert(GVAddresses.size() == GVSizes32.size()); in runOnModule()186 bccAssert(GVSizes64.size() == 0); in runOnModule()187 bccAssert(GVAddresses.size() == GVProperties.size()); in runOnModule()189 bccAssert(GVSizes32.size() == 0); in runOnModule()190 bccAssert(GVAddresses.size() == GVSizes64.size()); in runOnModule()191 bccAssert(GVAddresses.size() == GVProperties.size()); in runOnModule()
30 #define bccAssert(v) do {} while (0) macro41 #define bccAssert(v) \ macro
167 bccAssert(ExportForEachMetadata->getNumOperands() > 0); in getRootSignature()237 bccAssert(DL); in getStepValue()238 bccAssert(AllocType); in getStepValue()239 bccAssert(OrigStep); in getStepValue()346 bccAssert(ExpandedFunction->arg_size() == kNumExpandedForeachParams); in createEmptyExpandedForEachKernel()378 bccAssert(FnExpandedAccumulator->arg_size() == kNumExpandedReduceAccumulatorParams); in createEmptyExpandedReduceAccumulator()429 bccAssert(LowerBound->getType() == UpperBound->getType()); in createLoop()510 bccAssert(ContextArgType); in finishArgList()575 bccAssert(CalleeArgs.empty()); in ExpandSpecialArguments()591 bccAssert(LoopHeaderInsertionPoint); in ExpandSpecialArguments()[all …]
38 bccAssert(core_lib != nullptr); in LinkRuntime()79 bccAssert(wrapperMDNode != nullptr); in LinkRuntime()
146 bccAssert (firstF != nullptr); in getFusedFuncType()167 bccAssert (lastF != nullptr); in getFusedFuncType()181 bccAssert(sources.size() == slots.size() && "sources and slots differ in size"); in fuseKernels()
71 bccAssert(exportedTypeMD->getNumOperands() == 1); in validateLayoutOfExportedTypes()154 bccAssert(false && "Unknown error code encountered"); in GetErrorString()374 bccAssert(false && "Could not extract metadata for module!"); in addInternalizeSymbolsPass()
72 bccAssert(name && *name && (::strcmp(name, ".") != 0)); in runOnModule()129 bccAssert(mdCompileUnitList != nullptr && in initializeDebugInfo()
96 bccAssert("Could not extract RS pragma metadata for module!"); in setupConfig()356 bccAssert(wrapperMDNode != nullptr); in buildScriptGroup()
79 bccAssert(false); in computeGEPOffset()
73 bccAssert(false && "Could not extract RS metadata for module!"); in getRSInfoString()
95 bccAssert(ArgNums.size() == 0); in FillArgsToDeref()
72 bccAssert(wrapperMDNode->getNumOperands() == 0); // expect to have just now created this node in helper_set_module_metadata_from_bitcode_wrapper()
210 bccAssert((wrapperMDNode != nullptr) && (wrapperMDNode->getNumOperands() == 1)); in MetadataExtractor()216 bccAssert(success); in MetadataExtractor()