Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h29 IsVariable, enumerator
88 KIND(LVSymbolKind, IsVariable);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp3299 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3306 if (IsVariable && Name[17] != '.') { in UpgradeIntrinsicCall()
3350 IsVariable ? Intrinsic::x86_avx512_psllv_d_512 : in UpgradeIntrinsicCall()
3354 IsVariable ? Intrinsic::x86_avx512_psllv_q_512 : in UpgradeIntrinsicCall()
3367 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3374 if (IsVariable && Name[17] != '.') { in UpgradeIntrinsicCall()
3418 IsVariable ? Intrinsic::x86_avx512_psrlv_d_512 : in UpgradeIntrinsicCall()
3422 IsVariable ? Intrinsic::x86_avx512_psrlv_q_512 : in UpgradeIntrinsicCall()
3435 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3442 if (IsVariable && Name[17] != '.') { in UpgradeIntrinsicCall()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp62 {LVSymbolKind::IsVariable, &LVSymbol::getIsVariable}};
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp383 clEnumValN(LVSymbolKind::IsVariable, "Variable", "Variable.")));
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26598 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode() argument
26603 return IsVariable ? X86ISD::VSHL : X86ISD::VSHLI; in getTargetVShiftUniformOpcode()
26607 return IsVariable ? X86ISD::VSRL : X86ISD::VSRLI; in getTargetVShiftUniformOpcode()
26611 return IsVariable ? X86ISD::VSRA : X86ISD::VSRAI; in getTargetVShiftUniformOpcode()