Home
last modified time | relevance | path

Searched refs:SetFlags (Results 1 – 23 of 23) sorted by relevance

/llvm-project/offload/include/Shared/
H A DRequirements.h45 int64_t SetFlags = OMP_REQ_UNDEFINED; variable
49 void checkConsistency(int64_t NewFlags, int64_t SetFlags, in checkConsistency() argument
52 if ((SetFlags & Flag) != (NewFlags & Flag)) { in checkConsistency()
68 if (SetFlags == OMP_REQ_UNDEFINED) { in addRequirements()
69 SetFlags = NewFlags; in addRequirements()
76 if (SetFlags == OMP_REQ_NONE && NewFlags == OMPX_REQ_AUTO_ZERO_COPY) { in addRequirements()
77 SetFlags = NewFlags; in addRequirements()
87 checkConsistency(NewFlags, SetFlags, OMP_REQ_REVERSE_OFFLOAD, in addRequirements()
89 checkConsistency(NewFlags, SetFlags, OMP_REQ_UNIFIED_ADDRESS, in addRequirements()
91 checkConsistency(NewFlags, SetFlags, OMP_REQ_UNIFIED_SHARED_MEMORY, in addRequirements()
[all …]
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dbreakpoint.py86 def SetFlags(self, flags): member in Breakpoint
87 res = self.vt.SetFlags(self.breakpoint, flags)
H A Dcontrol.py371 bp.SetFlags(BreakpointFlags.DEBUG_BREAKPOINT_ENABLED)
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp92 s->SetFlags(flagz & MutexCreationFlagMask); in MutexCreate()
124 s->SetFlags(MutexFlagBroken); in MutexDestroy()
187 s->SetFlags(MutexFlagBroken); in MutexPostLock()
233 s->SetFlags(MutexFlagBroken); in MutexUnlock()
298 s->SetFlags(MutexFlagBroken); in MutexPostReadLock()
340 s->SetFlags(MutexFlagBroken); in MutexReadUnlock()
399 s->SetFlags(MutexFlagBroken); in MutexReadOrWriteUnlock()
H A Dtsan_sync.h74 void SetFlags(u32 f) { in SetFlags() function
/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h146 bool SetFlags = false) {
157 if (SetFlags) {
H A DARMLowOverheadLoops.cpp1437 bool SetFlags = in RevertLoopDec()
1440 llvm::RevertLoopDec(MI, TII, SetFlags); in RevertLoopDec() local
1441 return SetFlags; in RevertLoopDec()
/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h164 SmallVector<FlagEntry, 10> SetFlags(ExtraFlags);
180 SetFlags.emplace_back(Flag.Name, Flag.Value);
184 llvm::sort(SetFlags, &flagName);
185 printFlagsImpl(Label, hex(Value), SetFlags);
189 SmallVector<HexNumber, 10> SetFlags; in printFlags() local
194 SetFlags.emplace_back(Flag); in printFlags()
198 printFlagsImpl(Label, hex(Value), SetFlags); in printFlags()
/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h536 void SetFlags(uint32_t flags) { m_flags = flags; }
538 void SetFlags(const std::string &elf_abi);
523 void SetFlags(uint32_t flags) { m_flags = flags; } SetFlags() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp204 const Value *RHS, bool SetFlags = false,
207 unsigned RHSReg, bool SetFlags = false,
210 uint64_t Imm, bool SetFlags = false,
214 uint64_t ShiftImm, bool SetFlags = false,
218 uint64_t ShiftImm, bool SetFlags = false,
236 bool SetFlags = false, bool WantResult = true,
240 bool SetFlags = false, bool WantResult = true,
1168 const Value *RHS, bool SetFlags, in emitAddSub()
1222 ResultReg = emitAddSub_ri(!UseAdd, RetVT, LHSReg, -Imm, SetFlags, in emitAddSub()
1225 ResultReg = emitAddSub_ri(UseAdd, RetVT, LHSReg, Imm, SetFlags, in emitAddSub()
1166 emitAddSub(bool UseAdd,MVT RetVT,const Value * LHS,const Value * RHS,bool SetFlags,bool WantResult,bool IsZExt) emitAddSub() argument
1300 emitAddSub_rr(bool UseAdd,MVT RetVT,unsigned LHSReg,unsigned RHSReg,bool SetFlags,bool WantResult) emitAddSub_rr() argument
1337 emitAddSub_ri(bool UseAdd,MVT RetVT,unsigned LHSReg,uint64_t Imm,bool SetFlags,bool WantResult) emitAddSub_ri() argument
1384 emitAddSub_rs(bool UseAdd,MVT RetVT,unsigned LHSReg,unsigned RHSReg,AArch64_AM::ShiftExtendType ShiftType,uint64_t ShiftImm,bool SetFlags,bool WantResult) emitAddSub_rs() argument
1426 emitAddSub_rx(bool UseAdd,MVT RetVT,unsigned LHSReg,unsigned RHSReg,AArch64_AM::ShiftExtendType ExtType,uint64_t ShiftImm,bool SetFlags,bool WantResult) emitAddSub_rx() argument
1534 emitAdd(MVT RetVT,const Value * LHS,const Value * RHS,bool SetFlags,bool WantResult,bool IsZExt) emitAdd() argument
1563 emitSub(MVT RetVT,const Value * LHS,const Value * RHS,bool SetFlags,bool WantResult,bool IsZExt) emitSub() argument
[all...]
/llvm-project/lldb/test/API/python_api/run_locker/
H A DTestRunLocker.py47 launch_info.SetFlags(flags | lldb.eLaunchFlagStopAtEntry)
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp73 FlagVector SetFlags; in getFlagNames() local
78 SetFlags.push_back(Flag); in getFlagNames()
82 llvm::sort(SetFlags, &compEnumNames<TFlag>); in getFlagNames()
86 for (const auto &Flag : SetFlags) { in getFlagNames()
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h382 void SetFlags(uint32_t flags);
/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h176 void SetFlags(uint32_t flags) { m_flags = flags; } in SetFlags() function
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1340 arch_spec.SetFlags(ArchSpec::eARM_abi_soft_float); in ParseARMAttributes()
1347 arch_spec.SetFlags(ArchSpec::eARM_abi_hard_float); in ParseARMAttributes()
1396 arch_spec.SetFlags(ArchSpec::eMIPSAse_micromips); in GetSectionHeaderInfo()
1399 arch_spec.SetFlags(ArchSpec::eMIPSAse_mips16); in GetSectionHeaderInfo()
1402 arch_spec.SetFlags(ArchSpec::eMIPSAse_mdmx); in GetSectionHeaderInfo()
1412 arch_spec.SetFlags(ArchSpec::eARM_abi_soft_float); in GetSectionHeaderInfo()
1414 arch_spec.SetFlags(ArchSpec::eARM_abi_hard_float); in GetSectionHeaderInfo()
1436 arch_spec.SetFlags(flags); in GetSectionHeaderInfo()
1453 arch_spec.SetFlags(flags); in GetSectionHeaderInfo()
1562 arch_spec.SetFlags(arch_flag in GetSectionHeaderInfo()
[all...]
/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp604 void ArchSpec::SetFlags(const std::string &elf_abi) { in GetClangTargetCPU()
615 SetFlags(flag); in GetClangTargetCPU()
868 SetFlags(other.GetFlags()); in SetArchitecture()
583 void ArchSpec::SetFlags(const std::string &elf_abi) { SetFlags() function in ArchSpec
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3594 sym[pos->second].SetFlags(nlist.n_type << 16 | in ParseSymtab()
3637 sym[pos->second].SetFlags(nlist.n_type << 16 | in ParseSymtab()
3675 sym[GSYM_sym_idx].SetFlags(nlist.n_type << 16 | in ParseSymtab()
3693 sym[sym_idx].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab()
4437 sym[pos->second].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab()
4472 sym[pos->second].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab()
4498 sym[GSYM_sym_idx].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab()
4515 sym[sym_idx].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab()
4611 sym[sym_idx].SetFlags(MACHO_NLIST_ARM_SYMBOL_IS_THUMB); in ParseSymtab()
4667 sym[sym_idx].SetFlags(symbol_flag in ParseSymtab()
[all...]
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp740 void SBCommand::SetFlags(uint32_t flags) { in SetFlags() function in SBCommand
/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
H A DTargetTest.cpp164 TEST_F(X86Core2TargetTest, SetFlags) {
175 TEST_F(X86Core2TargetTest,SetFlags) TEST_F() argument
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2347 std::vector<StringRef> SetFlags;
2364 void addSetMIFlags(StringRef Flag) { SetFlags.push_back(Flag); } in EraseInstAction()
2305 std::vector<StringRef> SetFlags; global() variable
H A DGlobalISelMatchTable.cpp2179 if (!SetFlags.empty()) { in emitActionOpcodes()
2182 << MatchTable::NamedValue(4, join(SetFlags, " | ")) in emitActionOpcodes()
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2295 SmallVector<EnumEntry<TFlag>, 10> SetFlags; in findSectionByName()
2298 SetFlags.push_back(Flag); in findSectionByName()
2300 for (const EnumEntry<TFlag> &Flag : SetFlags) in findSectionByName()
2282 SmallVector<EnumEntry<TFlag>, 10> SetFlags; printFlags() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2233 m_process_arch.SetFlags(elf_abi); in GetCurrentProcessInfo()