Home
last modified time | relevance | path

Searched defs:Mode (Results 1 – 25 of 161) sorted by relevance

1234567

/llvm-project/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp40 const char *Mode; member
64 __xray_log_register_mode(const char *Mode, in __xray_log_register_mode()
85 __xray_log_select_mode(const char *Mode) XRAY_NEVER_INSTRUMENT { in __xray_log_select_mode()
139 XRayLogInitStatus __xray_log_init_mode(const char *Mode, const char *Config) in __xray_log_init_mode()
160 __xray_log_init_mode_bin(const char *Mode, const char *Config, in __xray_log_init_mode_bin()
203 auto Mode = CurrentMode ? CurrentMode->Mode : nullptr; in __xray_log_process_buffers() local
/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp79 unsigned Mode) in InMemoryBuffer()
113 unsigned Mode; member in __anonf253771a0111::InMemoryBuffer
118 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { in createInMemoryBuffer()
128 createOnDiskBuffer(StringRef Path, size_t Size, unsigned Mode) { in createOnDiskBuffer()
164 unsigned Mode = fs::all_read | fs::all_write; in create() local
/llvm-project/llvm/lib/Remarks/
H A DRemarkSerializer.cpp21 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer()
38 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer()
H A DBitstreamRemarkSerializer.cpp330 SerializerMode Mode) in BitstreamRemarkSerializer()
341 SerializerMode Mode, in BitstreamRemarkSerializer()
/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp242 for (const auto [Mode, EncodingDef] : EBM) { in run() local
269 emitInstructionBaseValues(OS, NumberedInstructions, Target, Mode.first); in run() local
276 for (const auto &Mode : Modes) { run() local
350 emitInstructionBaseValues(raw_ostream & OS,ArrayRef<const CodeGenInstruction * > NumberedInstructions,CodeGenTarget & Target,AltEncodingTy Mode) emitInstructionBaseValues() argument
422 AltEncodingTy Mode = Modes.begin()->first; getInstructionCases() local
430 for (const auto &Mode : Modes) { getInstructionCases() local
448 getInstructionCaseForEncoding(Record * R,AltEncodingTy Mode,const VarLenInst & VLI,CodeGenTarget & Target,int I) getInstructionCaseForEncoding() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPriorityAdvisor.h63 RegAllocPriorityAdvisorAnalysis(AdvisorMode Mode) RegAllocPriorityAdvisorAnalysis() argument
83 const AdvisorMode Mode; global() variable
H A DRegAllocEvictionAdvisor.h171 RegAllocEvictionAdvisorAnalysis(AdvisorMode Mode) in RegAllocEvictionAdvisorAnalysis()
191 const AdvisorMode Mode; variable
H A DRegAllocPriorityAdvisor.cpp23 static cl::opt<RegAllocPriorityAdvisorAnalysis::AdvisorMode> Mode( variable
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningService.cpp17 ScanningMode Mode, ScanningOutputFormat Format, in DependencyScanningService() argument
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h109 enum DebugifyMode Mode = DebugifyMode::NoDebugify; variable
170 enum DebugifyMode Mode; variable
193 enum DebugifyMode Mode = DebugifyMode::NoDebugify; variable
233 enum DebugifyMode Mode = DebugifyMode::NoDebugify; variable
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DModuleInliner.h42 const InliningAdvisorMode Mode; variable
H A DExpandVariadics.h27 const ExpandVariadicsMode Mode; variable
H A DInliner.h93 const InliningAdvisorMode Mode; variable
/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-set-dir-mode.c15 static int test(unsigned Mode, const char *TestDir) { in test()
/llvm-project/clang-tools-extra/clang-tidy/android/
H A DCloexecCheck.cpp24 const LangOptions &LangOpts, char Mode) { in buildFixMsgForStringFlag()
80 const ast_matchers::MatchFinder::MatchResult &Result, const char Mode, in insertStringFlag()
/llvm-project/clang/include/clang/InstallAPI/
H A DDirectoryScanner.h74 ScanMode Mode; variable
H A DDylibVerifier.h82 VerificationMode Mode, bool Zippered, bool Demangle, in DylibVerifier()
198 VerificationMode Mode = VerificationMode::Invalid; variable
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DTarget.cpp74 Benchmark::ModeE Mode, const LLVMState &State, in createSnippetGenerator() argument
90 Benchmark::ModeE Mode, const LLVMState &State, in createBenchmarkRunner() argument
144 const LLVMState &State, Benchmark::ModeE Mode, in createLatencyBenchmarkRunner() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp218 applyDebugify(Function & F,enum DebugifyMode Mode=DebugifyMode::SyntheticDebugInfo,DebugInfoPerPass * DebugInfoBeforePass=nullptr,StringRef NameOfWrappedPass="") applyDebugify() argument
234 applyDebugify(Module & M,enum DebugifyMode Mode=DebugifyMode::SyntheticDebugInfo,DebugInfoPerPass * DebugInfoBeforePass=nullptr,StringRef NameOfWrappedPass="") applyDebugify() argument
837 enum DebugifyMode Mode; global() member
865 enum DebugifyMode Mode; global() member
907 enum DebugifyMode Mode; global() member
953 enum DebugifyMode Mode; global() member
980 createDebugifyModulePass(enum DebugifyMode Mode,llvm::StringRef NameOfWrappedPass,DebugInfoPerPass * DebugInfoBeforePass) createDebugifyModulePass() argument
990 createDebugifyFunctionPass(enum DebugifyMode Mode,llvm::StringRef NameOfWrappedPass,DebugInfoPerPass * DebugInfoBeforePass) createDebugifyFunctionPass() argument
1015 createCheckDebugifyModulePass(bool Strip,StringRef NameOfWrappedPass,DebugifyStatsMap * StatsMap,enum DebugifyMode Mode,DebugInfoPerPass * DebugInfoBeforePass,StringRef OrigDIVerifyBugsReportFilePath) createCheckDebugifyModulePass() argument
1027 createCheckDebugifyFunctionPass(bool Strip,StringRef NameOfWrappedPass,DebugifyStatsMap * StatsMap,enum DebugifyMode Mode,DebugInfoPerPass * DebugInfoBeforePass,StringRef OrigDIVerifyBugsReportFilePath) createCheckDebugifyFunctionPass() argument
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h73 SIModeRegisterDefaults Mode; global() variable
/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkSerializer.h48 SerializerMode Mode; member
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp269 AnalysisMode Mode = getModeForDecl(D, RecVisitorMode); in VisitDecl() local
192 DisplayFunction(const Decl * D,AnalysisMode Mode,ExprEngine::InliningModes IMode) DisplayFunction() argument
626 getModeForDecl(Decl * D,AnalysisMode Mode) getModeForDecl() argument
658 HandleCode(Decl * D,AnalysisMode Mode,ExprEngine::InliningModes IMode,SetOfConstDecls * VisitedCallees) HandleCode() argument
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h144 ColorMode Mode; variable
/llvm-project/lldb/test/API/commands/register/register/aarch64_sve_simd_registers/
H A DTestSVESIMDRegisters.py23 class Mode(Enum): class
/llvm-project/lldb/test/API/linux/aarch64/sme_core_file/
H A DTestAArch64LinuxSMECoreFile.py13 class Mode(IntEnum): class

1234567