Searched refs:II (Results 126 - 150 of 341) sorted by relevance

1234567891011>>

/external/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp138 else if (InvokeInst *II = dyn_cast<InvokeInst>(*UI))
139 InlineFunction(II, IFI);
H A DDeadArgumentElimination.cpp205 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) {
206 if (II->getIntrinsicID() == Intrinsic::vastart)
256 if (InvokeInst *II = dyn_cast<InvokeInst>(Call)) {
257 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
924 if (InvokeInst *II = dyn_cast<InvokeInst>(Call)) {
925 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
955 if (InvokeInst *II = dyn_cast<InvokeInst>(Call)) {
956 BasicBlock::iterator IP = II
[all...]
/external/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp49 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op); local
50 if (II.usesCustomInserter)
/external/chromium_org/third_party/sqlite/src/test/
H A Dwal_common.tcl64 append blob [binary format II $c1 $c2]
/external/llvm/lib/IR/
H A DAttributes.cpp505 for (AttributeSetNode::iterator II = ASN->begin(),
506 IE = ASN->end(); II != IE; ++II) {
507 Attribute Attr = *II;
729 for (AttributeSetImpl::iterator II = Attrs.pImpl->begin(I),
730 IE = Attrs.pImpl->end(I); II != IE; ++II)
731 B.addAttribute(*II);
850 for (AttributeSetImpl::iterator II = pImpl->begin(I),
851 IE = pImpl->end(I); II !
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h83 void eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj,
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp504 for (unsigned II = 0, IE = Size; II != IE; II++) {
505 const unsigned I = LittleEndian ? (Size - II - 1) : II;
506 Buffer[Size - II - 1] = uint8_t(Inst >> I * CHAR_BIT);
516 for (unsigned II = 0, IE = Size; II != IE; II = II
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h78 MachineBasicBlock::iterator II, DebugLoc DL,
/external/clang/lib/Analysis/
H A DCallGraph.cpp123 IdentifierInfo *II = FD->getIdentifier();
124 if (II && II->getName().startswith("__inline"))
/external/clang/lib/Lex/
H A DMacroArgs.cpp136 if (IdentifierInfo *II = ArgTok->getIdentifierInfo()) {
137 if (II->hasMacroDefinition() && PP.getMacroInfo(II)->isEnabled())
H A DPPExpressions.cpp110 IdentifierInfo *II = PeekTok.getIdentifierInfo();
111 Result.Val = II->hasMacroDefinition();
117 Macro = PP.getMacroDirective(II);
150 MD = PP.getMacroDirective(II);
157 DT.TheMacro = II;
183 if (IdentifierInfo *II = PeekTok.getIdentifierInfo()) {
185 if (II->isStr("defined"))
193 II->getTokenID() != tok::kw_true &&
194 II->getTokenID() != tok::kw_false)
195 PP.Diag(PeekTok, diag::warn_pp_undef_identifier) << II;
[all...]
H A DTokenLexer.cpp231 IdentifierInfo *II = CurTok.getIdentifierInfo(); local
232 int ArgNo = II ? Macro->getArgumentNum(II) : -1;
486 IdentifierInfo *II = Tok.getIdentifierInfo(); local
487 Tok.setKind(II->getTokenID());
492 if (II->isPoisoned() && TokenIsFromPaste) {
496 if (!DisableMacroExpansion && II->isHandleIdentifierCase())
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp164 const IdentifierInfo *II = &S.getASTContext().Idents.get(Name); local
165 if (!II->hadMacroDefinition()) return false;
167 MacroDirective *Macro = S.PP.getMacroDirectiveHistory(II);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h108 OutputIter copy(InputIter II, InputIter IE, OutputIter OI) { argument
109 while (II != IE)
110 *OI++ = *II++;
/external/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp35 const SparcInstrInfo *II; member in class:__anon26139::SparcCodeEmitter
52 : MachineFunctionPass(ID), JTI(nullptr), II(nullptr), TD(nullptr),
104 II = Target.getInstrInfo();
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp290 const MCInstrDesc &II = TII.get(MachineInstOpcode); local
294 Op0 = constrainOperandRegClass(II, Op0, 1);
295 if (II.getNumDefs() >= 1) {
296 AddOptionalDefs(BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, II,
299 AddOptionalDefs(BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, II)
303 .addReg(II.ImplicitDefs[0]));
313 const MCInstrDesc &II = TII.get(MachineInstOpcode); local
317 Op0 = constrainOperandRegClass(II, Op0, 1);
318 Op1 = constrainOperandRegClass(II, Op1, 2);
320 if (II
342 const MCInstrDesc &II = TII.get(MachineInstOpcode); local
373 const MCInstrDesc &II = TII.get(MachineInstOpcode); local
400 const MCInstrDesc &II = TII.get(MachineInstOpcode); local
428 const MCInstrDesc &II = TII.get(MachineInstOpcode); local
1454 const MCInstrDesc &II = TII.get(CmpOpc); local
[all...]
/external/clang/lib/AST/
H A DDeclarationName.cpp139 if (const IdentifierInfo *II = N.getAsIdentifierInfo())
140 OS << II->getName();
429 DeclarationNameTable::getCXXLiteralOperatorName(IdentifierInfo *II) { argument
435 ID.AddPointer(II);
444 LiteralName->ID = II;
/external/llvm/lib/Analysis/
H A DCostModel.cpp506 if (const IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) {
508 for (unsigned J = 0, JE = II->getNumArgOperands(); J != JE; ++J)
509 Tys.push_back(II->getArgOperand(J)->getType());
511 return TTI->getIntrinsicInstrCost(II->getIntrinsicID(), II->getType(),
H A DLoopInfo.cpp220 if (const InvokeInst *II = dyn_cast<InvokeInst>((*I)->getTerminator()))
221 if (II->cannotDuplicate())
300 for (BasicBlock::iterator II = (*BB)->begin(), EE = (*BB)->end();
301 II != EE; II++) {
303 if (!II->mayReadOrWriteMemory())
310 MDNode *loopIdMD = II->getMetadata("llvm.mem.parallel_loop_access");
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp406 for (BasicBlock::iterator II = BB->begin(), E = BB->end(); II != E; ++II) {
407 if (LoadInst *L = dyn_cast<LoadInst>(II)) {
423 if (StoreInst *SI = dyn_cast<StoreInst>(II)) {
/external/llvm/lib/MC/MCAnalysis/
H A DMCModuleYAML.cpp377 for (InstIt II = AI->Insts.begin(), IE = AI->Insts.end(); II != IE;
378 ++II) {
380 MI.setOpcode(II->Opcode);
381 for (OpIt OI = II->Operands.begin(), OE = II->Operands.end(); OI != OE;
384 TA->addInst(MI, II->Size);
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp61 IdentifierInfo *II = nullptr; local
62 if (!checkForLiteralCreation(Msg, II, NS.getASTContext().getLangOpts()))
71 NS.getNSClassId(NSAPI::ClassId_NSString) == II &&
76 NS.getNSClassId(NSAPI::ClassId_NSArray) == II &&
81 NS.getNSClassId(NSAPI::ClassId_NSDictionary) == II &&
342 IdentifierInfo *II = nullptr; local
343 if (!checkForLiteralCreation(Msg, II, NS.getASTContext().getLangOpts()))
346 if (II == NS.getNSClassId(NSAPI::ClassId_NSArray))
348 if (II == NS.getNSClassId(NSAPI::ClassId_NSDictionary))
350 if (II
[all...]
/external/clang/lib/Serialization/
H A DASTReader.cpp683 static bool isInterestingIdentifier(IdentifierInfo &II) { argument
684 return II.isPoisoned() ||
685 II.isExtensionToken() ||
686 II.getObjCOrBuiltinID() ||
687 II.hasRevertedTokenIDToIdentifier() ||
688 II.hadMacroDefinition() ||
689 II.getFETokenInfo<void>();
706 IdentifierInfo *II = KnownII; local
707 if (!II) {
708 II
742 IdentifierInfo *II = KnownII; local
1558 addPendingMacroFromModule(IdentifierInfo *II, ModuleFile *M, GlobalMacroID GMacID, ArrayRef<SubmoduleID> Overrides) argument
1572 addPendingMacroFromPCH(IdentifierInfo *II, ModuleFile *M, uint64_t MacroDirectivesOffset) argument
1682 updateOutOfDateIdentifier(IdentifierInfo &II) argument
1707 markIdentifierUpToDate(IdentifierInfo *II) argument
1771 resolvePendingMacro(IdentifierInfo *II, const PendingMacroInfo &PMInfo) argument
1797 installPCHMacroDirectives(IdentifierInfo *II, ModuleFile &M, uint64_t Offset) argument
1879 removeOverriddenMacros(IdentifierInfo *II, AmbiguousMacros &Ambig, ArrayRef<SubmoduleID> Overrides) argument
1905 removeOverriddenMacros(IdentifierInfo *II, ArrayRef<SubmoduleID> Overrides) argument
1943 installImportedMacro(IdentifierInfo *II, ModuleMacroInfo *MMI, Module *Owner) argument
4779 IdentifierInfo *II = getLocalIdentifier(M, Record[0]); local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp124 const MCInstrDesc &II = TII->get(Def->getMachineOpcode()); local
125 if (ResNo >= II.getNumDefs() &&
126 II.ImplicitDefs[ResNo - II.getNumDefs()] == Reg) {
769 for (SUnit::const_succ_iterator II = SU->Succs.begin(),
770 EE = SU->Succs.end(); II != EE; ++II) {
771 if (II->isCtrl()) continue; // ignore chain preds
772 if (II->getReg()) {
773 Reg = II
[all...]
/external/clang/include/clang/Serialization/
H A DASTReader.h553 HiddenName(IdentifierInfo *II, ModuleMacroInfo *MMI) argument
554 : Kind(Macro), MMI(MMI), Id(II) { }
1796 void SetIdentifierInfo(unsigned ID, IdentifierInfo *II);
1797 void SetGloballyVisibleDecls(IdentifierInfo *II,
1828 void resolvePendingMacro(IdentifierInfo *II, const PendingMacroInfo &PMInfo);
1830 void installPCHMacroDirectives(IdentifierInfo *II,
1833 void installImportedMacro(IdentifierInfo *II, ModuleMacroInfo *MMI,
1840 removeOverriddenMacros(IdentifierInfo *II, AmbiguousMacros &Ambig,
1844 removeOverriddenMacros(IdentifierInfo *II,
2020 /// \param II Th
[all...]

Completed in 422 milliseconds

1234567891011>>