OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isU24
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp
154
bool
isU24
(Value *V, unsigned ScalarSize) const;
461
bool AMDGPUCodeGenPrepare::
isU24
(Value *V, unsigned ScalarSize) const {
511
if (ST->hasMulU24() &&
isU24
(LHS, Size) &&
isU24
(RHS, Size)) {
AMDGPUISelLowering.cpp
2774
static bool
isU24
(SDValue Op, SelectionDAG &DAG) {
3341
if (Subtarget->hasMulU24() &&
isU24
(N0, DAG) &&
isU24
(N1, DAG)) {
3395
if (!
isU24
(N0, DAG) || !
isU24
(N1, DAG))
Completed in 69 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026