Searched refs:isa (Results 201 - 225 of 635) sorted by relevance

1234567891011>>

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp157 if (isa<StoreInst>(I))
276 if (isa<StoreInst>(I))
709 if (isa<AllocaInst>(I))
776 if (isa<AllocaInst>(BBI)) {
854 if (isa<Constant>(UnderlyingPointer))
859 if (isa<AllocaInst>(UnderlyingPointer) || isa<Argument>(UnderlyingPointer)) {
H A DMergedLoadStoreMotion.cpp210 if (!isa<BranchInst>(BB->getTerminator()))
263 if (!isa<LoadInst>(Inst) || Inst->isUsedOutsideOfBlock(BB1))
306 if (isa<LoadInst>(HoistCand))
343 isa<GetElementPtrInst>(A0)) {
423 if (!isa<StoreInst>(Inst))
483 (A1->getParent() == S1->getParent()) && isa<GetElementPtrInst>(A0)) {
552 if (!isa<StoreInst>(I))
H A DTailRecursionElimination.cpp312 if (isa<Constant>(Arg.getUser()))
476 if (isa<Constant>(V)) return true; // Static constants are always dyn consts
547 if (!I->hasOneUse() || !isa<ReturnInst>(I->user_back()))
557 while (isa<DbgInfoIntrinsic>(I))
659 !isa<UndefValue>(Ret->getReturnValue()) &&
697 if (isa<ConstantInt>(AI->getArraySize()))
H A DInductiveRangeCheckElimination.cpp265 if (isa<SCEVCouldNotCompute>(S))
356 if (isa<SCEVCouldNotCompute>(Index))
373 if (isa<SCEVCouldNotCompute>(Index))
679 if (!ICI || !isa<IntegerType>(ICI->getOperand(0)->getType())) {
685 if (isa<SCEVCouldNotCompute>(LatchCount)) {
699 if (!isa<SCEVAddRecExpr>(LeftSCEV)) {
700 if (isa<SCEVAddRecExpr>(RightSCEV)) {
956 if (!isa<PHINode>(&I))
1092 if (!isa<PHINode>(&I))
1129 if (!isa<PHINod
[all...]
/external/clang/tools/libclang/
H A DIndexingContext.cpp956 if (isa<ClassTemplatePartialSpecializationDecl>(D)) {
958 } else if (isa<ClassTemplateSpecializationDecl>(D)) {
974 if (isa<CXXRecordDecl>(D->getDeclContext())) {
1056 if (isa<CXXConstructorDecl>(MD))
1058 else if (isa<CXXDestructorDecl>(MD))
1060 else if (isa<CXXConversionDecl>(MD))
1098 } else if (isa<TagDecl>(D) || isa<FieldDecl>(D) || isa<NamespaceDecl>(D)) {
1150 if (isa<ObjCInterfaceDec
[all...]
H A DIndexDecl.cpp172 if (!isa<ObjCIvarDecl>(I))
327 if (!Handled && isa<DeclContext>(D))
340 if (isa<ObjCMethodDecl>(D))
/external/skia/src/opts/
H A DSkXfermode_opts_arm_neon.cpp116 unsigned isa = 255 - sa; local
121 visa = vdup_n_u8(isa);
177 unsigned isa = 255 - sa; local
183 visa = vdup_n_u8(isa);
298 uint8x8_t isa; local
300 isa = vsub_u8(vdup_n_u8(255), src.val[NEON_A]);
304 + SkAlphaMulAlpha_neon8(dst.val[NEON_R], isa);
306 + SkAlphaMulAlpha_neon8(dst.val[NEON_G], isa);
308 + SkAlphaMulAlpha_neon8(dst.val[NEON_B], isa);
332 uint8x8_t isa, id local
[all...]
/external/llvm/include/llvm/IR/
H A DInstructions.h145 // Methods for support type inquiry through isa, cast, and dyn_cast:
150 return isa<Instruction>(V) && classof(cast<Instruction>(V));
270 // Methods for support type inquiry through isa, cast, and dyn_cast:
275 return isa<Instruction>(V) && classof(cast<Instruction>(V));
391 // Methods for support type inquiry through isa, cast, and dyn_cast:
396 return isa<Instruction>(V) && classof(cast<Instruction>(V));
462 // Methods for support type inquiry through isa, cast, and dyn_cast:
467 return isa<Instruction>(V) && classof(cast<Instruction>(V));
611 // Methods for support type inquiry through isa, cast, and dyn_cast:
616 return isa<Instructio
[all...]
/external/clang/include/clang/AST/
H A DType.h866 if (isa<ParenType>(*this))
2085 assert(isa<PointerType>(getAdjustedType()));
3215 assert(!isa<TypedefType>(can) && "Invalid canonical type");
3278 assert(!isa<TypedefType>(can) && "Invalid canonical type");
3388 /// RecordType - This is a helper class that allows the use of isa/cast/dyncast
3414 /// EnumType - This is a helper class that allows the use of isa/cast/dyncast
3836 return isa<InjectedClassNameType>(getCanonicalTypeInternal());
3945 assert(isa<TemplateSpecializationType>(TST));
4772 return !isa<FunctionType>(T) && !isa<ArrayTyp
[all...]
/external/llvm/lib/IR/
H A DConstants.cpp85 return isa<ConstantAggregateZero>(this) || isa<ConstantPointerNull>(this);
273 assert(isa<IntegerType>(Elt->getType()) && "Index must be an integer");
291 if (!isa<Constant>(V)) {
297 assert(isa<Constant>(V) && "References remain to Constant being destroyed");
335 if (!isa<ConstantInt>(CE->getOperand(1)) ||CE->getOperand(1)->isNullValue())
393 if (!UC || isa<GlobalValue>(UC))
439 isa<BlockAddress>(LHS->getOperand(0)) &&
440 isa<BlockAddress>(RHS->getOperand(0)) &&
458 if (isa<GlobalValu
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp528 if (isa<InsertElementInst>(V) || isa<ExtractElementInst>(V))
533 if (!Config.NoMemOpBoost && (isa<LoadInst>(V) || isa<StoreInst>(V)))
706 if (!isa<UndefValue>(IENext->getOperand(0)) &&
707 !isa<InsertElementInst>(IENext->getOperand(0))) {
881 } else if (isa<SelectInst>(I)) {
884 } else if (isa<CmpInst>(I)) {
894 } else if (!(I->isBinaryOp() || isa<ShuffleVectorInst>(I) ||
895 isa<ExtractElementIns
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp129 M->getOperand(2) && isa<MDNode>(M->getOperand(2)))
369 if (isa<MemTransferInst>(MI)) {
462 if (isa<Constant>(II->getArgOperand(0)) &&
463 !isa<Constant>(II->getArgOperand(1))) {
514 if (isa<UndefValue>(Arg0))
518 if (isa<UndefValue>(Arg1))
917 } else if (isa<ConstantAggregateZero>(V)) {
962 if (!Elt || !(isa<ConstantInt>(Elt) || isa<UndefValue>(Elt))) {
981 if (isa<UndefValu
[all...]
H A DInstCombineSelect.cpp175 if (!isa<BinaryOperator>(TI))
241 !isa<Constant>(FalseVal)) {
255 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) {
261 if (isa<PossiblyExactOperator>(BO))
263 if (isa<OverflowingBinaryOperator>(BO)) {
276 !isa<Constant>(TrueVal)) {
290 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) {
296 if (isa<PossiblyExactOperator>(BO))
298 if (isa<OverflowingBinaryOperator>(BO)) {
663 if (CmpRHS != CmpLHS && isa<Constan
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp187 if (isa<VariableArrayType>(T))
209 if (isa<ConstantArrayType>(T))
809 sReg = isa<ParmVarDecl>(D) || isa<ImplicitParamDecl>(D)
816 if (isa<FunctionDecl>(STCD) || isa<ObjCMethodDecl>(STCD))
992 if (isa<TypedValueRegion>(Super)) {
1003 assert(Super && !isa<MemSpaceRegion>(Super));
1041 return isa<StackSpaceRegion>(getMemorySpace());
1045 return isa<StackLocalsSpaceRegio
[all...]
H A DExplodedGraph.cpp62 return isa<DeclRefExpr>(Ex) ||
63 isa<MemberExpr>(Ex) ||
64 isa<ObjCIvarRefExpr>(Ex);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp275 if (isa<FunctionDecl>(D) || isa<ObjCMethodDecl>(D)) {
279 else if (isa<BlockDecl>(D)) {
409 if (isa<ObjCMethodDecl>(*I))
429 if (isa<ObjCMethodDecl>(D))
443 assert(isa<ObjCMethodDecl>(D) &&
/external/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp118 if (isa<ConstantSDNode>(Incoming) || isa<FrameIndexSDNode>(Incoming)) {
364 assert(isa<FrameIndexSDNode>(Loc));
677 if (isa<InvokeInst>(I)) {
706 if (isa<ConstantSDNode>(SD) || isa<FrameIndexSDNode>(SD)) {
/external/clang/lib/AST/
H A DDecl.cpp159 return isa<TypeDecl>(D) ||
160 isa<ClassTemplateDecl>(D) ||
161 isa<ObjCInterfaceDecl>(D);
242 if (isa<TemplateTypeParmDecl>(P))
298 if (isa<FunctionDecl>(DC) || isa<BlockDecl>(DC))
628 assert(!isa<FieldDecl>(D) && "Didn't expect a FieldDecl!");
653 !isa<TranslationUnitDecl>(DC);
796 } else if (isa<EnumConstantDecl>(D)) {
813 } else if (isa<NamespaceDec
[all...]
H A DItaniumMangle.cpp88 return isa<FunctionDecl>(DC) || isa<ObjCMethodDecl>(DC) || isa<BlockDecl>(DC);
276 assert(!D || (!isa<CXXDestructorDecl>(D) &&
277 !isa<CXXConstructorDecl>(D)));
452 !isa<VarTemplateSpecializationDecl>(D))
519 if (!(isa<CXXConstructorDecl>(FD) || isa<CXXDestructorDecl>(FD) ||
520 isa<CXXConversionDecl>(FD)))
532 while (isa<LinkageSpecDec
[all...]
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp92 if (!isa<UndefValue>(C))
98 if (!isa<UndefValue>(C))
143 if (isa<UndefValue>(V))
159 if (isa<UndefValue>(V))
482 if (isa<Constant>(Val))
502 if (isa<Constant>(Val))
544 if ((!isa<BinaryOperator>(BBI) && !isa<CastInst>(BBI)) ||
556 if (BO && !isa<ConstantInt>(BO->getOperand(1))) {
631 assert(isa<Argumen
[all...]
H A DScalarEvolution.cpp872 if (!isa<SCEVUnknown>(Denominator)) {
1060 if (isa<SCEVCouldNotCompute>(Coeff))
1111 if (!isa<SCEVCastExpr>(SA->getOperand(i)))
1112 hasTrunc = isa<SCEVTruncateExpr>(S);
1127 if (!isa<SCEVCastExpr>(SM->getOperand(i)))
1128 hasTrunc = isa<SCEVTruncateExpr>(S);
1285 !isa<SCEVCouldNotCompute>(BECount) && SE->isKnownPositive(BECount))
1475 if (!isa<SCEVCouldNotCompute>(MaxBECount)) {
1666 if (!isa<SCEVCouldNotCompute>(MaxBECount)) {
1799 if (!isa<SCEVZeroExtendExp
[all...]
/external/llvm/lib/CodeGen/
H A DStackProtector.cpp163 } else if (isa<CallInst>(U)) {
165 } else if (isa<InvokeInst>(U)) {
287 if (isa<DbgInfoIntrinsic>(Inst))
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp219 if (isa<ConstantPoolSDNode>(Opnd0) || isa<GlobalAddressSDNode>(Opnd0) ||
220 isa<JumpTableSDNode>(Opnd0)) {
/external/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp152 else if (!isa<Function>(C))
153 if (isa<CompositeType>(C->getType()))
167 if (!isa<GlobalValue>(V) || cast<GlobalValue>(V)->hasLocalLinkage()) {
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp83 for (; isa<PHINode>(I); ++I) {
196 if (!CI || CI->doesNotThrow() || isa<InlineAsm>(CI->getCalledValue()))
534 bool IsNonPtrConst = isa<ConstantInt>(V) || isa<ConstantFP>(V) ||
535 isa<ConstantPointerNull>(V) ||
536 isa<ConstantDataVector>(V) || isa<UndefValue>(V);
554 if (!isa<Argument>(V) &&
901 if (isa<Constant>(AI->getArraySize()))
1084 if (!isa<Constan
[all...]

Completed in 904 milliseconds

1234567891011>>