/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.cpp | 24 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/ |
D | IdentifierResolver.cpp | 144 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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CallSite.h | 53 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); } in CallSiteBase() 54 CallSiteBase(ValTy *II) { *this = get(II); } in CallSiteBase() 62 if (InstrTy *II = dyn_cast<InstrTy>(V)) { in get() local 275 CallSite(InvokeInst *II) : Base(II) {} in CallSite() 276 CallSite(Instruction *II) : Base(II) {} in CallSite() 294 ImmutableCallSite(const InvokeInst *II) : Base(II) {} in ImmutableCallSite() 295 ImmutableCallSite(const Instruction *II) : Base(II) {} in ImmutableCallSite()
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() 70 void Preprocessor::setLoadedMacroDirective(IdentifierInfo *II, in setLoadedMacroDirective() 83 ModuleMacro *Preprocessor::addModuleMacro(Module *Mod, IdentifierInfo *II, in addModuleMacro() 125 ModuleMacro *Preprocessor::getModuleMacro(Module *Mod, IdentifierInfo *II) { in getModuleMacro() 133 void Preprocessor::updateModuleMacroInfo(const IdentifierInfo *II, in updateModuleMacroInfo() 211 void Preprocessor::dumpMacroInfo(const IdentifierInfo *II) { in dumpMacroInfo() 345 IdentifierInfo *II = MI->getReplacementToken(0).getIdentifierInfo(); in isTrivialSingleTokenExpansion() local 1278 IdentifierInfo *II, Preprocessor &PP, in EvaluateHasIncludeCommon() 1387 static bool EvaluateHasInclude(Token &Tok, IdentifierInfo *II, in EvaluateHasInclude() 1395 IdentifierInfo *II, Preprocessor &PP) { in EvaluateHasIncludeNext() [all …]
|
D | PPExpressions.cpp | 36 IdentifierInfo *II; member in __anonca4c15760111::PPValue 46 void setIdentifier(IdentifierInfo *II) { this->II = II; } in setIdentifier() 116 IdentifierInfo *II = PeekTok.getIdentifierInfo(); in EvaluateDefined() local 230 if (IdentifierInfo *II = PeekTok.getIdentifierInfo()) { in EvaluateValue() local
|
/external/clang/lib/Analysis/ |
D | ObjCNoReturn.cpp | 21 static bool isSubclass(const ObjCInterfaceDecl *Class, IdentifierInfo *II) { in isSubclass() 34 SmallVector<IdentifierInfo*, 3> II; in ObjCNoReturn() local
|
/external/llvm/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 45 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
|
/external/clang/test/SemaObjC/ |
D | error-implicit-property.m | 14 @interface II @end interface 16 @implementation II implementation
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 134 bool DwarfEHPrepare::HasCatchAllInSelector(IntrinsicInst *II) { in HasCatchAllInSelector() 149 IntrinsicInst *II = cast<IntrinsicInst>(*I); in FindAllCleanupSelectors() local 167 if (InvokeInst *II = dyn_cast<InvokeInst>(*I)) in FindAllURoRInvokes() local 212 Instruction *II = dyn_cast<Instruction>(*I); in FindSelectorAndURoR() local 321 IntrinsicInst *II = *SI; in HandleURoRInvokes() local 424 for (BasicBlock::iterator II = LPad->begin(); isa<PHINode>(II); ++II) { in NormalizeLandingPads() local 565 for (BasicBlock::iterator II = LP->getFirstNonPHIOrDbg(), IE = LP->end(); in MoveExceptionValueCalls() local 600 for (BasicBlock::iterator II = BB->getFirstNonPHIOrDbg(), IE = BB->end(); in MoveExceptionValueCalls() local 629 for (BasicBlock::iterator II = BB->getFirstNonPHIOrDbg(), IE = BB->end(); in MoveExceptionValueCalls() local 672 else if (InvokeInst *II = dyn_cast<InvokeInst>(TI)) in InsertUnwindResumeCalls() local
|
D | SjLjEHPrepare.cpp | 160 void SjLjEHPass::splitLandingPad(InvokeInst *II) { in splitLandingPad() 184 void SjLjEHPass::markInvokeCallSite(InvokeInst *II, int InvokeNo, in markInvokeCallSite() 246 InvokeInst *II = Invokes[i]; in splitLiveRangesAcrossInvokes() local 302 for (BasicBlock::iterator II = BB->begin(), E = BB->end(); II != E; ++II) { in splitLiveRangesAcrossInvokes() local 415 } else if (InvokeInst *II = dyn_cast<InvokeInst>(BB->getTerminator())) { in insertSjLjEHSupport() local 449 if (InvokeInst *II = dyn_cast<InvokeInst>(F.begin()->getTerminator())) { in insertSjLjEHSupport() local 470 } else if (InvokeInst *II = dyn_cast<InvokeInst>(I)) { in insertSjLjEHSupport() local 495 if (InvokeInst *II = dyn_cast<InvokeInst>(BB->getTerminator())) in insertSjLjEHSupport() local 847 II = BB->begin(), IIE = BB->end(); II != IIE; ++II) { in lowerAcrossUnwindEdges() local 922 if (InvokeInst *II = dyn_cast<InvokeInst>(BB->getTerminator())) { in setupEntryBlockAndCallSites() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreRegisterInfo.cpp | 62 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/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 94 InvokeInst &II = cast<InvokeInst>(I); in DemoteRegToStack() local 130 if (InvokeInst *II = dyn_cast<InvokeInst>(P->getIncomingValue(i))) { in DemotePHIToStack() local
|
D | InlineFunction.cpp | 44 bool llvm::InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI) { in InlineFunction() 263 InvokeInliningInfo(InvokeInst *II) in InvokeInliningInfo() 577 InvokeInst *II = in HandleCallsInBlockInlinedThroughInvoke() local 607 static void HandleInlinedInvoke(InvokeInst *II, BasicBlock *FirstNewBlock, in HandleInlinedInvoke() 809 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(*UI)) { in isUsedByLifetimeMarker() local 932 if (const InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) { in InlineFunction() local 947 if (const InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) { in InlineFunction() local 1149 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) in InlineFunction() local 1164 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) in InlineFunction() local 1193 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) { in InlineFunction() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | BasicBlock.cpp | 160 const IntrinsicInst *II = dyn_cast<IntrinsicInst>(i); in getFirstNonPHIOrDbgOrLifetime() local 271 for (iterator II = begin(); (PN = dyn_cast<PHINode>(II)); ) { in removePredecessor() local 325 for (BasicBlock::iterator II = Successor->begin(); in splitBasicBlock() local 347 for (iterator II = Succ->begin(), IE = Succ->end(); II != IE; ++II) { in replaceSuccessorsPhiUsesWith() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 218 static Value *simplifyX86immShift(const IntrinsicInst &II, in simplifyX86immShift() 331 static Value *simplifyX86varShift(const IntrinsicInst &II, in simplifyX86varShift() 439 static Value *simplifyX86movmsk(const IntrinsicInst &II, in simplifyX86movmsk() 478 static Value *simplifyX86insertps(const IntrinsicInst &II, in simplifyX86insertps() 537 static Value *simplifyX86extrq(IntrinsicInst &II, Value *Op0, in simplifyX86extrq() 630 static Value *simplifyX86insertq(IntrinsicInst &II, Value *Op0, Value *Op1, in simplifyX86insertq() 726 static Value *simplifyX86pshufb(const IntrinsicInst &II, in simplifyX86pshufb() 773 static Value *simplifyX86vpermilvar(const IntrinsicInst &II, in simplifyX86vpermilvar() 825 static Value *simplifyX86vpermv(const IntrinsicInst &II, in simplifyX86vpermv() 863 static Value *simplifyX86vperm2(const IntrinsicInst &II, in simplifyX86vperm2() [all …]
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVLowerConstExpr.cpp | 122 for (auto II = BI->begin(), IE = BI->end(); II != IE; ++II) { in visit() local 127 auto II = WorkList.front(); in visit() local
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 67 IdentifierInfo *II; variable 77 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() 396 const IdentifierInfo *II) const { in getModuleInfo() 447 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const { in isAmbiguous() 452 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() 466 void overrideActiveModuleMacros(Preprocessor &PP, IdentifierInfo *II) { in overrideActiveModuleMacros() 796 bool isMacroDefined(const IdentifierInfo *II) { in isMacroDefined() 804 bool isMacroDefinedInLocalModule(const IdentifierInfo *II, Module *M) { in isMacroDefinedInLocalModule() 817 MacroDefinition getMacroDefinition(const IdentifierInfo *II) { in getMacroDefinition() 830 MacroDefinition getMacroDefinitionAtLoc(const IdentifierInfo *II, in getMacroDefinitionAtLoc() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NSErrorChecker.cpp | 42 mutable IdentifierInfo *II; member in __anon466d4f6f0111::NSErrorMethodChecker 89 mutable IdentifierInfo *II; member in __anon466d4f6f0211::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/ |
D | BasicBlock.cpp | 199 if (auto *II = dyn_cast<IntrinsicInst>(&I)) in getFirstNonPHIOrDbgOrLifetime() local 336 for (iterator II = begin(); (PN = dyn_cast<PHINode>(II)); ) { in removePredecessor() local 402 for (BasicBlock::iterator II = Successor->begin(); in splitBasicBlock() local 423 for (iterator II = Succ->begin(), IE = Succ->end(); II != IE; ++II) { in replaceSuccessorsPhiUsesWith() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 186 IntrinsicInst *II = dyn_cast<IntrinsicInst>(&CI); in visitCallInst() local 718 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(BCI)) { in visitCallInst() local 747 Instruction *InstCombiner::visitInvokeInst(InvokeInst &II) { in visitInvokeInst() 834 IntrinsicInst *II = dyn_cast<IntrinsicInst>(*I); in FindInitTrampolineFromAlloca() local 868 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) in FindInitTrampolineFromBB() local 949 if (InvokeInst *II = dyn_cast<InvokeInst>(CS.getInstruction())) { in visitCallSite() local 957 if (IntrinsicInst *II = FindInitTrampoline(Callee)) in visitCallSite() local 1044 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) in transformConstExprCastCall() local 1192 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) { in transformConstExprCastCall() local 1219 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) { in transformConstExprCastCall() local [all …]
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/ |
D | mismatch.pass.cpp | 31 typedef input_iterator<const int*> II; in main() typedef
|
D | mismatch_pred.pass.cpp | 37 typedef input_iterator<const int*> II; in main() typedef
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 55 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 524 const Instruction *II = getInstruction(); in getOperandBundlesAsDefs() local 608 CallSite(InvokeInst *II) : CallSiteBase(II) {} in CallSite() 609 explicit CallSite(Instruction *II) : CallSiteBase(II) {} in CallSite() 627 ImmutableCallSite(const InvokeInst *II) : CallSiteBase(II) {} in ImmutableCallSite() 628 explicit ImmutableCallSite(const Instruction *II) : CallSiteBase(II) {} in ImmutableCallSite()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 321 unsigned findScratchRegister(MachineBasicBlock::iterator II, RegScavenger *RS, in findScratchRegister() 339 void PPCRegisterInfo::lowerDynamicAlloc(MachineBasicBlock::iterator II, in lowerDynamicAlloc() 454 void PPCRegisterInfo::lowerCRSpilling(MachineBasicBlock::iterator II, in lowerCRSpilling() 494 PPCRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, in eliminateFrameIndex()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 552 const MCInstrDesc &II = TII.get(TargetOpcode::DBG_VALUE); in SelectCall() local 1105 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_() local 1115 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_r() local 1135 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_rr() local 1157 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_rrr() local 1180 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_ri() local 1201 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_rii() local 1224 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_rf() local 1246 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_rri() local 1268 const MCInstrDesc &II = TII.get(MachineInstOpcode); in FastEmitInst_i() local [all …]
|