Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp917 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(5)); in instCombineIntrinsic() local
918 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
H A DSIInstrInfo.td1274 def bound_ctrl : NamedOperandBit<"BoundCtrl", NamedMatchClass<"BoundCtrl">>;
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7876 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
7877 if (BoundCtrl == 0 || BoundCtrl == 1) { in ConvertBoundCtrl()
7878 BoundCtrl = 1; in ConvertBoundCtrl()