/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 76 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in CreateMemSet() 96 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in CreateMemCpy() 100 CI->setMetadata(LLVMContext::MD_tbaa_struct, TBAAStructTag); in CreateMemCpy() 120 CI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in CreateMemMove()
|
D | AutoUpgrade.cpp | 284 SI->setMetadata(M->getMDKindID("nontemporal"), Node); in UpgradeIntrinsicCall() 515 I->setMetadata(LLVMContext::MD_tbaa, MDNode::get(I->getContext(), Elts2)); in UpgradeInstWithTBAATag() 520 I->setMetadata(LLVMContext::MD_tbaa, MDNode::get(I->getContext(), Elts)); in UpgradeInstWithTBAATag()
|
D | Metadata.cpp | 578 void Instruction::setMetadata(StringRef Kind, MDNode *Node) { in setMetadata() function in Instruction 580 setMetadata(getContext().getMDKindID(Kind), Node); in setMetadata() 634 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata() function in Instruction
|
D | Instruction.cpp | 534 New->setMetadata(MD.first, MD.second); in clone()
|
/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 54 Store2->setMetadata(LLVMContext::MD_tbaa, MD3); in TEST_F() 62 Store1->setMetadata(LLVMContext::MD_tbaa, MD2); in TEST_F()
|
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/ |
D | ChatMetadata.java | 57 public void setMetadata(Map<String, List<String>> metadata){ in setMetadata() method in ChatMetadata 99 chatM.setMetadata(map); in parseIQ()
|
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.cpp | 104 TI->setMetadata("llvm.loop", L.getLoopID()); in InsertHelper() 111 I->setMetadata("llvm.mem.parallel_loop_access", L.getLoopID()); in InsertHelper()
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBOpenDBRequest.cpp | 96 idbDatabase->setMetadata(metadata); in onUpgradeNeeded() 138 idbDatabase->setMetadata(metadata); in onSuccess()
|
D | IDBTransaction.cpp | 241 it->key->setMetadata(it->value); in onAbort() 242 m_database->setMetadata(m_previousMetadata); in onAbort()
|
D | IDBObjectStore.h | 102 void setMetadata(const IDBObjectStoreMetadata& metadata) { m_metadata = metadata; } in setMetadata() function
|
D | IDBDatabase.h | 65 void setMetadata(const IDBDatabaseMetadata& metadata) { m_metadata = metadata; } in setMetadata() function
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerExpectIntrinsic.cpp | 85 SI->setMetadata(LLVMContext::MD_prof, in HandleSwitchExpect() 139 BI->setMetadata(LLVMContext::MD_prof, Node); in HandleIfExpect()
|
D | ValueMapper.cpp | 218 I->setMetadata(MI->first, New); in RemapInstruction()
|
D | BasicBlockUtils.cpp | 691 HeadNewTerm->setMetadata(LLVMContext::MD_prof, BranchWeights); in SplitBlockAndInsertIfThen() 727 HeadNewTerm->setMetadata(LLVMContext::MD_prof, BranchWeights); in SplitBlockAndInsertIfThenElse()
|
D | SimplifyCFG.cpp | 652 SI->setMetadata(LLVMContext::MD_prof, in SimplifyEqualityComparisonWithOnlyPredecessor() 949 NewSI->setMetadata(LLVMContext::MD_prof, in FoldValueComparisonIntoPredecessors() 2224 PBI->setMetadata(LLVMContext::MD_prof, in FoldBranchToCommonDest() 2228 PBI->setMetadata(LLVMContext::MD_prof, nullptr); in FoldBranchToCommonDest() 2476 PBI->setMetadata(LLVMContext::MD_prof, in SimplifyCondBranchToCondBranch() 2553 NewBI->setMetadata(LLVMContext::MD_prof, in SimplifyTerminatorOnSelect() 2739 SI->setMetadata(LLVMContext::MD_prof, in TryToSimplifyUncondBranchWithICmpInIt() 3191 NewBI->setMetadata(LLVMContext::MD_prof, in TurnSwitchRangeIntoICmp() 3251 SI->setMetadata(LLVMContext::MD_prof, in EliminateDeadSwitchCases()
|
D | Local.cpp | 150 SI->setMetadata(LLVMContext::MD_prof, in ConstantFoldTerminator() 215 NewBr->setMetadata(LLVMContext::MD_prof, in ConstantFoldTerminator()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 174 void setMetadata(unsigned KindID, MDNode *Node); 175 void setMetadata(StringRef Kind, MDNode *Node);
|
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/ |
D | audio_player.js | 170 this.player_.tracks[track].setMetadata(metadata, opt_error); 416 AudioPlayer.TrackInfo.prototype.setMetadata = function( method in AudioPlayer.TrackInfo
|
/external/llvm/lib/Target/R600/ |
D | SITypeRewriter.cpp | 93 Load->setMetadata(MD[i].first, MD[i].second); in visitLoadInst()
|
/external/chromium_org/ui/file_manager/gallery/js/ |
D | gallery_item.js | 118 Gallery.Item.prototype.setMetadata = function(metadata) { method in Gallery.Item
|
/external/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 274 getLoopLatch()->getTerminator()->setMetadata(LoopMDName, LoopID); in setLoopID() 283 TI->setMetadata(LoopMDName, LoopID); in setLoopID()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DebugIR.cpp | 121 I.setMetadata(LLVMContext::MD_dbg, nullptr); in visitInstruction() 450 I.setMetadata(LLVMContext::MD_dbg, MD); in addDebugLocation()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 746 if (TBAATag) NewSI->setMetadata(LLVMContext::MD_tbaa, TBAATag); in doExtraRewritesBeforeFinalDeletion() 908 if (TBAATag) PreheaderLoad->setMetadata(LLVMContext::MD_tbaa, TBAATag); in PromoteAliasSet()
|
D | GVN.cpp | 1674 NewLoad->setMetadata(LLVMContext::MD_tbaa, Tag); in PerformLoadPRE() 1785 ReplInst->setMetadata(Kind, nullptr); // Remove unknown metadata in patchReplacementInstruction() 1790 ReplInst->setMetadata(Kind, MDNode::getMostGenericTBAA(IMD, ReplMD)); in patchReplacementInstruction() 1793 ReplInst->setMetadata(Kind, MDNode::getMostGenericRange(IMD, ReplMD)); in patchReplacementInstruction() 1799 ReplInst->setMetadata(Kind, MDNode::getMostGenericFPMath(IMD, ReplMD)); in patchReplacementInstruction() 1803 ReplInst->setMetadata(Kind, IMD); in patchReplacementInstruction()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 844 Inst->setMetadata(NodeId, MDNode::get(Inst->getContext(),Hash)); in AppendMDNodeToSourcePtr() 893 Inst->setMetadata(NodeId, Node); in AppendMDNodeToInstForPtr() 1393 NewCall->setMetadata(ImpreciseReleaseMDKind, MDNode::get(C, None)); in OptimizeIndividualCalls() 2326 Call->setMetadata(ImpreciseReleaseMDKind, M); in MoveCalls()
|