Searched refs:BoundCtrl (Results 1 – 3 of 3) sorted by relevance
1167 Value *BoundCtrl = EmitScalarExpr(E->getArg(3)); in EmitAMDGPUBuiltinExpr() local1173 Builder.CreateCall(F, {VDstOld, VSrcOld, FI, BoundCtrl}); in EmitAMDGPUBuiltinExpr()
1401 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(BcIdx)); in instCombineIntrinsic() local1402 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
1944 bool convertDppBoundCtrl(int64_t &BoundCtrl);8855 bool AMDGPUAsmParser::convertDppBoundCtrl(int64_t &BoundCtrl) { in convertDppBoundCtrl() argument8856 if (BoundCtrl == 0 || BoundCtrl == 1) { in convertDppBoundCtrl()8858 BoundCtrl = 1; in convertDppBoundCtrl()