Searched refs:II (Results 251 - 275 of 341) sorted by relevance

<<11121314

/external/llvm/lib/IR/
H A DInstructions.cpp34 Instruction *II(getInstruction());
36 ? cast<CallInst>(II)->op_end() - 1 // Skip Callee
37 : cast<InvokeInst>(II)->op_end() - 3; // Skip BB, BB, Callee
556 InvokeInst::InvokeInst(const InvokeInst &II) argument
557 : TerminatorInst(II.getType(), Instruction::Invoke,
559 - II.getNumOperands(),
560 II.getNumOperands()) {
561 setAttributes(II.getAttributes());
562 setCallingConv(II.getCallingConv());
563 std::copy(II
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1007 MachineBasicBlock::iterator II = I; local
1190 CanPromoteToDotNew(I, SUJ, DepReg, MIToSUnit, II, RC) &&
1191 PromoteToDotNew(I, DepType, II, RC)) {
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp629 } else if (const InvokeInst *II = dyn_cast<InvokeInst>(U)) {
630 if (II->getCalledValue() != V) {
2456 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(CS.getInstruction())) {
2457 if (MemSetInst *MSI = dyn_cast<MemSetInst>(II)) {
2474 if (II->getIntrinsicID() == Intrinsic::lifetime_start ||
2475 II->getIntrinsicID() == Intrinsic::lifetime_end) {
2481 if (II->getIntrinsicID() == Intrinsic::invariant_start) {
2484 if (!II->use_empty()) {
2488 ConstantInt *Size = cast<ConstantInt>(II->getArgOperand(0));
2489 Value *PtrArg = getVal(II
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp641 InvokeInst *II = dyn_cast<InvokeInst>(PN->getIncomingValue(i)); local
642 if (!II) continue;
643 if (II->getParent() != PN->getIncomingBlock(i))
H A DInstCombineCasts.cpp1296 IntrinsicInst *II = dyn_cast<IntrinsicInst>(CI.getOperand(0)); local
1297 if (II) {
1298 switch (II->getIntrinsicID()) {
1302 Value *InnerTrunc = Builder->CreateFPTrunc(II->getArgOperand(0),
1307 II->getIntrinsicID(), IntrinsicType);
1310 return CallInst::Create(Overload, Args, II->getName());
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1047 for (BasicBlock::iterator II = NewSISucc->begin();
1048 PHINode *PN = dyn_cast<PHINode>(II); ++II)
H A DMemCpyOptimizer.cpp883 } else if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) {
884 if (II->getIntrinsicID() == Intrinsic::lifetime_start)
885 if (ConstantInt *LTSize = dyn_cast<ConstantInt>(II->getArgOperand(0)))
/external/llvm/utils/TableGen/
H A DFastISelEmitter.cpp442 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
443 if (II.Operands.empty())
465 Record *Op0Rec = II.Operands[0].Rec;
H A DSubtargetEmitter.cpp905 for (RecIter II = ProcModel.ItinRWDefs.begin(),
906 IE = ProcModel.ItinRWDefs.end(); II != IE; ++II) {
907 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses");
910 SchedModels.findRWs((*II)->getValueAsListOfDefs("OperandReadWrites"),
1452 << "MCSubtargetInfo(MCSubtargetInfo *II, "
1454 OS << " II->InitMCSubtargetInfo(TT, CPU, FS, ";
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp575 if (const IdentifierInfo *II = T.getBaseTypeIdentifier())
576 return II->getName().equals("nothrow_t");
2120 const IdentifierInfo *II = FD->getIdentifier(); local
2121 if (!II)
2123 StringRef FName = II->getName();
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp531 void visitIntrinsicInst(IntrinsicInst &II) { argument
533 Intrinsic::ID ID = II.getIntrinsicID();
538 ConstantInt *Size = dyn_cast<ConstantInt>(II.getArgOperand(0));
548 AllocaInst *AI = findAllocaForValue(II.getArgOperand(1));
551 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison};
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp1855 IdentifierInfo *II = Platform->Ident; local
1856 if (AvailabilityAttr::getPrettyPlatformName(II->getName()).empty())
1875 AvailabilityAttr *NewAttr = S.mergeAvailabilityAttr(ND, Attr.getRange(), II,
2035 IdentifierInfo *II = Attr.getArgAsIdent(0)->Ident; local
2037 if (!BlocksAttr::ConvertStrToBlockType(II->getName(), type)) {
2039 << Attr.getName() << II;
2494 IdentifierInfo *II = Attr.getArgAsIdent(0)->Ident; local
2495 StringRef Format = II->getName();
2501 II = &S.Context.Idents.get(Format);
2512 << Attr.getName() << II
4617 DeclClonePragmaWeak(NamedDecl *ND, IdentifierInfo *II, SourceLocation Loc) argument
[all...]
H A DSemaType.cpp82 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident local
84 if (useExpansionLoc && loc.isMacroID() && II) {
85 if (II->isStr("strong")) {
87 } else if (II->isStr("weak")) {
4065 IdentifierInfo *II = attr.getArgAsIdent(0)->Ident;
4067 if (II->isStr("none"))
4069 else if (II->isStr("strong"))
4071 else if (II->isStr("weak"))
4073 else if (II->isStr("autoreleasing"))
4077 << attr.getName() << II;
4204 IdentifierInfo *II = attr.getArgAsIdent(0)->Ident; local
[all...]
H A DSemaPseudoObject.cpp1434 IdentifierInfo *II = RefExpr->getPropertyDecl()->getGetterId(); local
1435 GetterName.setIdentifier(II, RefExpr->getMemberLoc());
1464 IdentifierInfo *II = RefExpr->getPropertyDecl()->getSetterId(); local
1465 SetterName.setIdentifier(II, RefExpr->getMemberLoc());
/external/clang/include/clang/Sema/
H A DSema.h1225 static const IdentifierInfo *getPrintable(const IdentifierInfo *II) { argument
1226 return II;
1401 ParsedType getTypeName(const IdentifierInfo &II, SourceLocation NameLoc,
1409 TypeSpecifierType isTagName(IdentifierInfo &II, Scope *S);
1411 void DiagnoseUnknownTypeName(IdentifierInfo *&II,
1422 ParsedType ActOnDelayedDefaultTemplateArg(const IdentifierInfo &II,
2592 ObjCProtocolDecl *LookupProtocol(IdentifierInfo *II, SourceLocation IdLoc,
2603 LabelDecl *LookupOrCreateLabel(IdentifierInfo *II, SourceLocation IdentLoc,
2674 NamedDecl *LazilyCreateBuiltin(IdentifierInfo *II, unsigned ID,
2677 NamedDecl *ImplicitlyDefineFunction(SourceLocation Loc, IdentifierInfo &II,
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp5193 IdentifierInfo *II local
5196 if ((II->getObjCKeywordID() != tok::objc_not_keyword) && previousWasAt) {
5204 CXTok.ptr_data = II;
5787 IdentifierInfo &II =
5791 MI = getMacroInfo(II, MappedTokLoc, TU);
5896 IdentifierInfo *II = static_cast<IdentifierInfo *>(Tokens[I].ptr_data);
5900 llvm::StringSwitch<bool>(II->getName())
5921 IdentifierInfo *II = static_cast<IdentifierInfo *>(Tokens[I].ptr_data);
5922 if (llvm::StringSwitch<bool>(II->getName())
6846 MacroInfo *cxindex::getMacroInfo(const IdentifierInfo &II,
[all...]
/external/clang/lib/AST/
H A DDecl.cpp2336 IdentifierInfo *II = ND->getIdentifier(); local
2337 return II && II->isStr(Str);
3357 if (IdentifierInfo *II = getIdentifier()) {
3358 if (II->isOutOfDate()) {
3359 updateOutOfDate(*II);
3644 SourceLocation IdentL, IdentifierInfo *II) {
3645 return new (C, DC) LabelDecl(DC, IdentL, II, nullptr, IdentL);
3649 SourceLocation IdentL, IdentifierInfo *II,
3652 return new (C, DC) LabelDecl(DC, IdentL, II, nullpt
3643 Create(ASTContext &C, DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II) argument
3648 Create(ASTContext &C, DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, SourceLocation GnuLabelL) argument
[all...]
H A DItaniumMangle.cpp336 void mangleSourceName(const IdentifierInfo *II);
525 const IdentifierInfo *II = NS->getOriginalNamespace()->getIdentifier(); local
526 return II && II->isStr("std");
1075 if (const IdentifierInfo *II = Name.getAsIdentifierInfo()) {
1086 mangleSourceName(II);
1243 void CXXNameMangler::mangleSourceName(const IdentifierInfo *II) { argument
1247 Out << II->getLength() << II->getName();
H A DTypePrinter.cpp745 IdentifierInfo *II = D->getIdentifier(); local
746 OS << II->getName();
899 if (const IdentifierInfo *II = D->getIdentifier())
900 OS << II->getName();
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1101 IdentifierInfo *II);
1380 IdentifierInfo *II, bool Weak);
1425 IdentifierInfo* II = &CGM.getContext().Idents.get(name); local
1426 return CGM.getContext().Selectors.getSelector(0, &II);
1430 IdentifierInfo* II = &CGM.getContext().Idents.get(name); local
1431 return CGM.getContext().Selectors.getSelector(1, &II);
4402 IdentifierInfo *II) {
4403 LazySymbols.insert(II);
4405 llvm::GlobalVariable *&Entry = ClassReferences[II];
4409 llvm::ConstantExpr::getBitCast(GetClassName(II),
4401 EmitClassRefFromId(CodeGenFunction &CGF, IdentifierInfo *II) argument
4426 IdentifierInfo *II = &CGM.getContext().Idents.get("NSAutoreleasePool"); local
6643 EmitClassRefFromId(CodeGenFunction &CGF, IdentifierInfo *II, bool Weak) argument
6673 IdentifierInfo *II = &CGM.getContext().Idents.get("NSAutoreleasePool"); local
[all...]
H A DCGException.cpp279 II = CVal->op_begin(), IE = CVal->op_end(); II != IE; ++II) {
281 cast<llvm::GlobalVariable>((*II)->stripPointerCasts()))
/external/clang/include/clang/AST/
H A DASTContext.h2315 IdentifierInfo* II = &Ctx.Idents.get(name); local
2316 return Ctx.Selectors.getSelector(0, &II);
2321 IdentifierInfo* II = &Ctx.Idents.get(name); local
2322 return Ctx.Selectors.getSelector(1, &II);
H A DExternalASTSource.h131 virtual void updateOutOfDateIdentifier(IdentifierInfo &II) { } argument
/external/clang/lib/Lex/
H A DLexer.cpp37 if (IdentifierInfo *II = getIdentifierInfo())
38 return II->getObjCKeywordID() == objcKey;
374 if (const IdentifierInfo *II = Tok.getIdentifierInfo()) {
376 Buffer = II->getNameStart();
377 return II->getLength();
1041 std::pair<SourceLocation,SourceLocation> II = local
1044 return SM.createExpansionLoc(SpellingLoc, II.first, II.second, TokLen);
1505 IdentifierInfo *II = PP->LookUpIdentifierInfo(Result);
1509 if (II
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2830 for (SUnit::const_pred_iterator II = SU->Preds.begin(),
2831 EE = SU->Preds.end(); II != EE; ++II)
2832 if (!II->isCtrl()) {
2833 PredSU = II->getSUnit();
2854 for (SUnit::const_succ_iterator II = PredSU->Succs.begin(),
2855 EE = PredSU->Succs.end(); II != EE; ++II) {
2856 SUnit *PredSuccSU = II->getSUnit();

Completed in 1780 milliseconds

<<11121314