/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
D | AtomParsers.java | 440 boolean copyMetadata = false; in parseStbl() 467 copyMetadata |= nextSampleIndex != startIndices[i]; in parseStbl() 471 copyMetadata |= editedSampleCount != sampleCount; in parseStbl() 474 long[] editedOffsets = copyMetadata ? new long[editedSampleCount] : offsets; in parseStbl() 475 int[] editedSizes = copyMetadata ? new int[editedSampleCount] : sizes; in parseStbl() 476 int editedMaximumSize = copyMetadata ? 0 : maximumSize; in parseStbl() 477 int[] editedFlags = copyMetadata ? new int[editedSampleCount] : flags; in parseStbl() 485 if (copyMetadata) { in parseStbl() 497 if (copyMetadata && editedSizes[sampleIndex] > editedMaximumSize) { in parseStbl()
|
/external/llvm/include/llvm/IR/ |
D | GlobalObject.h | 119 void copyMetadata(const GlobalObject *Src, unsigned Offset);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 122 void copyMetadata(const GlobalObject *Src, unsigned Offset);
|
D | Instruction.h | 217 void copyMetadata(const Instruction &SrcInst,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 159 void copyMetadata(const GlobalObject *Src, unsigned Offset);
|
D | Instruction.h | 242 void copyMetadata(const Instruction &SrcInst,
|
D | IRBuilder.h | 857 Br->copyMetadata(*MDSrc, makeArrayRef(&WL[0], 4)); in CreateCondBr()
|
D | Instructions.h | 2173 Sel->copyMetadata(*MDFrom);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 641 void Instruction::copyMetadata(const Instruction &SrcInst, in copyMetadata() function in Instruction 676 New->copyMetadata(*this); in clone()
|
D | Metadata.cpp | 1454 void GlobalObject::copyMetadata(const GlobalObject *Other, unsigned Offset) { in copyMetadata() function in GlobalObject
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 1077 NewGEP->copyMetadata(*GEP); in splitGEP() 1102 NewGEP->copyMetadata(*GEP); in splitGEP()
|
D | SROA.cpp | 2596 Store->copyMetadata(SI, LLVMContext::MD_mem_parallel_loop_access); in rewriteIntegerStore() 2665 NewSI->copyMetadata(SI, LLVMContext::MD_mem_parallel_loop_access); in visitStoreInst() 3775 PLoad->copyMetadata(*LI, LLVMContext::MD_mem_parallel_loop_access); in presplitLoadsAndStores() 3831 PStore->copyMetadata(*LI, LLVMContext::MD_mem_parallel_loop_access); in presplitLoadsAndStores()
|
D | DeadStoreElimination.cpp | 1261 SI->copyMetadata(*DepWrite, MDToKeep); in eliminateDeadStores()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 745 static void copyMetadata(Instruction *DstInst, const Instruction *SrcInst, in copyMetadata() function 803 copyMetadata(BI, TI, Swapped); in EmitPreheaderBranchOnCondition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 529 MergedGV->copyMetadata(Globals[k], in doMerge()
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 644 NewGO->copyMetadata(cast<GlobalObject>(SGV), 0); in copyGlobalValueProto() 970 Dst.copyMetadata(&Src, 0); in linkFunctionBody()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | IRMover.cpp | 678 NewGO->copyMetadata(cast<GlobalObject>(SGV), 0); in copyGlobalValueProto() 1018 Dst.copyMetadata(&Src, 0); in linkFunctionBody()
|
/external/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 640 NewGV->copyMetadata(B.GV, B.Before.Bytes.size()); in rebuildGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUCodeGenPrepare.cpp | 812 WidenLoad->copyMetadata(I); in visitLoadInst()
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 1421 void GlobalObject::copyMetadata(const GlobalObject *Other, unsigned Offset) { in copyMetadata() function in GlobalObject
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1005 NewCall->copyMetadata(*II); in simplifyAMDGCNMemoryIntrinsicDemanded()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 1306 NewGV->copyMetadata(B.GV, B.Before.Bytes.size()); in rebuildGlobal()
|