Lines Matching defs:IRB
189 IRBuilder<> IRB(Term);
190 Value *IfCall = IRB.CreateCall(getDecl(If, Intrinsic::amdgcn_if, IntMask),
192 Value *Cond = IRB.CreateExtractValue(IfCall, {0});
193 Value *Mask = IRB.CreateExtractValue(IfCall, {1});
205 IRBuilder<> IRB(Term);
206 Value *ElseCall = IRB.CreateCall(
208 Value *Cond = IRB.CreateExtractValue(ElseCall, {0});
209 Value *Mask = IRB.CreateExtractValue(ElseCall, {1});
328 IRBuilder<> IRB(FirstInsertionPt->getParent(), FirstInsertionPt);
332 IRB.SetCurrentDebugLocation(DebugLoc());
333 IRB.CreateCall(getDecl(EndCf, Intrinsic::amdgcn_end_cf, IntMask), {Exec});