Searched refs:isa (Results 176 - 200 of 635) sorted by relevance

1234567891011>>

/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/clang/lib/CodeGen/
H A DCodeGenFunction.cpp581 return isa<ReturnStmt>(*LastStmt);
719 if (D && isa<CXXMethodDecl>(D) && cast<CXXMethodDecl>(D)->isInstance()) {
816 } else if (isa<llvm::ResumeInst>(&*BI)) {
845 if (MD && (isa<CXXConstructorDecl>(MD) || isa<CXXDestructorDecl>(MD)))
871 if (isa<CXXDestructorDecl>(FD))
873 else if (isa<CXXConstructorDecl>(FD))
879 else if (isa<CXXConversionDecl>(FD) &&
884 } else if (isa<CXXMethodDecl>(FD) &&
889 } else if (FD->isDefaulted() && isa<CXXMethodDec
[all...]
H A DCGVTables.cpp64 (isa<PointerType>(typeL) && isa<PointerType>(typeR)) ||
65 (isa<ReferenceType>(typeL) && isa<ReferenceType>(typeR))));
164 return isa<llvm::StoreInst>(I) && I.getOperand(0) == ThisPtr;
177 if (isa<llvm::ReturnInst>(T)) {
212 if (isa<CXXDestructorDecl>(MD))
226 assert(isa<CXXMethodDecl>(CurGD.getDecl()) &&
252 if (isa<CXXDestructorDecl>(MD))
268 assert(isa<CXXDestructorDec
[all...]
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp106 if (isa<ConstantFP>(C) || isa<ConstantInt>(C)) {
112 if (!isa<ConstantDataVector>(C) && !isa<ConstantVector>(C))
155 if (!isa<ConstantVector>(C) && // FIXME: Remove ConstantVector.
156 !isa<ConstantDataVector>(C))
287 if (isa<ConstantAggregateZero>(C) || isa<UndefValue>(C))
361 if (isa<ConstantArray>(C) || isa<ConstantVecto
[all...]
H A DIVUsers.cpp130 if (!isa<PHINode>(I) && !isSafeToSpeculativelyExecute(I))
155 if (isa<PHINode>(User) && Processed.count(User))
178 if (isa<PHINode>(User) || Processed.count(User) ||
263 for (BasicBlock::iterator I = L->getHeader()->begin(); isa<PHINode>(I); ++I)
/external/llvm/include/llvm/MC/
H A DMCDwarf.h82 unsigned isa, unsigned discriminator)
83 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
121 void setIsa(unsigned isa) { Isa = isa; } argument
81 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags, unsigned isa, unsigned discriminator) argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp85 if (isa<CallInst>(I))
H A DNVPTXAsmPrinter.cpp367 } else if (isa<PointerType>(Ty)) {
370 } else if ((Ty->getTypeID() == Type::StructTyID) || isa<VectorType>(Ty)) {
749 if (!isa<Instruction>(U))
990 if (isa<GlobalVariable>(V)) {
1183 if (!Initializer->isNullValue() && !isa<UndefValue>(Initializer)) {
1217 if (!isa<UndefValue>(Initializer) && !Initializer->isNullValue()) {
1529 if (isa<IntegerType>(Ty)) {
1533 } else if (isa<PointerType>(Ty))
1706 if (isa<ConstantPointerNull>(CPV)) {
1716 if (EmitGeneric && !isa<Functio
[all...]
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp247 if (isa<IRObjectFile>(Obj))
249 if (isa<COFFObjectFile>(Obj))
253 if (isa<ELF32LEObjectFile>(Obj))
255 if (isa<ELF64LEObjectFile>(Obj))
257 if (isa<ELF32BEObjectFile>(Obj))
259 if (isa<ELF64BEObjectFile>(Obj))
581 if (JustSymbolName || (UndefinedOnly && isa<MachOObjectFile>(Obj))) {
811 if ((Symflags & object::SymbolRef::SF_Weak) && !isa<MachOObjectFile>(Obj)) {
923 if (GV && isa<GlobalAlias>(GV))
935 if ((PrintSize || SizeSort) && isa<ObjectFil
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp271 if (V->getType() == Ty || isa<Constant>(V)) return false;
281 if (opc == Instruction::SExt && isa<CmpInst>(V) && Ty->isVectorTy())
309 if (isa<PHINode>(Src)) {
335 if (isa<Constant>(V))
345 if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
495 if (Src->hasOneUse() && isa<IntegerType>(Src->getType()) &&
652 if (isa<Constant>(V))
660 if (isa<TruncInst>(I) && I->getOperand(0)->getType() == Ty)
760 if (CI.hasOneUse() && isa<TruncIns
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp72 if (isa<BinaryOperator>(e)) {
91 else if (isa<DeclRefExpr>(e) || isa<MemberExpr>(e))
/external/llvm/lib/IR/
H A DDominators.cpp102 if (isa<InvokeInst>(Def) || isa<PHINode>(User))
258 if (isa<PHINode>(UserInst))
H A DGlobals.cpp134 assert(isa<GlobalAlias>(this));
207 assert(isa<Constant>(To) &&
232 assert(isa<GlobalVariable>(Src) && "Expected a GlobalVariable!");
/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp106 if (!isa<BranchInst>(EntryTI) ||
116 if (!isa<ReturnInst>(ExitBlocks[i]->getTerminator())) {
236 isa<InvokeInst>(Parent->getTerminator())) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp117 if (isa<LoadInst>(Src) && isa<LoadInst>(Des))
304 for (BasicBlock::iterator I = L->getHeader()->begin(); isa<PHINode>(I); ++I) {
525 if (Latch && Latch != Header && isa<PHINode>(Latch->begin())) {
633 for (auto I = BB->begin(); isa<PHINode>(I); ++I)
645 if (isa<Constant>(Val))
699 if (isa<PHINode>(OuterLoopLatch->begin())) {
704 isa<PHINode>(InnerLoopLatch->begin())) {
737 if (isa<BranchInst>(*I) || isa<CmpIns
[all...]
H A DMemCpyOptimizer.cpp168 if (!isa<StoreInst>(TheStores[i]))
387 for (++BI; !isa<TerminatorInst>(BI); ++BI) {
388 if (!isa<StoreInst>(BI) && !isa<MemSetInst>(BI)) {
416 !isa<ConstantInt>(MSI->getLength()))
505 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst()))
566 if (isa<ConstantInt>(MSI->getLength()) && !MSI->isVolatile())
661 if (!isDestSufficientlyAligned && !isa<AllocaInst>(cpyDest))
673 if (isa<BitCastInst>(U) || isa<AddrSpaceCastIns
[all...]
H A DSink.cpp145 if (isa<DbgInfoIntrinsic>(Inst))
172 if (isa<TerminatorInst>(Inst) || isa<PHINode>(Inst))
H A DConstantHoisting.cpp226 if (!isa<PHINode>(Inst) && !isa<LandingPadInst>(Inst))
232 if (Idx != ~0U && isa<PHINode>(Inst))
299 DEBUG(if (isa<ConstantInt>(Inst->getOperand(Idx)))
320 if (isa<InlineAsm>(Call->getCalledValue()))
486 if (isa<ConstantInt>(Opnd)) {
562 assert(isa<Instruction>(Base->user_back()) &&
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp70 if (!isa<PHINode>(BB->begin())) return;
80 else if (AA && isa<PointerType>(PN->getType()))
123 if (isa<InvokeInst>(PredBB->getTerminator())) return false;
147 if (isa<PHINode>(BB->front()))
267 if (TI->getNumSuccessors() > 1 && !isa<IndirectBrInst>(TI))
283 while (isa<PHINode>(SplitIt) || isa<LandingPadInst>(SplitIt))
394 for (BasicBlock::iterator I = OrigBB->begin(); isa<PHINode>(I); ) {
500 assert(!isa<IndirectBrInst>(Preds[i]->getTerminator()) &&
511 for (BasicBlock::iterator I = BB->begin(); isa<PHINod
[all...]
H A DBypassSlowDivision.cpp89 if (isa<ConstantInt>(Divisor) ||
90 (isa<ConstantInt>(Dividend) && isa<ConstantInt>(Divisor))) {
/external/clang/lib/Sema/
H A DSemaTemplate.cpp54 if (isa<TemplateDecl>(D)) {
55 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D))
205 if (isa<FunctionTemplateDecl>(TD)) {
211 assert(isa<ClassTemplateDecl>(TD) || isa<TemplateTemplateParmDecl>(TD) ||
212 isa<TypeAliasTemplateDecl>(TD) || isa<VarTemplateDecl>(TD));
214 isa<VarTemplateDecl>(TD) ? TNK_Var_template : TNK_Type_template;
416 isa<CXXMethodDecl>(DC) &&
915 if (!PrevClassTemplate && PrevDecl && isa<CXXRecordDec
[all...]
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp489 if (isa<AllocaInst>(Inst))
554 if (!isa<Instruction>(Arg) && !isa<Argument>(Arg))
604 else if (isa<GEPOperator>(Arg) &&
607 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()) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp52 if (isa<PHINode>(I)) return true;
55 if (cast<Instruction>(U)->getParent() != BB || isa<PHINode>(U))
157 if (isa<CallInst>(I) || isa<InvokeInst>(I)) {
159 if (isa<InlineAsm>(CS.getCalledValue())) {
197 if (!isa<AllocaInst>(I) ||
397 bool CurrActionIsCatch = isa<CatchHandler>(Actions[I]);
553 if (isa<UndefValue>(V) || isa<ConstantExpr>(V)) {
588 if (isa<UndefValu
[all...]
H A DFastISel.cpp192 if (isa<Instruction>(V) &&
193 (!isa<AllocaInst>(V) ||
213 } else if (isa<AllocaInst>(V))
215 else if (isa<ConstantPointerNull>(V))
249 if (!isa<Instruction>(Op) ||
253 } else if (isa<UndefValue>(V)) {
267 if (isa<Constant>(V))
296 if (!isa<Instruction>(I)) {
404 if (isa<Instruction>(I) && cast<Instruction>(I)->isCommutative()) {
431 if (ISDOpcode == ISD::SDIV && isa<BinaryOperato
[all...]

Completed in 575 milliseconds

1234567891011>>