OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsScalar
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp
1006
static unsigned getMovOpc(bool
IsScalar
) {
1007
return
IsScalar
? AMDGPU::S_MOV_B32 : AMDGPU::V_MOV_B32_e32;
/src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp
3220
bool
IsScalar
= NegMul ? Name[12] == 's' : Name[11] == 's';
3225
if (
IsScalar
) {
3231
if (NegMul && !
IsScalar
)
3233
if (NegMul &&
IsScalar
)
3243
if (
IsScalar
)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp
2447
bool
IsScalar
= hasScalarEvaluationKind(Ty);
2507
if (
IsScalar
) {
MicrosoftCXXABI.cpp
4120
bool
IsScalar
= !RD;
4135
if (
IsScalar
)
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026