Home
last modified time | relevance | path

Searched defs:II (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp24 static bool readsThreadIndex(const IntrinsicInst *II) { in readsThreadIndex()
34 static bool readsLaneId(const IntrinsicInst *II) { in readsLaneId()
39 static bool isNVVMAtomic(const IntrinsicInst *II) { in isNVVMAtomic()
73 if (const IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) { in isSourceOfDivergence() local
/external/clang/lib/Sema/
DIdentifierResolver.cpp144 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in AddDecl() local
169 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in InsertDeclAfter() local
210 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in RemoveDecl() local
229 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in begin() local
299 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in tryAddTopLevelDecl() local
374 void IdentifierResolver::readingIdentifier(IdentifierInfo &II) { in readingIdentifier()
379 void IdentifierResolver::updatingIdentifier(IdentifierInfo &II) { in updatingIdentifier()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective()
63 void Preprocessor::setLoadedMacroDirective(IdentifierInfo *II, in setLoadedMacroDirective()
76 ModuleMacro *Preprocessor::addModuleMacro(Module *Mod, IdentifierInfo *II, in addModuleMacro()
118 ModuleMacro *Preprocessor::getModuleMacro(Module *Mod, IdentifierInfo *II) { in getModuleMacro()
126 void Preprocessor::updateModuleMacroInfo(const IdentifierInfo *II, in updateModuleMacroInfo()
204 void Preprocessor::dumpMacroInfo(const IdentifierInfo *II) { in dumpMacroInfo()
345 IdentifierInfo *II = MI->getReplacementToken(0).getIdentifierInfo(); in isTrivialSingleTokenExpansion() local
1047 static bool HasFeature(const Preprocessor &PP, const IdentifierInfo *II) { in HasFeature()
1218 static bool HasExtension(const Preprocessor &PP, const IdentifierInfo *II) { in HasExtension()
1269 IdentifierInfo *II, Preprocessor &PP, in EvaluateHasIncludeCommon()
[all …]
DPreprocessor.cpp443 if (const IdentifierInfo *II = Tok.getIdentifierInfo()) in getSpelling() local
547 IdentifierInfo *II; in LookUpIdentifierInfo() local
572 void Preprocessor::SetPoisonReason(IdentifierInfo *II, unsigned DiagID) { in SetPoisonReason()
603 static diag::kind getFutureCompatDiagKind(const IdentifierInfo &II, in getFutureCompatDiagKind()
630 IdentifierInfo &II = *Identifier.getIdentifierInfo(); in HandleIdentifier() local
DPPDirectives.cpp118 static MacroDiag shouldWarnOnMacroDef(Preprocessor &PP, IdentifierInfo *II) { in shouldWarnOnMacroDef()
130 static MacroDiag shouldWarnOnMacroUndef(Preprocessor &PP, IdentifierInfo *II) { in shouldWarnOnMacroUndef()
145 IdentifierInfo *II = MacroNameTok.getIdentifierInfo(); in CheckMacroName() local
791 if (IdentifierInfo *II = Result.getIdentifierInfo()) { in HandleDirective() local
1287 IdentifierInfo *II = MacroNameTok.getIdentifierInfo(); in HandleMacroPublicDirective() local
1314 IdentifierInfo *II = MacroNameTok.getIdentifierInfo(); in HandleMacroPrivateDirective() local
2024 if (IdentifierInfo *II = Value.getIdentifierInfo()) { in isConfigurationPattern() local
2270 auto isObjCProtectedMacro = [](const IdentifierInfo *II) -> bool { in HandleDefineDirective()
2349 auto *II = MacroNameTok.getIdentifierInfo(); in HandleUndefDirective() local
DMacroInfo.cpp169 else if (auto *II = Tok.getIdentifierInfo()) in dump() local
239 IdentifierInfo *II, MacroInfo *Macro, in create()
/external/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp45 if (InvokeInst *II = dyn_cast<InvokeInst>(&I)) { in DemoteRegToStack() local
96 InvokeInst &II = cast<InvokeInst>(I); in DemoteRegToStack() local
126 if (InvokeInst *II = dyn_cast<InvokeInst>(P->getIncomingValue(i))) { in DemotePHIToStack() local
DInlineFunction.cpp62 bool llvm::InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI, in InlineFunction()
77 LandingPadInliningInfo(InvokeInst *II) in LandingPadInliningInfo()
217 InvokeInst *II = in HandleCallsInBlockInlinedThroughInvoke() local
241 static void HandleInlinedLandingPad(InvokeInst *II, BasicBlock *FirstNewBlock, in HandleInlinedLandingPad()
256 if (InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) in HandleInlinedLandingPad() local
298 static void HandleInlinedEHPad(InvokeInst *II, BasicBlock *FirstNewBlock, in HandleInlinedEHPad()
902 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(U)) { in isUsedByLifetimeMarker() local
1477 if (auto *II = dyn_cast<InvokeInst>(TheCall)) { in InlineFunction() local
1537 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) { in InlineFunction() local
1569 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) { in InlineFunction() local
/external/llvm/include/llvm/IR/
DCallSite.h55 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); } in CallSiteBase()
56 explicit CallSiteBase(ValTy *II) { *this = get(II); } in CallSiteBase()
65 if (InstrTy *II = dyn_cast<InstrTy>(V)) { in get() local
393 const Instruction *II = getInstruction(); in getOperandBundlesAsDefs() local
477 CallSite(InvokeInst *II) : CallSiteBase(II) {} in CallSite()
478 explicit CallSite(Instruction *II) : CallSiteBase(II) {} in CallSite()
496 ImmutableCallSite(const InvokeInst *II) : CallSiteBase(II) {} in ImmutableCallSite()
497 explicit ImmutableCallSite(const Instruction *II) : CallSiteBase(II) {} in ImmutableCallSite()
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.cpp62 static void InsertFPImmInst(MachineBasicBlock::iterator II, in InsertFPImmInst()
93 static void InsertFPConstInst(MachineBasicBlock::iterator II, in InsertFPConstInst()
129 static void InsertSPImmInst(MachineBasicBlock::iterator II, in InsertSPImmInst()
162 static void InsertSPConstInst(MachineBasicBlock::iterator II, in InsertSPConstInst()
261 XCoreRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, in eliminateFrameIndex()
/external/clang/lib/Analysis/
DObjCNoReturn.cpp21 static bool isSubclass(const ObjCInterfaceDecl *Class, IdentifierInfo *II) { in isSubclass()
34 SmallVector<IdentifierInfo*, 3> II; in ObjCNoReturn() local
/external/clang/test/SemaObjC/
Derror-implicit-property.m14 @interface II @end interface
16 @implementation II implementation
/external/clang/include/clang/Lex/
DPreprocessor.h66 IdentifierInfo *II; variable
76 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue()
395 const IdentifierInfo *II) const { in getModuleInfo()
446 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const { in isAmbiguous()
451 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros()
465 void overrideActiveModuleMacros(Preprocessor &PP, IdentifierInfo *II) { in overrideActiveModuleMacros()
789 bool isMacroDefined(const IdentifierInfo *II) { in isMacroDefined()
797 bool isMacroDefinedInLocalModule(const IdentifierInfo *II, Module *M) { in isMacroDefinedInLocalModule()
810 MacroDefinition getMacroDefinition(const IdentifierInfo *II) { in getMacroDefinition()
823 MacroDefinition getMacroDefinitionAtLoc(const IdentifierInfo *II, in getMacroDefinitionAtLoc()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DNSErrorChecker.cpp42 mutable IdentifierInfo *II; member in __anon41093f100111::NSErrorMethodChecker
89 mutable IdentifierInfo *II; member in __anon41093f100211::CFErrorFunctionChecker
281 static bool IsNSError(QualType T, IdentifierInfo *II) { in IsNSError()
302 static bool IsCFError(QualType T, IdentifierInfo *II) { in IsCFError()
/external/llvm/lib/IR/
DBasicBlock.cpp184 if (auto *II = dyn_cast<IntrinsicInst>(&I)) in getFirstNonPHIOrDbgOrLifetime() local
321 for (iterator II = begin(); (PN = dyn_cast<PHINode>(II)); ) { in removePredecessor() local
389 for (BasicBlock::iterator II = Successor->begin(); in splitBasicBlock() local
410 for (iterator II = Succ->begin(), IE = Succ->end(); II != IE; ++II) { in replaceSuccessorsPhiUsesWith() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp200 static Value *SimplifyX86immshift(const IntrinsicInst &II, in SimplifyX86immshift()
310 static Value *SimplifyX86extend(const IntrinsicInst &II, in SimplifyX86extend()
328 static Value *SimplifyX86insertps(const IntrinsicInst &II, in SimplifyX86insertps()
386 static Value *SimplifyX86extrq(IntrinsicInst &II, Value *Op0, in SimplifyX86extrq()
479 static Value *SimplifyX86insertq(IntrinsicInst &II, Value *Op0, Value *Op1, in SimplifyX86insertq()
577 static Value *SimplifyX86vperm2(const IntrinsicInst &II, in SimplifyX86vperm2()
640 static Value *SimplifyX86vpcom(const IntrinsicInst &II, in SimplifyX86vpcom()
697 IntrinsicInst *II = dyn_cast<IntrinsicInst>(&CI); in visitCallInst() local
1653 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(BCI)) { in visitCallInst() local
1800 Instruction *InstCombiner::visitInvokeInst(InvokeInst &II) { in visitInvokeInst()
[all …]
/external/llvm/lib/TableGen/
DSetTheory.cpp80 IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[1]); in apply() local
175 if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[3])) { in apply() local
189 if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[1])) in apply() local
196 if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[2])) in apply() local
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp210 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { in EmitLeafMatchCode() local
326 if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->getLeafValue())) { in EmitOperatorMatchCode() local
615 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { in EmitResultLeafAsOperand() local
689 CodeGenInstruction &II = CGT.getInstruction(Op); in mayInstNodeLoadOrStore() local
718 CodeGenInstruction &II = CGT.getInstruction(Op); in EmitResultInstructionAsOperand() local
976 CodeGenInstruction &II = CGT.getInstruction(DstPat->getOperator()); in EmitResultCode() local
/external/clang/include/clang/Basic/
DIdentifierTable.h357 IdentifierInfo *const II; variable
360 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject()
464 IdentifierInfo *&II = Entry.second; in get() local
486 IdentifierInfo &II = get(Name); in get() local
501 IdentifierInfo *&II = Entry.second; in getOwn() local
625 Selector(IdentifierInfo *II, unsigned nArgs) { in Selector()
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp462 void PPCRegisterInfo::lowerCRSpilling(MachineBasicBlock::iterator II, in lowerCRSpilling()
507 void PPCRegisterInfo::lowerCRRestore(MachineBasicBlock::iterator II, in lowerCRRestore()
550 void PPCRegisterInfo::lowerCRBitSpilling(MachineBasicBlock::iterator II, in lowerCRBitSpilling()
594 void PPCRegisterInfo::lowerCRBitRestore(MachineBasicBlock::iterator II, in lowerCRBitRestore()
644 void PPCRegisterInfo::lowerVRSAVESpilling(MachineBasicBlock::iterator II, in lowerVRSAVESpilling()
670 void PPCRegisterInfo::lowerVRSAVERestore(MachineBasicBlock::iterator II, in lowerVRSAVERestore()
748 PPCRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, in eliminateFrameIndex()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp132 const MCInstrDesc &II = TII->get(User->getMachineOpcode()); in EmitCopyFromReg() local
208 const MCInstrDesc &II, in CreateVirtualRegisters()
314 const MCInstrDesc *II, in AddRegisterOperand()
376 const MCInstrDesc *II, in AddOperand()
612 const MCInstrDesc &II = TII->get(TargetOpcode::REG_SEQUENCE); in EmitRegSequence() local
668 const MCInstrDesc &II = TII->get(TargetOpcode::DBG_VALUE); in EmitDbgValue() local
749 const MCInstrDesc &II = TII->get(Opc); in EmitMachineNode() local
DFastISel.cpp1081 if (const auto *II = dyn_cast<IntrinsicInst>(Call)) in selectCall() local
1096 bool FastISel::selectIntrinsicCall(const IntrinsicInst *II) { in selectIntrinsicCall()
1173 const MCInstrDesc &II = TII.get(TargetOpcode::DBG_VALUE); in selectIntrinsicCall() local
1766 unsigned FastISel::constrainOperandRegClass(const MCInstrDesc &II, unsigned Op, in constrainOperandRegClass()
1786 const MCInstrDesc &II = TII.get(MachineInstOpcode); in fastEmitInst_() local
1795 const MCInstrDesc &II = TII.get(MachineInstOpcode); in fastEmitInst_r() local
1817 const MCInstrDesc &II = TII.get(MachineInstOpcode); in fastEmitInst_rr() local
1842 const MCInstrDesc &II = TII.get(MachineInstOpcode); in fastEmitInst_rrr() local
1868 const MCInstrDesc &II = TII.get(MachineInstOpcode); in fastEmitInst_ri() local
1891 const MCInstrDesc &II = TII.get(MachineInstOpcode); in fastEmitInst_rii() local
[all …]
/external/clang/lib/Edit/
DEditedSource.cpp28 IdentifierInfo *&II) { in deconstructMacroArgLoc()
46 IdentifierInfo *II; in finishedCommit() local
69 IdentifierInfo *II; in canInsertInOffset() local
104 IdentifierInfo *II; in commitInsert() local
/external/clang/lib/AST/
DSelectorLocationsKind.cpp30 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(0); in getStandardSelLoc() local
38 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Index); in getStandardSelLoc() local
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp165 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) { in hasMemoryWrite() local
213 IntrinsicInst *II = dyn_cast<IntrinsicInst>(Inst); in getLocForWrite() local
252 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) { in isRemovable() local
285 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) { in isShortenable() local
307 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) { in getStoredPointerOperand() local

12345678910>>...13