Lines Matching refs:bccAssert
44 // Only used in bccAssert()
144 bccAssert(ExportForEachMetadata->getNumOperands() > 0);
214 bccAssert(DL);
215 bccAssert(AllocType);
216 bccAssert(OrigStep);
323 bccAssert(ExpandedFunction->arg_size() == kNumExpandedForeachParams);
355 bccAssert(FnExpandedAccumulator->arg_size() == kNumExpandedReduceAccumulatorParams);
406 bccAssert(LowerBound->getType() == UpperBound->getType());
487 bccAssert(ContextArgType);
552 bccAssert(CalleeArgs.empty());
568 bccAssert(LoopHeaderInsertionPoint);
623 bccAssert(NumInputs <= RS_KERNEL_INPUT_LIMIT);
780 bccAssert(ExpandedFunction->arg_size() == kNumExpandedForeachParams);
844 bccAssert(FunctionArgIter == Function->arg_end());
896 bccAssert(bcinfo::MetadataExtractor::hasForEachSignatureKernel(Signature));
914 bccAssert(ExpandedFunction->arg_size() == kNumExpandedForeachParams);
952 bccAssert(
1002 bccAssert(NumRemainingInputs <= RS_KERNEL_INPUT_LIMIT);
1089 bccAssert(Fn != nullptr);
1091 bccAssert(Fn->getLinkage() == llvm::GlobalValue::InternalLinkage);
1152 bccAssert(FnExpandedAccumulator->arg_size() == kNumExpandedReduceAccumulatorParams);
1208 bccAssert(FnAccumulator->arg_size() == 2);
1213 bccAssert(AccumulatorArgType->isPointerTy());
1395 bccAssert(accumulator != nullptr);