OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PsInputBits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCallLowering.cpp
692
unsigned
PsInputBits
= Info->getPSInputAddr() & Info->getPSInputEnable();
693
if ((
PsInputBits
& 0x7F) == 0 ||
694
((
PsInputBits
& 0xF) == 0 &&
695
(
PsInputBits
>> 11 & 1)))
SIISelLowering.cpp
2326
unsigned
PsInputBits
= Info->getPSInputAddr() & Info->getPSInputEnable();
2327
if ((
PsInputBits
& 0x7F) == 0 ||
2328
((
PsInputBits
& 0xF) == 0 && (
PsInputBits
>> 11 & 1)))
Completed in 22 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026