Searched refs:isa (Results 1 - 25 of 1051) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h66 if (isa<ConstantSDNode>(Node)) return true;
67 if (isa<ConstantFPSDNode>(Node)) return true;
68 if (isa<RegisterSDNode>(Node)) return true;
69 if (isa<RegisterMaskSDNode>(Node)) return true;
70 if (isa<GlobalAddressSDNode>(Node)) return true;
71 if (isa<BasicBlockSDNode>(Node)) return true;
72 if (isa<FrameIndexSDNode>(Node)) return true;
73 if (isa<ConstantPoolSDNode>(Node)) return true;
74 if (isa<TargetIndexSDNode>(Node)) return true;
75 if (isa<JumpTableSDNod
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.cpp38 if (!Ptr || isa<UndefValue>(Ptr) ||
39 isa<Constant>(Ptr) || isa<GlobalValue>(Ptr))
/freebsd-11-stable/sys/modules/elink/
H A DMakefile4 .PATH: ${SRCTOP}/sys/i386/isa
/freebsd-11-stable/lib/libc/include/
H A Dblock_abi.h46 void *isa;\
59 void *isa;\
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp34 if (isa<PointerType>(From) && isa<PointerType>(To)) {
68 if (isa<ArraySubscriptExpr>(Expr) ||
69 isa<CallExpr>(Expr) ||
70 isa<DeclRefExpr>(Expr) ||
71 isa<CastExpr>(Expr) ||
72 isa<CXXNewExpr>(Expr) ||
73 isa<CXXConstructExpr>(Expr) ||
74 isa<CXXDeleteExpr>(Expr) ||
75 isa<CXXNoexceptExp
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h45 assert(!isa<CXXConstructorDecl>(D) && "Use other ctor with ctor decls!");
46 assert(!isa<CXXDestructorDecl>(D) && "Use other ctor with dtor decls!");
80 assert(isa<CXXConstructorDecl>(getDecl()) && "Decl is not a ctor!");
85 assert(isa<CXXDestructorDecl>(getDecl()) && "Decl is not a dtor!");
90 assert(isa<VarDecl>(getDecl()) &&
97 assert(isa<FunctionDecl>(getDecl()) &&
98 !isa<CXXConstructorDecl>(getDecl()) &&
99 !isa<CXXDestructorDecl>(getDecl()) &&
124 assert(isa<CXXConstructorDecl>(getDecl()));
131 assert(isa<CXXDestructorDec
[all...]
/freebsd-11-stable/sys/sparc64/isa/
H A Disa_dma.c35 #include <isa/isareg.h>
36 #include <isa/isavar.h>
/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.h35 unsigned int isa; member in struct:dwarf2_line_info
62 machine of isa changes when assembler debug info is enabled. */
63 extern void dwarf2_set_isa (unsigned int isa);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp83 if (CurrUser && !isa<CallInst>(Curr))
141 return isa<ReturnInst>(V) || isa<CallInst>(V) || isa<PHINode>(V) ||
142 isa<DbgInfoIntrinsic>(V);
145 return isa<Constant>(V) || isa<Argument>(V) || isa<CallInst>(V) ||
146 isa<PHINode>(V);
223 if (llvm::none_of(Defs, isa<Instructio
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp66 if (isa<ObjCPropertyImplDecl>(D)) {
85 (isa<NonTypeTemplateParmDecl>(D) || isa<TemplateTypeParmDecl>(D) ||
86 isa<TemplateTemplateParmDecl>(D))) {
165 } else if (isa<FieldDecl>(D) || isa<TypedefNameDecl>(D) ||
166 isa<EnumConstantDecl>(D)) {
183 if (isa<ObjCInterfaceDecl>(D))
185 if (isa<ObjCCategoryDecl>(D))
187 if (isa<ObjCIvarDec
[all...]
/freebsd-11-stable/sys/modules/sound/driver/ad1816/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/sound/isa
/freebsd-11-stable/sys/modules/sound/driver/sbc/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/sound/isa
/freebsd-11-stable/sys/modules/sound/driver/sb16/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/sound/isa
/freebsd-11-stable/sys/modules/sound/driver/sb8/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/sound/isa
/freebsd-11-stable/sys/modules/ata/ataisa/
H A DMakefile6 SRCS= ata-isa.c
/freebsd-11-stable/sys/modules/sound/driver/mss/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/sound/isa
/freebsd-11-stable/sys/modules/sound/driver/ess/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/sound/isa
/freebsd-11-stable/sys/amd64/include/
H A Defi.h49 #include <isa/rtc.h>
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclFriend.cpp42 assert(isa<FunctionDecl>(D) ||
43 isa<CXXRecordDecl>(D) ||
44 isa<FunctionTemplateDecl>(D) ||
45 isa<ClassTemplateDecl>(D));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h71 void *isa; member in struct:Block_layout
81 void *isa; member in struct:Block_byref
92 void *isa; member in struct:Block_byref_header
164 void *isa; member in struct:Block_basic
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm_isa.c40 #include <isa/isareg.h>
41 #include <isa/isavar.h>
50 #include <dev/isa/isareg.h>
51 #include <dev/isa/isavar.h>
96 DRIVER_MODULE(tpm, isa, tpm_driver, tpm_devclass, 0, 0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h9 // functions with the isa/dyncast family of functions. In particular, this
60 // Methods to support type inquiry through isa, cast, and dyn_cast:
65 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
72 // Methods to support type inquiry through isa, cast, and dyn_cast:
77 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
99 // Methods to support type inquiry through isa, cast, and dyn_cast:
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
119 return isa<ConstantPointerNull>(Arg)
128 if (isa<AllocaInst>(Arg))
130 assert((isa<BitCastIns
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp134 " struct __objc_class *isa; "
150 " struct __objc_class *isa; "
167 " (int)strlen(obj->isa->name); "
186 ObjCISA isa, lldb::ProcessSP process_sp) {
187 Initialize(isa, process_sp);
191 ObjCISA isa, lldb::ProcessSP process_sp) {
192 if (!isa || !process_sp) {
201 m_isa = process_sp->ReadPointerFromMemory(isa, error);
387 ObjCISA isa; local
390 // is the "isa"
185 ClassDescriptorV1( ObjCISA isa, lldb::ProcessSP process_sp) argument
190 Initialize( ObjCISA isa, lldb::ProcessSP process_sp) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp46 if (isa<GlobalValue>(C))
49 if (isa<ConstantData>(C))
74 if (!isa<PointerType>(CE->getType()))
123 } else if (isa<LoadInst>(StoredVal) &&
140 } else if (isa<BitCastInst>(I) || isa<GetElementPtrInst>(I)) {
145 } else if (isa<SelectInst>(I) || isa<PHINode>(I)) {
153 } else if (isa<CmpInst>(I)) {
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_signal.c167 ibcs2_to_bsd_sigaction(isa, bsa)
168 struct ibcs2_sigaction *isa;
172 bsa->sa_handler = isa->isa_handler;
173 ibcs2_to_bsd_sigset(&isa->isa_mask, &bsa->sa_mask);
175 if ((isa->isa_flags & IBCS2_SA_NOCLDSTOP) != 0)
180 bsd_to_ibcs2_sigaction(bsa, isa)
182 struct ibcs2_sigaction *isa;
185 isa->isa_handler = bsa->sa_handler;
186 bsd_to_ibcs2_sigset(&bsa->sa_mask, &isa->isa_mask);
187 isa
195 struct ibcs2_sigaction isa; local
[all...]

Completed in 472 milliseconds

1234567891011>>