Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp755 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(5)); in instCombineIntrinsic() local
756 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp759 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(5)); in instCombineIntrinsic() local
760 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp759 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(5)); in instCombineIntrinsic() local
760 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp759 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(5)); in instCombineIntrinsic() local
760 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp759 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(5)); in instCombineIntrinsic() local
760 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp756 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(5)); in instCombineIntrinsic() local
757 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp759 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(5)); in instCombineIntrinsic() local
760 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp759 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(5)); in instCombineIntrinsic() local
760 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp759 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(5)); in instCombineIntrinsic() local
760 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4779 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
4780 if (BoundCtrl == 0) { in ConvertBoundCtrl()
4781 BoundCtrl = 1; in ConvertBoundCtrl()
4785 if (BoundCtrl == -1) { in ConvertBoundCtrl()
4786 BoundCtrl = 0; in ConvertBoundCtrl()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4739 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
4740 if (BoundCtrl == 0) { in ConvertBoundCtrl()
4741 BoundCtrl = 1; in ConvertBoundCtrl()
4745 if (BoundCtrl == -1) { in ConvertBoundCtrl()
4746 BoundCtrl = 0; in ConvertBoundCtrl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6061 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
6062 if (BoundCtrl == 0) { in ConvertBoundCtrl()
6063 BoundCtrl = 1; in ConvertBoundCtrl()
6067 if (BoundCtrl == -1) { in ConvertBoundCtrl()
6068 BoundCtrl = 0; in ConvertBoundCtrl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6219 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
6220 if (BoundCtrl == 0) { in ConvertBoundCtrl()
6221 BoundCtrl = 1; in ConvertBoundCtrl()
6225 if (BoundCtrl == -1) { in ConvertBoundCtrl()
6226 BoundCtrl = 0; in ConvertBoundCtrl()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6061 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
6062 if (BoundCtrl == 0) { in ConvertBoundCtrl()
6063 BoundCtrl = 1; in ConvertBoundCtrl()
6067 if (BoundCtrl == -1) { in ConvertBoundCtrl()
6068 BoundCtrl = 0; in ConvertBoundCtrl()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6219 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
6220 if (BoundCtrl == 0) { in ConvertBoundCtrl()
6221 BoundCtrl = 1; in ConvertBoundCtrl()
6225 if (BoundCtrl == -1) { in ConvertBoundCtrl()
6226 BoundCtrl = 0; in ConvertBoundCtrl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6061 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
6062 if (BoundCtrl == 0) { in ConvertBoundCtrl()
6063 BoundCtrl = 1; in ConvertBoundCtrl()
6067 if (BoundCtrl == -1) { in ConvertBoundCtrl()
6068 BoundCtrl = 0; in ConvertBoundCtrl()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5882 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
5883 if (BoundCtrl == 0) { in ConvertBoundCtrl()
5884 BoundCtrl = 1; in ConvertBoundCtrl()
5888 if (BoundCtrl == -1) { in ConvertBoundCtrl()
5889 BoundCtrl = 0; in ConvertBoundCtrl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6684 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
6685 if (BoundCtrl == 0) { in ConvertBoundCtrl()
6686 BoundCtrl = 1; in ConvertBoundCtrl()
6690 if (BoundCtrl == -1) { in ConvertBoundCtrl()
6691 BoundCtrl = 0; in ConvertBoundCtrl()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6750 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
6751 if (BoundCtrl == 0) { in ConvertBoundCtrl()
6752 BoundCtrl = 1; in ConvertBoundCtrl()
6756 if (BoundCtrl == -1) { in ConvertBoundCtrl()
6757 BoundCtrl = 0; in ConvertBoundCtrl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6750 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
6751 if (BoundCtrl == 0) { in ConvertBoundCtrl()
6752 BoundCtrl = 1; in ConvertBoundCtrl()
6756 if (BoundCtrl == -1) { in ConvertBoundCtrl()
6757 BoundCtrl = 0; in ConvertBoundCtrl()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/
H A DSIInstrInfo.td763 def bound_ctrl : NamedOperandBit<"BoundCtrl", NamedMatchClass<"BoundCtrl">>;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7303 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
7304 if (BoundCtrl == 0 || BoundCtrl == 1) { in ConvertBoundCtrl()
7305 BoundCtrl = 1; in ConvertBoundCtrl()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7303 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
7304 if (BoundCtrl == 0 || BoundCtrl == 1) { in ConvertBoundCtrl()
7305 BoundCtrl = 1; in ConvertBoundCtrl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7303 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
7304 if (BoundCtrl == 0 || BoundCtrl == 1) { in ConvertBoundCtrl()
7305 BoundCtrl = 1; in ConvertBoundCtrl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7325 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument
7326 if (BoundCtrl == 0 || BoundCtrl == 1) { in ConvertBoundCtrl()
7327 BoundCtrl = 1; in ConvertBoundCtrl()

12