Searched refs:Level (Results 126 - 150 of 301) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Dprutils.c247 * PARAMETERS: Level - Seriousness (Warning/error, etc.)
259 UINT8 Level,
276 AslCommonError2 (Level, MessageId,
258 PrError( UINT8 Level, UINT16 MessageId, UINT32 Column) argument
H A Daslanalyze.c167 UINT32 Level,
758 UINT32 Level,
768 /* Level 0 is the starting device, ignore it */
770 if (Level > 0)
756 ApDeviceSubtreeWalk( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
H A Daslcodegen.c165 UINT32 Level,
229 UINT32 Level,
244 if (!Level)
260 UtDumpStringOp (Op, Level);
265 UtDumpBasicOp (Op, Level);
227 CgAmlWriteWalk( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
H A Daslxref.c168 UINT32 Level,
174 UINT32 Level,
190 UINT32 Level,
310 UINT32 Level,
411 UINT32 Level,
1371 UINT32 Level,
308 XfCompareOneNamespaceObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
409 XfNamespaceLocateBegin( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
1369 XfNamespaceLocateEnd( ACPI_PARSE_OBJECT *Op, UINT32 Level, void *Context) argument
/freebsd-12-stable/contrib/llvm-project/lld/Common/
H A DArgs.cpp22 CodeGenOpt::Level lld::args::getCGOptLevel(int optLevelLTO) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DTargetMachine.h98 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp48 CodeGenOpt::Level OL, bool JIT)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h38 llvm::CodeGenOpt::Level OptLevel);
H A DNVPTXTargetMachine.cpp112 CodeGenOpt::Level OL, bool is64bit)
139 CodeGenOpt::Level OL, bool JIT)
149 CodeGenOpt::Level OL, bool JIT)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.h48 FunctionPass *createPPCISelDag(PPCTargetMachine &TM, CodeGenOpt::Level OL);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp72 CodeGenOpt::Level OL, bool JIT)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.h33 CodeGenOpt::Level OptLevel);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp51 CodeGenOpt::Level OL, bool JIT)
/freebsd-12-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsinit.c167 UINT32 Level,
415 * Level - Current nesting level
429 UINT32 Level,
474 * Level - Current nesting level
492 UINT32 Level,
583 Status = AcpiNsInitOnePackage (ObjHandle, Level, NULL, NULL);
427 AcpiNsInitOnePackage( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
490 AcpiNsInitOneObject( ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h59 CodeGenOpt::Level OptLevel;
72 CodeGenOpt::Level OL = CodeGenOpt::Default);
114 CodeGenOpt::Level OptLevel,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h63 unsigned Level; member in class:llvm::DomTreeNodeBase
70 : TheBB(BB), IDom(iDom), Level(IDom ? IDom->Level + 1 : 0) {}
83 unsigned getLevel() const { return Level; }
101 if (Level != Other->Level) return true;
150 if (Level == IDom->Level + 1) return;
156 Current->Level = Current->IDom->Level
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp116 CodeGenOpt::Level OL, bool JIT,
145 CodeGenOpt::Level OL, bool JIT)
155 CodeGenOpt::Level OL, bool JIT)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp104 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc,
133 CodeGenOpt::Level OL;
134 switch (Level) {
102 LLVMCreateTargetMachine(LLVMTargetRef T, const char *Triple, const char *CPU, const char *Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel) argument
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbutils.c254 * Level - Nesting level.
265 UINT32 Level)
276 for (i = 0; i < Level; i++)
329 &ObjDesc->Package.Elements[i], Level+1);
263 AcpiDbDumpExternalObject( ACPI_OBJECT *ObjDesc, UINT32 Level) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp504 PICLevel::Level Module::getPICLevel() const {
505 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIC Level"));
510 return static_cast<PICLevel::Level>(
514 void Module::setPICLevel(PICLevel::Level PL) {
515 addModuleFlag(ModFlagBehavior::Max, "PIC Level", PL);
518 PIELevel::Level Module::getPIELevel() const {
519 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIE Level"));
524 return static_cast<PIELevel::Level>(
528 void Module::setPIELevel(PIELevel::Level PL) {
529 addModuleFlag(ModFlagBehavior::Max, "PIE Level", P
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp319 Optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const {
324 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const {
328 Optional<unsigned> MCSubtargetInfo::getCacheLineSize(unsigned Level) const {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp136 unsigned Level = 0;
138 InterfaceValue CurrValue{InterfaceIndex, Level};
158 ++Level;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp71 llvm::getStandardCSEConfigForOpt(CodeGenOpt::Level Level) { argument
73 if (Level == CodeGenOpt::None)
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacnamesp.h212 UINT32 Level,
383 UINT32 Level,
394 UINT32 Level,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h46 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Default;

Completed in 415 milliseconds

1234567891011>>