Searched refs:isa (Results 151 - 175 of 537) sorted by relevance

1234567891011>>

/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp55 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II));
57 if (isa<ConstantInt>(AI->getArraySize()))
268 if (!isa<PHINode>(NewInst)) {
291 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II));
293 if (isa<ConstantInt>(AI->getArraySize()))
548 assert(!isa<PHINode>(Dest->begin()));
H A DBreakCriticalEdges.cpp73 if (TI->getNumSuccessors() > 1 && !isa<IndirectBrInst>(TI))
148 assert(!isa<IndirectBrInst>(TI) &&
177 for (BasicBlock::iterator I = DestBB->begin(); isa<PHINode>(I); ++I) {
330 if (isa<IndirectBrInst>(P->getTerminator())) {
H A DSimplifyIndVar.cpp101 !isa<ConstantInt>(UseInst->getOperand(1)))
106 if (!isa<BinaryOperator>(IVOperand)
107 || !isa<ConstantInt>(IVOperand->getOperand(1)))
387 for (BasicBlock::iterator I = L->getHeader()->begin(); isa<PHINode>(I); ++I) {
H A DBypassSlowDivision.cpp88 if (isa<ConstantInt>(Divisor) ||
89 (isa<ConstantInt>(Dividend) && isa<ConstantInt>(Divisor))) {
/external/mesa3d/src/gallium/drivers/r600/
H A Deg_asm.c138 bc->bytecode[id++] = cf->isa[0];
139 bc->bytecode[id++] = cf->isa[1];
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp101 if (isa<ConstantFP>(C) || isa<ConstantInt>(C)) {
107 if (!isa<ConstantDataVector>(C) && !isa<ConstantVector>(C))
150 if (!isa<ConstantVector>(C) && // FIXME: Remove ConstantVector.
151 !isa<ConstantDataVector>(C))
265 if (isa<ConstantAggregateZero>(C) || isa<UndefValue>(C))
339 if (isa<ConstantArray>(C) || isa<ConstantVecto
[all...]
H A DIVUsers.cpp127 if (!isa<PHINode>(I) && !isSafeToSpeculativelyExecute(I, TD))
153 if (isa<PHINode>(User) && Processed.count(User))
176 if (isa<PHINode>(User) || Processed.count(User) ||
243 for (BasicBlock::iterator I = L->getHeader()->begin(); isa<PHINode>(I); ++I)
H A DLazyValueInfo.cpp89 if (!isa<UndefValue>(C))
95 if (!isa<UndefValue>(C))
140 if (isa<UndefValue>(V))
156 if (isa<UndefValue>(V))
469 if (isa<Constant>(Val))
489 if (isa<Constant>(Val))
535 if ((!isa<BinaryOperator>(BBI) && !isa<CastInst>(BBI)) ||
546 if (BO && !isa<ConstantInt>(BO->getOperand(1))) {
613 assert(isa<Argumen
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-dbgfmt.h71 unsigned long isa; member in struct:dwarf2_loc
/external/clang/lib/Sema/
H A DSema.cpp437 << isa<VarDecl>(ND) << ND;
484 Complete = M->isDefined() || (M->isPure() && !isa<CXXDestructorDecl>(M));
715 if (isa<CXXMethodDecl>(DiagD))
731 isa<CXXMethodDecl>(DiagD) ? diag::warn_unused_member_function
793 if (isa<BlockDecl>(DC) || isa<EnumDecl>(DC) || isa<CapturedDecl>(DC)) {
795 } else if (isa<CXXMethodDecl>(DC) &&
816 while (isa<RecordDecl>(DC))
823 if (isa<ObjCMethodDec
[all...]
H A DScopeInfo.cpp54 IsExact = isa<VarDecl>(D);
59 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts());
117 assert(isa<VarDecl>(Property));
/external/llvm/include/llvm/MC/
H A DMCDwarf.h101 unsigned isa, unsigned discriminator)
102 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
140 void setIsa(unsigned isa) { Isa = isa; } argument
100 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags, unsigned isa, unsigned discriminator) argument
/external/llvm/lib/Analysis/IPA/
H A DFindUsedTypes.cpp49 if (!isa<GlobalValue>(C))
/external/clang/lib/AST/
H A DDecl.cpp149 return isa<TypeDecl>(D) ||
150 isa<ClassTemplateDecl>(D) ||
151 isa<ObjCInterfaceDecl>(D);
239 if (isa<TemplateTypeParmDecl>(*P))
294 if (isa<FunctionDecl>(DC) || isa<BlockDecl>(DC))
560 } else if (isa<FunctionDecl>(D) || isa<FunctionTemplateDecl>(D)) {
603 !isa<TranslationUnitDecl>(DC);
738 } else if (isa<EnumConstantDec
[all...]
/external/llvm/include/llvm/IR/
H A DValue.h64 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast)
344 // isa - Provide some specializations of isa so that we don't have to include
398 return isa<GlobalVariable>(Val) || isa<Function>(Val) ||
399 isa<GlobalAlias>(Val);
/external/llvm/lib/IR/
H A DDominators.cpp120 if (isa<InvokeInst>(Def) || isa<PHINode>(User))
278 if (isa<PHINode>(UserInst))
H A DGlobals.cpp76 assert(isa<GlobalAlias>(this));
159 assert(isa<Constant>(To) &&
184 assert(isa<GlobalVariable>(Src) && "Expected a GlobalVariable!");
/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp102 if (!isa<BranchInst>(EntryTI) ||
112 if (!isa<ReturnInst>(ExitBlocks[i]->getTerminator())) {
232 isa<InvokeInst>(Parent->getTerminator())) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp151 if (!isa<BinaryOperator>(TI))
217 !isa<Constant>(FalseVal)) {
231 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) {
237 if (isa<PossiblyExactOperator>(BO))
239 if (isa<OverflowingBinaryOperator>(BO)) {
252 !isa<Constant>(TrueVal)) {
266 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) {
272 if (isa<PossiblyExactOperator>(BO))
274 if (isa<OverflowingBinaryOperator>(BO)) {
574 if (CmpRHS != CmpLHS && isa<Constan
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp144 if (isa<DbgInfoIntrinsic>(Inst))
172 if (isa<TerminatorInst>(Inst) || isa<PHINode>(Inst))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp143 if (isa<LoadInst>(Val)) {
147 if (isa<IntegerType>(Val->getType())) {
158 if (isa<getElementPtrInst>(Val)) {
163 if (!isa<Constant>(*I)) {
190 if (isa<PointerType>(Arg->getType()) && Arg->hasByValAttr()) {
/external/llvm/lib/CodeGen/
H A DGCStrategy.cpp185 while (isa<AllocaInst>(IP)) ++IP;
239 if (isa<AllocaInst>(I) || isa<GetElementPtrInst>(I) ||
240 isa<StoreInst>(I) || isa<LoadInst>(I))
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp125 if (CV->isNullValue() || isa<UndefValue>(CV))
440 } else if (isa<PointerType>(Ty)) {
444 if ((Ty->getTypeID() == Type::StructTyID) || isa<VectorType>(Ty)) {
795 if (!isa<Instruction>(*iter))
1026 if (isa<GlobalVariable>(V)) {
1185 if (ETy->isPrimitiveType() || ETy->isIntegerTy() || isa<PointerType>(ETy)) {
1224 if (!isa<UndefValue>(Initializer) && !Initializer->isNullValue()) {
1356 if (ETy->isPrimitiveType() || ETy->isIntegerTy() || isa<PointerType>(ETy)) {
1388 if (Ty->isPrimitiveType() || Ty->isIntegerTy() || isa<PointerType>(Ty))
1560 if (isa<IntegerTyp
[all...]
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp428 if (isa<AllocaInst>(Inst))
446 if (!isa<Instruction>(Arg) && !isa<Argument>(Arg))
496 else if (isa<GEPOperator>(Arg) &&
499 else if (isa<GlobalAlias>(Arg) &&
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp143 if (isa<LoadInst>(Val)) {
147 if (isa<IntegerType>(Val->getType())) {
158 if (isa<getElementPtrInst>(Val)) {
163 if (!isa<Constant>(*I)) {
190 if (isa<PointerType>(Arg->getType()) && Arg->hasByValAttr()) {

Completed in 605 milliseconds

1234567891011>>