Lines Matching defs:IRBuilder
1237 IRBuilder<>::InsertPoint AllocaIP(
1721 auto &IRBuilder = OMPInfoCache.OMPBuilder;
1724 IRBuilder.Builder.SetInsertPoint(&Entry,
1726 Value *Handle = IRBuilder.Builder.CreateAlloca(
1727 IRBuilder.AsyncInfo, /*ArraySize=*/nullptr, "handle");
1729 IRBuilder.Builder.CreateAddrSpaceCast(Handle, IRBuilder.AsyncInfoPtr);
1734 FunctionCallee IssueDecl = IRBuilder.getOrCreateRuntimeFunction(
1750 FunctionCallee WaitDecl = IRBuilder.getOrCreateRuntimeFunction(
1800 // The IRBuilder uses the insertion block to get to the module, this is
4498 IRBuilder<>::InsertPoint(StateMachineBeginBB,