Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownFPClass.cpp21 static bool inputDenormalIsIEEE(DenormalMode Mode) { in inputDenormalIsIEEE()
25 static bool inputDenormalIsIEEEOrPosZero(DenormalMode Mode) { in inputDenormalIsIEEEOrPosZero()
64 DenormalMode Mode) { in propagateDenormal()
91 DenormalMode Mode) { in propagateCanonicalizingSrc()
H A DFileOutputBuffer.cpp79 unsigned Mode) in InMemoryBuffer()
113 unsigned Mode; member in __anon71e275e70111::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
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkSerializer.cpp21 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer()
37 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer()
H A DBitstreamRemarkSerializer.cpp330 SerializerMode Mode) in BitstreamRemarkSerializer()
341 SerializerMode Mode, in BitstreamRemarkSerializer()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp33 unsigned Mode = 0; member
186 unsigned Mode = MI.getOperand(2).getImm(); in getInstructionMode() local
192 unsigned Mode = MI.getOperand(2).getImm(); in getInstructionMode() local
198 unsigned Mode = MI.getOperand(6).getImm(); in getInstructionMode() local
204 unsigned Mode = MI.getOperand(2).getImm(); in getInstructionMode() local
295 unsigned Mode = (Val << Offset) & Mask; in processBlockPhase1() local
H A DAMDGPUISelDAGToDAG.h70 SIModeRegisterDefaults Mode; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp269 for (const auto &Mode : Modes) in run() local
276 for (const auto &Mode : Modes) { in run() local
350 const CodeGenTarget &Target, AltEncodingTy Mode) { in emitInstructionBaseValues()
423 AltEncodingTy Mode = Modes.begin()->first; in getInstructionCases() local
432 for (const auto &Mode : Modes) { in getInstructionCases() local
450 const Record *R, AltEncodingTy Mode, const VarLenInst &VLI, in getInstructionCaseForEncoding()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPriorityAdvisor.h83 RegAllocPriorityAdvisorProvider(AdvisorMode Mode) : Mode(Mode) {} in RegAllocPriorityAdvisorProvider()
130 RegAllocPriorityAdvisorAnalysisLegacy(AdvisorMode Mode) in RegAllocPriorityAdvisorAnalysisLegacy()
151 const AdvisorMode Mode; variable
H A DRegAllocEvictionAdvisor.h161 RegAllocEvictionAdvisorProvider(AdvisorMode Mode, LLVMContext &Ctx) in RegAllocEvictionAdvisorProvider()
201 RegAllocEvictionAdvisorAnalysisLegacy(AdvisorMode Mode) in RegAllocEvictionAdvisorAnalysisLegacy()
222 const AdvisorMode Mode; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h112 enum DebugifyMode Mode = DebugifyMode::NoDebugify; variable
174 enum DebugifyMode Mode; variable
198 enum DebugifyMode Mode = DebugifyMode::NoDebugify; variable
238 enum DebugifyMode Mode = DebugifyMode::NoDebugify; variable
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.h54 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/lib/Target/X86/
H A DX86WinEHUnwindV2.cpp93 WinX64EHUnwindV2Mode Mode = in runOnMachineFunction() local
317 const MachineFunction &MF, WinX64EHUnwindV2Mode Mode, StringRef Reason) { in rejectCurrentFunctionInternalError()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A DEFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.h44 int32_t Mode; member
61 SIMPLE_TEXT_OUTPUT_MODE *Mode; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DModuleInliner.h43 const InliningAdvisorMode Mode; variable
H A DExpandVariadics.h27 const ExpandVariadicsMode Mode; variable
H A DInliner.h97 const InliningAdvisorMode Mode; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningService.cpp16 ScanningMode Mode, ScanningOutputFormat Format, in DependencyScanningService()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp281 static bool applyDebugify(Function &F, enum DebugifyMode Mode, in applyDebugify()
295 static bool applyDebugify(Module &M, enum DebugifyMode Mode, in applyDebugify()
901 enum DebugifyMode Mode; member
929 enum DebugifyMode Mode; member
971 enum DebugifyMode Mode; member
1017 enum DebugifyMode Mode; member
1044 ModulePass *createDebugifyModulePass(enum DebugifyMode Mode, in createDebugifyModulePass()
1054 createDebugifyFunctionPass(enum DebugifyMode Mode, in createDebugifyFunctionPass()
1079 enum DebugifyMode Mode, DebugInfoPerPass *DebugInfoBeforePass, in createCheckDebugifyModulePass()
1091 enum DebugifyMode Mode, DebugInfoPerPass *DebugInfoBeforePass, in createCheckDebugifyFunctionPass()
/freebsd/sys/contrib/dev/acpica/components/hardware/
H A Dhwacpi.c175 UINT32 Mode) in AcpiHwSetMode()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDirectoryScanner.h74 ScanMode Mode; variable
H A DDylibVerifier.h104 VerificationMode Mode, bool Zippered, bool Demangle, in DylibVerifier()
220 VerificationMode Mode = VerificationMode::Invalid; variable
/freebsd/sys/dev/ciss/
H A Dcissio.h110 u_int8_t Mode:2; member
115 u_int8_t Mode:2; member
121 u_int8_t Mode:2; member
128 u_int32_t Mode:2; member
134 u_int32_t Mode:2; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp195 void DisplayFunction(const Decl *D, AnalysisMode Mode, in DisplayFunction()
259 AnalysisMode Mode = getModeForDecl(D, RecVisitorMode); in VisitDecl() local
660 AnalysisConsumer::getModeForDecl(Decl *D, AnalysisMode Mode) { in getModeForDecl()
694 void AnalysisConsumer::HandleCode(Decl *D, AnalysisMode Mode, in HandleCode()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DIdeControllerInit.h123 UINT32 Mode; ///< The actual ATA mode. This field is not a bit map. member
143 UINT32 Mode; member

1234567