Searched refs:isa (Results 251 - 275 of 1051) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp97 return isa<ConstantAggregateZero>(this) || isa<ConstantPointerNull>(this) ||
98 isa<ConstantTokenNone>(this);
286 if (!isa<Constant>(Y) || !Ty->isVectorTy() || Ty != Y->getType())
301 if (isa<UndefValue>(getAggregateElement(i)))
311 if (isa<ConstantExpr>(getAggregateElement(i)))
405 assert(isa<IntegerType>(Elt->getType()) && "Index must be an integer");
438 if (!isa<Constant>(V)) {
444 assert(isa<Constant>(V) && "References remain to Constant being destroyed");
480 if (!isa<ConstantIn
[all...]
H A DIntrinsicInst.cpp109 if (!MD || !isa<MDString>(MD))
119 if (!MD || !isa<MDString>(MD))
128 if (!MD || !isa<MDString>(MD))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp115 if (!isa<StoreInst>(SI))
318 if (!isa<StoreInst>(BI) && !isa<MemSetInst>(BI)) {
333 if (isa<UndefValue>(ByteVal) && StoredByte)
349 !isa<ConstantInt>(MSI->getLength()))
495 } else if (isa<LoadInst>(C) || isa<StoreInst>(C) || isa<VAArgInst>(C)) {
615 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst()))
622 bool CpyDestIsLocal = isa<AllocaIns
[all...]
H A DSimplifyCFGPass.cpp93 while (isa<DbgInfoIntrinsic>(I) && I != BB.begin())
95 if (!isa<DbgInfoIntrinsic>(I) &&
96 (!isa<PHINode>(I) || I != BB.begin() || Ret->getNumOperands() == 0 ||
H A DADCE.cpp302 if (isa<ReturnInst>(Info.Terminator)) {
337 if (RemoveControlFlowFlag && (isa<BranchInst>(I) || isa<SwitchInst>(I)))
349 if (isa<Constant>(CI->getArgOperand(0)))
424 if (isa<DISubprogram>(LS))
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_isab.c45 #include <isa/isavar.h>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp225 !isa<InvokeInst>(I))
402 if (isa<SelectInst>(LHS)) {
405 assert(isa<SelectInst>(RHS) && "No select instruction operand!");
426 if (TV && isa<UndefValue>(TV))
428 if (FV && isa<UndefValue>(FV))
480 if (!isa<SelectInst>(LHS)) {
484 assert(isa<SelectInst>(LHS) && "Not comparing with a select instruction!");
526 if (isa<PHINode>(LHS)) {
532 assert(isa<PHINode>(RHS) && "No PHI instruction operand!");
568 if (!isa<PHINod
[all...]
H A DTypeMetadataUtils.cpp37 if (isa<BitCastInst>(User)) {
56 if (isa<BitCastInst>(User)) {
58 } else if (isa<LoadInst>(User)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp103 Class isa;
108 Class isa;
143 class_infos[idx].isa = buckets[i].isa;
150 class_infos[idx].isa = NULL;
226 Class isa;
298 class_infos[idx].isa = (Class)((uint8_t *)clsopt + clsOffset);
299 const char *name = class_name_lookup_func (class_infos[idx].isa);
300 DEBUG_PRINTF ("[%u] isa = %8p %s\n", idx, class_infos[idx].isa, nam
[all...]
/freebsd-11-stable/sys/dev/buslogic/
H A Dbt_isa.c46 #include <isa/isavar.h>
355 DRIVER_MODULE(bt, isa, bt_isa_driver, bt_devclass, 0, 0);
356 MODULE_DEPEND(bt, isa, 1, 1, 1);
/freebsd-11-stable/sys/dev/aha/
H A Daha_isa.c30 * Derived from bt isa from end, written by:
72 #include <isa/isavar.h>
361 DRIVER_MODULE(aha, isa, aha_isa_driver, aha_devclass, 0, 0);
362 MODULE_DEPEND(aha, isa, 1, 1, 1);
/freebsd-11-stable/sys/dev/ep/
H A Dif_ep_isa.c49 #include <isa/isavar.h>
55 #include <i386/isa/elink.h>
405 DRIVER_MODULE(ep, isa, ep_isa_driver, ep_devclass, 0, 0);
/freebsd-11-stable/sys/dev/ex/
H A Dif_ex_isa.c48 #include <isa/isavar.h>
49 #include <isa/pnpvar.h>
83 DRIVER_MODULE(ex, isa, ex_isa_driver, ex_devclass, 0, 0);
/freebsd-11-stable/sys/dev/fdc/
H A Dfdc_isa.c44 #include <isa/isavar.h>
45 #include <isa/isareg.h>
224 DRIVER_MODULE(fdc, isa, fdc_driver, fdc_devclass, 0, 0);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp146 assert(isa<CallExpr>(E) || isa<CXXConstructExpr>(E) ||
147 isa<ObjCMessageExpr>(E));
H A DProgramPoint.cpp150 if (isa<SwitchStmt>(T)) {
169 assert(isa<DefaultStmt>(Label));
175 } else if (isa<IndirectGotoStmt>(T)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp154 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
155 isa<JumpTableSDNode>(Opnd0)) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h39 if (isa<CXXThisRegion>(S->getRegion()))
151 if (isa<HeapSpaceRegion>(R->getMemorySpace()))
185 if (isa<ParmVarDecl>(VD))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp213 if (isa<CatchPadInst>(Pad))
215 else if (isa<CleanupPadInst>(Pad))
332 if (isa<ConstantTokenNone>(CPI->getCatchSwitch()->getParentPad()))
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp64 if (isa<CapturedDecl>(DC) || isa<OMPDeclareReductionDecl>(DC) ||
65 isa<OMPDeclareMapperDecl>(DC)) {
85 return isa<FunctionDecl>(DC) || isa<ObjCMethodDecl>(DC) || isa<BlockDecl>(DC);
294 if (!isa<FunctionDecl>(ND) && !isa<VarDecl>(ND)) {
391 assert(!D || (!isa<CXXDestructorDecl>(D) &&
392 !isa<CXXConstructorDec
[all...]
H A DDecl.cpp181 return isa<TypeDecl>(D) ||
182 isa<ClassTemplateDecl>(D) ||
183 isa<ObjCInterfaceDecl>(D);
255 if (isa<TemplateTypeParmDecl>(P))
306 if (isa<FunctionDecl>(DC) || isa<BlockDecl>(DC))
657 !isa<VarTemplateSpecializationDecl>(Var) &&
684 assert(!isa<FieldDecl>(D) && "Didn't expect a FieldDecl!");
718 !isa<TranslationUnitDecl>(DC);
862 } else if (isa<EnumConstantDec
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp180 if (I && isa<LoadInst>(I->getOperand(0))) {
533 if (isa<VectorType>(Ty))
816 assert(isa<VectorType>(VecTy) && "Expect a vector type");
923 if (isa<SCEVCouldNotCompute>(BackedgeTakenCount))
946 if (isa<IntrinsicInst>(Call)) {
1068 if (isa<ICmpInst>(&I) && ++ICmpCount > 1)
1071 if (isa<FCmpInst>(&I))
1076 if (isa<FPExtInst>(&I) || isa<FPTruncInst>(&I))
1080 if (isa<SExtIns
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp95 (!isa<CXXMethodDecl>(DC) || cast<CXXMethodDecl>(DC)->isStatic());
109 isField |= isa<FieldDecl>(D) || isa<MSPropertyDecl>(D) ||
110 isa<IndirectFieldDecl>(D);
213 bool IsField = isa<FieldDecl>(Rep) || isa<IndirectFieldDecl>(Rep);
610 if (!ND || !(isa<ValueDecl>(ND) || isa<FunctionTemplateDecl>(ND)))
679 if (!isa<TypeDecl>(DC)) {
1011 (isa<CXXDestructorDec
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp183 if (llvm::isa<UsingDecl>(Decl))
187 if (llvm::isa<CXXDestructorDecl>(Decl))
407 if (llvm::isa<ElaboratedType>(ParentTypeLoc.getType()))
419 llvm::isa<ElaboratedType>(ParentTypeLoc.getType()))
542 if (!llvm::isa<clang::TranslationUnitDecl>(
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-dis.c469 /* Both the above branches set their own isa bitmasks. */
1091 CGEN_BITSET *isa;
1107 CGEN_BITSET *isa;
1122 /* There's no standard way to compute the machine or isa number
1136 isa = permanent_isa;
1137 cgen_bitset_clear (isa);
1138 cgen_bitset_add (isa, CGEN_COMPUTE_ISA (info));
1141 isa = info->insn_sets;
1146 && (cgen_bitset_compare (isa, prev_isa) != 0
1153 if (cgen_bitset_compare (cl->isa, is
1087 CGEN_BITSET *isa; member in struct:cpu_desc_list
1103 CGEN_BITSET *isa; local
[all...]

Completed in 428 milliseconds

<<11121314151617181920>>