Home
last modified time | relevance | path

Searched defs:II (Results 1 – 25 of 305) 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/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp45 if (InvokeInst *II = dyn_cast<InvokeInst>(&I)) { in DemoteRegToStack() local
97 InvokeInst &II = cast<InvokeInst>(I); in DemoteRegToStack() local
127 if (InvokeInst *II = dyn_cast<InvokeInst>(P->getIncomingValue(i))) { in DemotePHIToStack() local
DInlineFunction.cpp60 bool llvm::InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI, in InlineFunction()
75 InvokeInliningInfo(InvokeInst *II) in InvokeInliningInfo()
209 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split, in HandleCallsInBlockInlinedThroughInvoke() local
236 static void HandleInlinedInvoke(InvokeInst *II, BasicBlock *FirstNewBlock, in HandleInlinedInvoke()
250 if (InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) in HandleInlinedInvoke() local
799 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(U)) { in isUsedByLifetimeMarker() local
956 if (const InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) { in InlineFunction() local
969 if (const InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) { in InlineFunction() local
1217 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) in InlineFunction() local
1269 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) { in InlineFunction() local
[all …]
/external/llvm/include/llvm/IR/
DCallSite.h52 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); } in CallSiteBase()
53 explicit CallSiteBase(ValTy *II) { *this = get(II); } in CallSiteBase()
62 if (InstrTy *II = dyn_cast<InstrTy>(V)) { in get() local
357 CallSite(InvokeInst *II) : CallSiteBase(II) {} in CallSite()
358 explicit CallSite(Instruction *II) : CallSiteBase(II) {} in CallSite()
376 ImmutableCallSite(const InvokeInst *II) : CallSiteBase(II) {} in ImmutableCallSite()
377 explicit ImmutableCallSite(const Instruction *II) : CallSiteBase(II) {} in ImmutableCallSite()
/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/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/Lex/
DPPMacroExpansion.cpp45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective()
62 void Preprocessor::setLoadedMacroDirective(IdentifierInfo *II, in setLoadedMacroDirective()
147 IdentifierInfo *II = MI->getReplacementToken(0).getIdentifierInfo(); in isTrivialSingleTokenExpansion() local
858 static bool HasFeature(const Preprocessor &PP, const IdentifierInfo *II) { in HasFeature()
1016 static bool HasExtension(const Preprocessor &PP, const IdentifierInfo *II) { in HasExtension()
1066 IdentifierInfo *II, Preprocessor &PP, in EvaluateHasIncludeCommon()
1175 static bool EvaluateHasInclude(Token &Tok, IdentifierInfo *II, in EvaluateHasInclude()
1183 IdentifierInfo *II, Preprocessor &PP) { in EvaluateHasIncludeNext()
1213 IdentifierInfo *II, Preprocessor &PP) { in EvaluateBuildingModule()
1257 IdentifierInfo *II = Tok.getIdentifierInfo(); in ExpandBuiltinMacro() local
DPreprocessor.cpp429 if (const IdentifierInfo *II = Tok.getIdentifierInfo()) in getSpelling() local
533 IdentifierInfo *II; in LookUpIdentifierInfo() local
558 void Preprocessor::SetPoisonReason(IdentifierInfo *II, unsigned DiagID) { in SetPoisonReason()
599 IdentifierInfo &II = *Identifier.getIdentifierInfo(); in HandleIdentifier() local
/external/llvm/lib/IR/
DBasicBlock.cpp191 const IntrinsicInst *II = dyn_cast<IntrinsicInst>(i); in getFirstNonPHIOrDbgOrLifetime() local
316 for (iterator II = begin(); (PN = dyn_cast<PHINode>(II)); ) { in removePredecessor() local
370 for (BasicBlock::iterator II = Successor->begin(); in splitBasicBlock() local
392 for (iterator II = Succ->begin(), IE = Succ->end(); II != IE; ++II) { in replaceSuccessorsPhiUsesWith() local
/external/clang/lib/StaticAnalyzer/Checkers/
DNSErrorChecker.cpp42 mutable IdentifierInfo *II; member in __anonf8d77cb00111::NSErrorMethodChecker
89 mutable IdentifierInfo *II; member in __anonf8d77cb00211::CFErrorFunctionChecker
282 static bool IsNSError(QualType T, IdentifierInfo *II) { in IsNSError()
303 static bool IsCFError(QualType T, IdentifierInfo *II) { in IsCFError()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp200 static Value *SimplifyX86insertps(const IntrinsicInst &II, in SimplifyX86insertps()
242 static Value *SimplifyX86vperm2(const IntrinsicInst &II, in SimplifyX86vperm2()
320 IntrinsicInst *II = dyn_cast<IntrinsicInst>(&CI); in visitCallInst() local
1107 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(BCI)) { in visitCallInst() local
1226 Instruction *InstCombiner::visitInvokeInst(InvokeInst &II) { in visitInvokeInst()
1294 IntrinsicInst *II = dyn_cast<IntrinsicInst>(U); in FindInitTrampolineFromAlloca() local
1328 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) in FindInitTrampolineFromBB() local
1420 if (IntrinsicInst *II = FindInitTrampoline(Callee)) in visitCallSite() local
1511 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) in transformConstExprCastCall() local
1685 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) { in transformConstExprCastCall() local
[all …]
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp210 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { in EmitLeafMatchCode() local
324 if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->getLeafValue())) { in EmitOperatorMatchCode() local
613 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { in EmitResultLeafAsOperand() local
687 CodeGenInstruction &II = CGT.getInstruction(Op); in mayInstNodeLoadOrStore() local
716 CodeGenInstruction &II = CGT.getInstruction(Op); in EmitResultInstructionAsOperand() local
974 CodeGenInstruction &II = CGT.getInstruction(DstPat->getOperator()); in EmitResultCode() local
/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/lib/CodeGen/SelectionDAG/
DFastISel.cpp1057 if (const auto *II = dyn_cast<IntrinsicInst>(Call)) in selectCall() local
1072 bool FastISel::selectIntrinsicCall(const IntrinsicInst *II) { in selectIntrinsicCall()
1156 const MCInstrDesc &II = TII.get(TargetOpcode::DBG_VALUE); in selectIntrinsicCall() local
1693 unsigned FastISel::constrainOperandRegClass(const MCInstrDesc &II, unsigned Op, in constrainOperandRegClass()
1713 const MCInstrDesc &II = TII.get(MachineInstOpcode); in fastEmitInst_() local
1722 const MCInstrDesc &II = TII.get(MachineInstOpcode); in fastEmitInst_r() local
1744 const MCInstrDesc &II = TII.get(MachineInstOpcode); in fastEmitInst_rr() local
1769 const MCInstrDesc &II = TII.get(MachineInstOpcode); in fastEmitInst_rrr() local
1795 const MCInstrDesc &II = TII.get(MachineInstOpcode); in fastEmitInst_ri() local
1818 const MCInstrDesc &II = TII.get(MachineInstOpcode); in fastEmitInst_rii() local
[all …]
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()
610 const MCInstrDesc &II = TII->get(TargetOpcode::REG_SEQUENCE); in EmitRegSequence() local
666 const MCInstrDesc &II = TII->get(TargetOpcode::DBG_VALUE); in EmitDbgValue() local
747 const MCInstrDesc &II = TII->get(Opc); in EmitMachineNode() local
/external/clang/include/clang/Basic/
DIdentifierTable.h337 IdentifierInfo *const II; variable
340 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject()
457 IdentifierInfo *&II = Entry.second; in get() local
479 IdentifierInfo &II = get(Name); in get() local
494 IdentifierInfo *&II = Entry.second; in getOwn() local
618 Selector(IdentifierInfo *II, unsigned nArgs) { in Selector()
/external/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/
Dmismatch.pass.cpp33 typedef input_iterator<const int*> II; in main() typedef
Dmismatch_pred.pass.cpp36 typedef input_iterator<const int*> II; in main() typedef
/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.cpp159 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) { in hasMemoryWrite() local
208 IntrinsicInst *II = dyn_cast<IntrinsicInst>(Inst); in getLocForWrite() local
246 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) { in isRemovable() local
279 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) { in isShortenable() local
301 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) { in getStoredPointerOperand() local
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp439 void PPCRegisterInfo::lowerCRSpilling(MachineBasicBlock::iterator II, in lowerCRSpilling()
484 void PPCRegisterInfo::lowerCRRestore(MachineBasicBlock::iterator II, in lowerCRRestore()
527 void PPCRegisterInfo::lowerCRBitSpilling(MachineBasicBlock::iterator II, in lowerCRBitSpilling()
571 void PPCRegisterInfo::lowerCRBitRestore(MachineBasicBlock::iterator II, in lowerCRBitRestore()
619 void PPCRegisterInfo::lowerVRSAVESpilling(MachineBasicBlock::iterator II, in lowerVRSAVESpilling()
645 void PPCRegisterInfo::lowerVRSAVERestore(MachineBasicBlock::iterator II, in lowerVRSAVERestore()
724 PPCRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, in eliminateFrameIndex()
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.cpp97 MachineBasicBlock::iterator II, in replaceFI()
153 SparcRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, in eliminateFrameIndex()
/external/llvm/lib/Support/
DSpecialCaseList.cpp145 for (StringMap<std::string>::const_iterator II = I->second.begin(), in compile() local
162 StringMap<Entry>::const_iterator II = I->second.find(Category); in inSection() local

12345678910>>...13