/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/llvm-project/llvm/include/llvm/IR/ |
D | GlobalObject.h | 138 void copyMetadata(const GlobalObject *Src, unsigned Offset);
|
D | Instruction.h | 318 void copyMetadata(const Instruction &SrcInst,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 178 void copyMetadata(const GlobalObject *Src, unsigned Offset);
|
D | Instruction.h | 286 void copyMetadata(const Instruction &SrcInst,
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULateCodeGenPrepare.cpp | 175 NewLd->copyMetadata(LI); in visitLoadInst()
|
D | AMDGPUInstCombineIntrinsic.cpp | 161 NewCall->copyMetadata(II); in simplifyAMDGCNImageIntrinsic() 1024 NewCall->copyMetadata(II); in simplifyAMDGCNMemoryIntrinsicDemanded()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 709 void Instruction::copyMetadata(const Instruction &SrcInst, in copyMetadata() function in Instruction 744 New->copyMetadata(*this); in clone()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instruction.cpp | 746 void Instruction::copyMetadata(const Instruction &SrcInst, in copyMetadata() function in Instruction 781 New->copyMetadata(*this); in clone()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 210 NewCB->copyMetadata(*CB, {LLVMContext::MD_prof, LLVMContext::MD_dbg}); in DeleteDeadVarargs() 949 NewCB->copyMetadata(CB, {LLVMContext::MD_prof, LLVMContext::MD_dbg}); in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 218 NF->copyMetadata(F, 0); in doPromotion() 338 NewCS->copyMetadata(CB, {LLVMContext::MD_prof, LLVMContext::MD_dbg}); in doPromotion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 1077 NewGEP->copyMetadata(*GEP); in splitGEP() 1102 NewGEP->copyMetadata(*GEP); in splitGEP()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 1108 NewGEP->copyMetadata(*GEP); in splitGEP() 1133 NewGEP->copyMetadata(*GEP); in splitGEP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 533 MergedGV->copyMetadata(Globals[k], in doMerge()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 535 MergedGV->copyMetadata(Globals[k], in doMerge()
|
/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/llvm/lib/Linker/ |
D | IRMover.cpp | 644 NewGO->copyMetadata(cast<GlobalObject>(SGV), 0); in copyGlobalValueProto() 970 Dst.copyMetadata(&Src, 0); in linkFunctionBody()
|
/external/llvm-project/llvm/lib/Linker/ |
D | IRMover.cpp | 720 NewGO->copyMetadata(cast<GlobalObject>(SGV), 0); in copyGlobalValueProto() 1076 Dst.copyMetadata(&Src, 0); in linkFunctionBody()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 717 NewGO->copyMetadata(cast<GlobalObject>(SGV), 0); in copyGlobalValueProto() 1073 Dst.copyMetadata(&Src, 0); in linkFunctionBody()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1184 NewAI->copyMetadata(*AI); in sanitizeFunction() 1247 NewGV->copyMetadata(GV, 0); in instrumentGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 488 NewAI->copyMetadata(*Info.AI); in alignAndPadAlloca()
|
/external/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 640 NewGV->copyMetadata(B.GV, B.Before.Bytes.size()); in rebuildGlobal()
|