OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsVariable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp
2996
bool
IsVariable
= Name[16] == 'v';
3003
if (
IsVariable
&& Name[17] != '.') {
3047
IsVariable
? Intrinsic::x86_avx512_psllv_d_512 :
3051
IsVariable
? Intrinsic::x86_avx512_psllv_q_512 :
3064
bool
IsVariable
= Name[16] == 'v';
3071
if (
IsVariable
&& Name[17] != '.') {
3115
IsVariable
? Intrinsic::x86_avx512_psrlv_d_512 :
3119
IsVariable
? Intrinsic::x86_avx512_psrlv_q_512 :
3132
bool
IsVariable
= Name[16] == 'v';
3139
if (
IsVariable
&& Name[17] != '.')
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
24702
static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool
IsVariable
) {
24707
return
IsVariable
? X86ISD::VSHL : X86ISD::VSHLI;
24711
return
IsVariable
? X86ISD::VSRL : X86ISD::VSRLI;
24715
return
IsVariable
? X86ISD::VSRA : X86ISD::VSRAI;
[
all
...]
Completed in 35 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026