Home
last modified time | relevance | path

Searched refs:bccAssert (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSGlobalInfoPass.cpp79 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()
DAssert.h30 #define bccAssert(v) do {} while (0) macro
41 #define bccAssert(v) \ macro
DRSKernelExpand.cpp167 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 …]
DScript.cpp38 bccAssert(core_lib != nullptr); in LinkRuntime()
79 bccAssert(wrapperMDNode != nullptr); in LinkRuntime()
DRSScriptGroupFusion.cpp146 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()
DCompiler.cpp71 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()
DRSAddDebugInfoPass.cpp72 bccAssert(name && *name && (::strcmp(name, ".") != 0)); in runOnModule()
129 bccAssert(mdCompileUnitList != nullptr && in initializeDebugInfo()
DRSCompilerDriver.cpp96 bccAssert("Could not extract RS pragma metadata for module!"); in setupConfig()
356 bccAssert(wrapperMDNode != nullptr); in buildScriptGroup()
DRSX86TranslateGEPPass.cpp79 bccAssert(false); in computeGEPOffset()
DRSEmbedInfo.cpp73 bccAssert(false && "Could not extract RS metadata for module!"); in getRSInfoString()
DRSX86CallConvPass.cpp95 bccAssert(ArgNums.size() == 0); in FillArgsToDeref()
DSource.cpp72 bccAssert(wrapperMDNode->getNumOperands() == 0); // expect to have just now created this node in helper_set_module_metadata_from_bitcode_wrapper()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp210 bccAssert((wrapperMDNode != nullptr) && (wrapperMDNode->getNumOperands() == 1)); in MetadataExtractor()
216 bccAssert(success); in MetadataExtractor()