Home
last modified time | relevance | path

Searched refs:IsVariable (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h29 IsVariable, enumerator
88 KIND(LVSymbolKind, IsVariable);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp62 {LVSymbolKind::IsVariable, &LVSymbol::getIsVariable}};
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3517 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3524 if (IsVariable && Name[17] != '.') { in UpgradeIntrinsicCall()
3568 IsVariable ? Intrinsic::x86_avx512_psllv_d_512 : in UpgradeIntrinsicCall()
3572 IsVariable ? Intrinsic::x86_avx512_psllv_q_512 : in UpgradeIntrinsicCall()
3585 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3592 if (IsVariable && Name[17] != '.') { in UpgradeIntrinsicCall()
3636 IsVariable ? Intrinsic::x86_avx512_psrlv_d_512 : in UpgradeIntrinsicCall()
3640 IsVariable ? Intrinsic::x86_avx512_psrlv_q_512 : in UpgradeIntrinsicCall()
3653 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3660 if (IsVariable && Name[17] != '.') { in UpgradeIntrinsicCall()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp383 clEnumValN(LVSymbolKind::IsVariable, "Variable", "Variable.")));
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24950 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode() argument
24955 return IsVariable ? X86ISD::VSHL : X86ISD::VSHLI; in getTargetVShiftUniformOpcode()
24959 return IsVariable ? X86ISD::VSRL : X86ISD::VSRLI; in getTargetVShiftUniformOpcode()
24963 return IsVariable ? X86ISD::VSRA : X86ISD::VSRAI; in getTargetVShiftUniformOpcode()