Searched refs:isa (Results 226 - 250 of 1051) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/mcd/
H A Dmcd_isa.c24 #include <isa/isavar.h>
202 DRIVER_MODULE(mcd, isa, mcd_isa_driver, mcd_devclass, NULL, 0);
/freebsd-11-stable/sys/dev/uart/
H A Duart_bus_isa.c41 #include <isa/isavar.h>
191 DRIVER_MODULE(uart, isa, uart_isa_driver, uart_devclass, 0, 0);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp39 while (isa<LinkageSpecDecl>(DC) || isa<ExportDecl>(DC))
42 if (!isa<TranslationUnitDecl>(DC)) {
597 if (isa<EmptyDecl>(D))
599 if (isa<StaticAssertDecl>(D))
601 if (isa<FileScopeAsmDecl>(D))
603 if (isa<UsingDirectiveDecl>(D))
674 if (DC->getRedeclContext()->isFileContext() && !isa<EnumDecl>(D))
H A DSemaDecl.cpp86 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND);
101 isa<ClassTemplateSpecializationDecl>(RD);
213 if (!isa<TypeDecl>(ND))
435 if (isa<TypeDecl>(*Res) || isa<ObjCInterfaceDecl>(*Res) ||
505 !isa<ObjCInterfaceDecl>(IIDecl)) {
535 else if (isa<TranslationUnitDecl>(DC))
775 if (isa<TypeDecl>(*I) || isa<ObjCInterfaceDec
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp37 if (isa<ElaboratedType>(Ty))
48 else if (isa<TypedefType>(Ty)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp96 for (; isa<PHINode>(InsertPt) || InsertPt->isEHPad(); ++InsertPt)
143 for (; isa<PHINode>(InsertPt) || InsertPt->isEHPad(); ++InsertPt)
H A DCodeMoverUtils.cpp104 if (isa<PHINode>(I) || isa<PHINode>(InsertPoint))
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp60 ((isa<Expr>(S) && !isa<StmtExpr>(S)) ? origParentScope
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h48 ClassDescriptorV1(ObjCISA isa, lldb::ProcessSP process_sp);
82 void Initialize(ObjCISA isa, lldb::ProcessSP process_sp);
H A DAppleObjCRuntimeV2.h74 ClassDescriptorSP GetClassDescriptorFromISA(ObjCISA isa) override;
132 ObjCLanguageRuntime::ClassDescriptorSP GetClassDescriptor(ObjCISA isa);
146 bool EvaluateNonPointerISA(ObjCISA isa, ObjCISA &ret_isa);
290 ObjCISA GetPointerISA(ObjCISA isa);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp137 if (isa<Argument>(Ptr) || isa<GlobalValue>(Ptr)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp60 if (!isa<DeclRefExpr>(Cast->IgnoreParenImpCasts()))
100 } else if (isa<DeclStmt>(Parent)) {
H A DMacOSXAPIChecker.cpp79 if (isa<GlobalsSpaceRegion>(RS))
118 } else if (isa<HeapSpaceRegion>(RS)) {
120 } else if (isa<UnknownSpaceRegion>(RS)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp48 if (isa<CXXMethodDecl>(D)) {
119 bool IsExpr = Code.size() == 1 && isa<Expr>(Code[0]);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp23 assert((!isa<Constant>(this) || isa<GlobalValue>(this)) &&
H A DAsmWriter.cpp124 if (C->getNumOperands() && !isa<GlobalValue>(C))
126 if (!isa<BasicBlock>(Op) && !isa<GlobalValue>(Op))
141 if (!isa<GlobalValue>(G.getInitializer()))
146 if (!isa<GlobalValue>(A.getAliasee()))
151 if (!isa<GlobalValue>(I.getResolver()))
157 if (!isa<GlobalValue>(U.get()))
171 if ((isa<Constant>(*Op) && !isa<GlobalValue>(*Op)) ||
172 isa<InlineAs
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp414 return isa<CatchSwitchInst>(Exit->getTerminator());
1038 return (isa<LoadInst>(I) || isa<StoreInst>(I) || isa<CallInst>(I) ||
1039 isa<FenceInst>(I) || isa<CastInst>(I) ||
1040 isa<UnaryOperator>(I) || isa<BinaryOperator>(I) ||
1041 isa<SelectInst>(I) || isa<GetElementPtrIns
[all...]
/freebsd-11-stable/sys/sparc64/isa/
H A Disa.c27 * from: FreeBSD: src/sys/alpha/isa/isa.c,v 1.26 2001/07/11
41 #include <isa/isareg.h>
42 #include <isa/isavar.h>
43 #include <isa/isa_common.h>
54 #include <sparc64/isa/ofw_isa.h>
H A Dofw_isa.c76 #include <sparc64/isa/ofw_isa.h>
/freebsd-11-stable/sys/dev/stg/
H A Dtmc18c30_isa.c128 DRIVER_MODULE(stg, isa, stg_isa_driver, stg_devclass, 0, 0);
/freebsd-11-stable/sys/x86/x86/
H A Dautoconf.c74 #include <isa/isavar.h>
109 * Explicitly probe and attach ISA last. The isa bus saves
/freebsd-11-stable/sys/x86/isa/
H A Disa_dma.c32 * from: @(#)isa.c 7.2 (Berkeley) 5/13/91
36 __FBSDID("$FreeBSD: stable/11/sys/x86/isa/isa_dma.c 332304 2018-04-08 20:52:09Z emaste $");
60 #include <isa/isareg.h>
61 #include <isa/isavar.h>
62 #include <isa/isa_dmareg.h>
75 MTX_SYSINIT(isa_dma_lock, &isa_dma_lock, "isa DMA lock", MTX_DEF);
608 DRIVER_MODULE(atdma, isa, atdma_driver, atdma_devclass, 0, 0);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.h117 if (isa<ImportDecl>(D))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h56 using llvm::isa;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp103 if (isa<Constant>(Val)) {
107 bool CanStoreMutableData = isa<GlobalValue>(Val) ||
108 isa<ConstantExpr>(Val) ||
109 isa<ConstantAggregate>(Val);

Completed in 187 milliseconds

1234567891011>>