/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Debugify.h | 98 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo, 102 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo, 109 enum DebugifyMode Mode = DebugifyMode::NoDebugify; variable 112 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo, 116 DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode) {} in NameOfWrappedPass() 153 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo, 160 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo, 170 enum DebugifyMode Mode; variable 176 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo, 181 StatsMap(StatsMap), DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode), in NameOfWrappedPass() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_log_interface.cpp | 40 const char *Mode; member 64 __xray_log_register_mode(const char *Mode, in __xray_log_register_mode() argument 73 if (!internal_strcmp(Mode, it->Mode)) in __xray_log_register_mode() 78 NewModeImpl->Mode = internal_strdup(Mode); in __xray_log_register_mode() 85 __xray_log_select_mode(const char *Mode) XRAY_NEVER_INSTRUMENT { in __xray_log_select_mode() argument 88 if (!internal_strcmp(Mode, it->Mode)) { in __xray_log_select_mode() 102 return CurrentMode->Mode; in __xray_log_get_current_mode() 139 XRayLogInitStatus __xray_log_init_mode(const char *Mode, const char *Config) in __xray_log_init_mode() argument 149 if (CurrentMode == nullptr || internal_strcmp(CurrentMode->Mode, Mode) != 0) in __xray_log_init_mode() 160 __xray_log_init_mode_bin(const char *Mode, const char *Config, in __xray_log_init_mode_bin() argument [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos4412-itop-scp-core.dtsi | 179 op_mode = <1>; /* Normal Mode */ 189 op_mode = <1>; /* Normal Mode */ 197 op_mode = <1>; /* Normal Mode */ 205 op_mode = <1>; /* Normal Mode */ 210 op_mode = <0>; /* Always off Mode */ 218 op_mode = <1>; /* Normal Mode */ 226 op_mode = <1>; /* Normal Mode */ 233 op_mode = <1>; /* Normal Mode */ 240 op_mode = <1>; /* Normal Mode */ 247 op_mode = <1>; /* Normal Mode */ [all …]
|
H A D | exynos4412-origen.dts | 168 op_mode = <1>; /* Normal Mode */ 176 op_mode = <1>; /* Normal Mode */ 184 op_mode = <1>; /* Normal Mode */ 192 op_mode = <1>; /* Normal Mode */ 200 op_mode = <1>; /* Normal Mode */ 208 op_mode = <1>; /* Normal Mode */ 216 op_mode = <1>; /* Normal Mode */ 224 op_mode = <1>; /* Normal Mode */ 232 op_mode = <1>; /* Normal Mode */ 240 op_mode = <1>; /* Normal Mode */ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 79 unsigned Mode) 81 Mode(Mode) {} 102 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit() 113 unsigned Mode; 118 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { in createInMemoryBuffer() 124 return std::make_unique<InMemoryBuffer>(Path, MB, Size, Mode); 128 createOnDiskBuffer(StringRef Path, size_t Size, unsigned Mode) { in createOnDiskBuffer() 130 fs::TempFile::create(Path + ".tmp%%%%%%%", Mode); in createOnDiskBuffer() 150 return createInMemoryBuffer(Path, Size, Mode); in createOnDiskBuffer() 76 InMemoryBuffer(StringRef Path,MemoryBlock Buf,std::size_t BufSize,unsigned Mode) InMemoryBuffer() argument 110 unsigned Mode; global() member in __anon71e275e70111::InMemoryBuffer 115 createInMemoryBuffer(StringRef Path,size_t Size,unsigned Mode) createInMemoryBuffer() argument 125 createOnDiskBuffer(StringRef Path,size_t Size,unsigned Mode) createOnDiskBuffer() argument 161 unsigned Mode = fs::all_read | fs::all_write; create() local [all...] |
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | InfoByHwMode.h | 36 std::string getModeName(unsigned Mode); 114 InfoT &get(unsigned Mode) { in get() 115 auto F = Map.find(Mode); in get() 121 auto P = Map.insert({Mode, Map.begin()->second}); in get() 124 const InfoT &get(unsigned Mode) const { in get() 125 auto F = Map.find(Mode); in get() 143 void makeSimple(unsigned Mode) { in makeSimple() 144 assert(hasMode(Mode) || hasDefault()); in makeSimple() 145 InfoT I = get(Mode); in makeSimple() 164 MVT getType(unsigned Mode) const { return get(Mode); } in getType() [all …]
|
H A D | VarLenCodeEmitterGen.cpp | 86 CodeGenTarget &Target, AltEncodingTy Mode); 89 std::string getInstructionCaseForEncoding(Record *R, AltEncodingTy Mode, 242 AltEncodingTy Mode = KV.first; in run() local 243 Modes.insert({Mode, "_" + HWM.getMode(Mode).Name.str()}); in run() 247 VarLenInsts[R].insert({Mode, VarLenInst(DI, RV)}); in run() 269 for (const auto &Mode : Modes) in run() local 270 emitInstructionBaseValues(OS, NumberedInstructions, Target, Mode.first); in run() 276 for (const auto &Mode : Modes) { in run() local 278 OS << " auto getInstBits" << Mode.second in run() 280 << " unsigned NumBits = Index" << Mode.second << "[Opcode][0];\n" in run() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkSerializer.cpp | 21 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer() argument 28 return std::make_unique<YAMLRemarkSerializer>(OS, Mode); in createRemarkSerializer() 30 return std::make_unique<YAMLStrTabRemarkSerializer>(OS, Mode); in createRemarkSerializer() 32 return std::make_unique<BitstreamRemarkSerializer>(OS, Mode); in createRemarkSerializer() 38 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer() argument 45 return std::make_unique<YAMLRemarkSerializer>(OS, Mode, std::move(StrTab)); in createRemarkSerializer() 47 return std::make_unique<YAMLStrTabRemarkSerializer>(OS, Mode, in createRemarkSerializer() 50 return std::make_unique<BitstreamRemarkSerializer>(OS, Mode, in createRemarkSerializer()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 218 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo, in applyDebugify() argument 223 if (Mode == DebugifyMode::SyntheticDebugInfo) in applyDebugify() 234 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo, in applyDebugify() argument 237 if (Mode == DebugifyMode::SyntheticDebugInfo) in applyDebugify() 818 applyDebugify(M, Mode, DebugInfoBeforePass, NameOfWrappedPass); in runOnModule() 822 DebugifyModulePass(enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo, in DebugifyModulePass() 826 DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode) {} in DebugifyModulePass() 837 enum DebugifyMode Mode; member 845 applyDebugify(F, Mode, DebugInfoBeforePass, NameOfWrappedPass); in runOnFunction() 850 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo, in DebugifyFunctionPass() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSIndexPath.cpp | 87 m_impl.m_mode = Mode::Inlined; in Update() 120 m_impl.m_mode = Mode::Outsourced; in Update() 127 bool MightHaveChildren() override { return m_impl.m_mode != Mode::Invalid; } in MightHaveChildren() 142 enum class Mode { Inlined, Outsourced, Invalid }; enum in NSIndexPathSyntheticFrontEnd 147 case Mode::Inlined: in GetNumIndexes() 149 case Mode::Outsourced: in GetNumIndexes() 163 case Mode::Inlined: in GetIndexAtIndex() 165 case Mode::Outsourced: in GetIndexAtIndex() 288 case Mode::Inlined: in Clear() 291 case Mode::Outsourced: in Clear() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIModeRegister.cpp | 33 unsigned Mode = 0; member 37 Status(unsigned NewMask, unsigned NewMode) : Mask(NewMask), Mode(NewMode) { in Status() 38 Mode &= Mask; in Status() 44 return Status((Mask | S.Mask), ((Mode & ~S.Mask) | (S.Mode & S.Mask))); in merge() 50 return Status(Mask & ~newMask, Mode & ~newMask); in mergeUnknown() 56 unsigned NewMask = (Mask & S.Mask) & (Mode ^ ~S.Mode); in intersect() 57 unsigned NewMode = (Mode & NewMask); in intersect() 63 return Status((S.Mask & (Mode ^ S.Mode)) | (~Mask & S.Mask), S.Mode); in delta() 67 return (Mask == S.Mask) && (Mode == S.Mode); in operator ==() 73 return ((Mask & S.Mask) == S.Mask) && ((Mode & S.Mask) == S.Mode); in isCompatible() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/ |
H A D | RemarkSerializer.h | 48 SerializerMode Mode; member 54 SerializerMode Mode) in RemarkSerializer() 55 : SerializerFormat(SerializerFormat), OS(OS), Mode(Mode) {} in RemarkSerializer() 81 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, 86 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
|
H A D | YAMLRemarkSerializer.h | 38 YAMLRemarkSerializer(raw_ostream &OS, SerializerMode Mode, 52 SerializerMode Mode, 73 YAMLStrTabRemarkSerializer(raw_ostream &OS, SerializerMode Mode) in YAMLStrTabRemarkSerializer() 74 : YAMLRemarkSerializer(Format::YAMLStrTab, OS, Mode) { in YAMLStrTabRemarkSerializer() 78 YAMLStrTabRemarkSerializer(raw_ostream &OS, SerializerMode Mode, in YAMLStrTabRemarkSerializer() 80 : YAMLRemarkSerializer(Format::YAMLStrTab, OS, Mode, std::move(StrTab)) {} in YAMLStrTabRemarkSerializer()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FloatingPointMode.h | 183 inline raw_ostream& operator<<(raw_ostream &OS, DenormalMode Mode) { 184 Mode.print(OS); 202 inline StringRef denormalModeKindName(DenormalMode::DenormalModeKind Mode) { in denormalModeKindName() argument 203 switch (Mode) { in denormalModeKindName() 222 DenormalMode Mode; in parseDenormalFPAttribute() local 223 Mode.Output = parseDenormalFPAttributeComponent(OutputStr); in parseDenormalFPAttribute() 227 Mode.Input = InputStr.empty() ? Mode.Output : in parseDenormalFPAttribute() 230 return Mode; in parseDenormalFPAttribute()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 192 void DisplayFunction(const Decl *D, AnalysisMode Mode, in DisplayFunction() argument 202 if (Mode == AM_Syntax) in DisplayFunction() 204 else if (Mode == AM_Path) { in DisplayFunction() 216 assert(Mode == (AM_Syntax | AM_Path) && "Unexpected mode!"); in DisplayFunction() 256 void HandleCode(Decl *D, AnalysisMode Mode, 269 AnalysisMode Mode = getModeForDecl(D, RecVisitorMode); in VisitDecl() local 270 if (Mode & AM_Syntax) { in VisitDecl() 356 AnalysisMode getModeForDecl(Decl *D, AnalysisMode Mode); 626 AnalysisConsumer::getModeForDecl(Decl *D, AnalysisMode Mode) { in getModeForDecl() argument 637 return Mode; in getModeForDecl() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocPriorityAdvisor.h | 63 RegAllocPriorityAdvisorAnalysis(AdvisorMode Mode) in RegAllocPriorityAdvisorAnalysis() argument 64 : ImmutablePass(ID), Mode(Mode){}; in RegAllocPriorityAdvisorAnalysis() 70 AdvisorMode getAdvisorMode() const { return Mode; } in getAdvisorMode() 83 const AdvisorMode Mode; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ModuleInliner.h | 30 InliningAdvisorMode Mode = InliningAdvisorMode::Default, 32 : Params(Params), Mode(Mode), LTOPhase(LTOPhase){}; in Params() 42 const InliningAdvisorMode Mode; variable
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_ioctl.h | 54 BYTE Mode:2; /* b00 */ member 59 BYTE Mode:2; /* b01 */ member 65 BYTE Mode:2; /* b10 */ member 73 DWORD Mode:2; member 80 DWORD Mode:2; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | WithColor.h | 61 /// @param Mode Enable, disable or compute whether to use colors. 63 ColorMode Mode = ColorMode::Auto); 70 /// @param Mode Enable, disable or compute whether to use colors. 73 bool Bold = false, bool BG = false, ColorMode Mode = ColorMode::Auto) 74 : OS(OS), Mode(Mode) { in OS() 144 ColorMode Mode; variable
|
/freebsd/contrib/llvm-project/compiler-rt/include/xray/ |
H A D | xray_log_interface.h | 231 XRayLogRegisterStatus __xray_log_register_mode(const char *Mode, 244 XRayLogRegisterStatus __xray_log_select_mode(const char *Mode); 290 XRayLogInitStatus __xray_log_init_mode(const char *Mode, const char *Config); 296 XRayLogInitStatus __xray_log_init_mode_bin(const char *Mode, const char *Config,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallDescription.cpp | 38 ento::CallDescription::CallDescription(Mode MatchAs, in CallDescription() 120 if (MatchAs == Mode::SimpleFunc && isMethod) in matchesImpl() 123 if (MatchAs == Mode::CXXMethod && !isMethod) in matchesImpl() 126 if (MatchAs == Mode::CLibraryMaybeHardened) { in matchesImpl() 144 if (MatchAs == Mode::CLibrary || MatchAs == Mode::CLibraryMaybeHardened) in matchesImpl()
|
/freebsd/sys/contrib/dev/acpica/components/hardware/ |
H A D | hwacpi.c | 175 UINT32 Mode) in AcpiHwSetMode() argument 217 switch (Mode) in AcpiHwSetMode() 258 if (AcpiHwGetMode () == Mode) in AcpiHwSetMode() 261 "Mode %X successfully enabled\n", Mode)); in AcpiHwSetMode()
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | DirectoryScanner.h | 29 DirectoryScanner(FileManager &FM, ScanMode Mode = ScanMode::ScanFrameworks) 30 : FM(FM), Mode(Mode) {} in FM() 74 ScanMode Mode; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 238 VPlanSlp::getBest(OpMode Mode, VPValue *Last, in getBest() argument 241 assert((Mode == OpMode::Load || Mode == OpMode::Opcode) && in getBest() 263 return {Mode, BestCandidates[0]}; in getBest() 293 return {Mode, Best}; in getBest() 298 SmallVector<OpMode, 4> Mode; in reorderMultiNodeOps() local 300 Mode.reserve(MultiNodeOps.size()); in reorderMultiNodeOps() 308 Mode.push_back(OpMode::Load); in reorderMultiNodeOps() 310 Mode.push_back(OpMode::Opcode); in reorderMultiNodeOps() 327 if (Mode[Op] == OpMode::Failed) in reorderMultiNodeOps() 332 getBest(Mode[Op], Last, Candidates, IAI); in reorderMultiNodeOps()
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | adc128d818.txt | 6 - Mode 0: 7 single-ended voltage readings (IN0-IN6), 8 - Mode 1: 8 single-ended voltage readings (IN0-IN7), 10 - Mode 2: 4 pseudo-differential voltage readings 13 - Mode 3: 4 single-ended voltage readings (IN0-IN3),
|