Home
last modified time | relevance | path

Searched refs:IsSet (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.h37 bool IsSet : 1; member
41 bool IsStack = false, bool IsSet = false)
42 : Reg(Val), Mask(Mask), IsStack(IsStack), IsSet(IsSet) {} in Reg()
56 return ArgDescriptor(Arg.Reg, Mask, Arg.IsStack, Arg.IsSet); in createArg()
60 return IsSet; in isSet()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointName.cpp44 if (IsSet(listPerm)) in GetDescription()
47 if (IsSet(disablePerm)) in GetDescription()
50 if (IsSet(deletePerm)) in GetDescription()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDebugCounter.h101 return instance().Counters[ID].IsSet; in isCounterSet()
171 bool IsSet = false; member
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDebugCounter.cpp115 Counter.IsSet = true; in push_back()
128 Counter.IsSet = true; in push_back()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp31 const bool IsSet = SDOpcode == AArch64ISD::MOPS_MEMSET || in EmitMOPS() local
52 if (!IsSet) in EmitMOPS()
62 if (IsSet) { in EmitMOPS()
H A DAArch64AsmPrinter.cpp1064 const bool IsSet = Opcode == AArch64::MOPSMemorySetPseudo || in LowerMOPS() local
1073 if (!IsSet) in LowerMOPS()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h104 bool IsSet(enum PermissionKinds permission) const in IsSet() function
131 if (incoming.IsSet(permission)) in MergePermission()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets() local
150 if (IsSet) { in readGSIHashBuckets()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3596 const bool IsSet = Mopcode == AArch64::MOPSMemorySetPseudo; in selectMOPS() local
3598 IsSet ? AArch64::GPR64RegClass : AArch64::GPR64commonRegClass; in selectMOPS()
3615 if (IsSet) { in selectMOPS()