Home
last modified time | relevance | path

Searched refs:BoundCtrl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DAMDGPU.cpp1167 Value *BoundCtrl = EmitScalarExpr(E->getArg(3)); in EmitAMDGPUBuiltinExpr() local
1173 Builder.CreateCall(F, {VDstOld, VSrcOld, FI, BoundCtrl}); in EmitAMDGPUBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1401 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(BcIdx)); in instCombineIntrinsic() local
1402 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1944 bool convertDppBoundCtrl(int64_t &BoundCtrl);
8855 bool AMDGPUAsmParser::convertDppBoundCtrl(int64_t &BoundCtrl) { in convertDppBoundCtrl() argument
8856 if (BoundCtrl == 0 || BoundCtrl == 1) { in convertDppBoundCtrl()
8858 BoundCtrl = 1; in convertDppBoundCtrl()