Lines Matching refs:bccAssert

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()
646 bccAssert(NumInputs <= RS_KERNEL_INPUT_LIMIT); in ExpandInputsLoopInvariant()
803 bccAssert(ExpandedFunction->arg_size() == kNumExpandedForeachParams); in ExpandOldStyleForEach()
867 bccAssert(FunctionArgIter == Function->arg_end()); in ExpandOldStyleForEach()
919 bccAssert(bcinfo::MetadataExtractor::hasForEachSignatureKernel(Signature)); in ExpandForEach()
937 bccAssert(ExpandedFunction->arg_size() == kNumExpandedForeachParams); in ExpandForEach()
975 bccAssert( in ExpandForEach()
1025 bccAssert(NumRemainingInputs <= RS_KERNEL_INPUT_LIMIT); in ExpandForEach()
1112 bccAssert(Fn != nullptr); in PromoteReduceFunction()
1114 bccAssert(Fn->getLinkage() == llvm::GlobalValue::InternalLinkage); in PromoteReduceFunction()
1175 bccAssert(FnExpandedAccumulator->arg_size() == kNumExpandedReduceAccumulatorParams); in ExpandReduceAccumulator()
1231 bccAssert(FnAccumulator->arg_size() == 2); in CreateReduceCombinerFromAccumulator()
1236 bccAssert(AccumulatorArgType->isPointerTy()); in CreateReduceCombinerFromAccumulator()
1420 bccAssert(accumulator != nullptr); in runOnModule()