Home
last modified time | relevance | path

Searched refs:copyMetadata (Results 1 – 25 of 50) sorted by relevance

12

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java440 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/
DGlobalObject.h119 void copyMetadata(const GlobalObject *Src, unsigned Offset);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h122 void copyMetadata(const GlobalObject *Src, unsigned Offset);
DInstruction.h217 void copyMetadata(const Instruction &SrcInst,
/external/llvm-project/llvm/include/llvm/IR/
DGlobalObject.h138 void copyMetadata(const GlobalObject *Src, unsigned Offset);
DInstruction.h318 void copyMetadata(const Instruction &SrcInst,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h178 void copyMetadata(const GlobalObject *Src, unsigned Offset);
DInstruction.h286 void copyMetadata(const Instruction &SrcInst,
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULateCodeGenPrepare.cpp175 NewLd->copyMetadata(LI); in visitLoadInst()
DAMDGPUInstCombineIntrinsic.cpp161 NewCall->copyMetadata(II); in simplifyAMDGCNImageIntrinsic()
1024 NewCall->copyMetadata(II); in simplifyAMDGCNMemoryIntrinsicDemanded()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp709 void Instruction::copyMetadata(const Instruction &SrcInst, in copyMetadata() function in Instruction
744 New->copyMetadata(*this); in clone()
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp746 void Instruction::copyMetadata(const Instruction &SrcInst, in copyMetadata() function in Instruction
781 New->copyMetadata(*this); in clone()
/external/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp210 NewCB->copyMetadata(*CB, {LLVMContext::MD_prof, LLVMContext::MD_dbg}); in DeleteDeadVarargs()
949 NewCB->copyMetadata(CB, {LLVMContext::MD_prof, LLVMContext::MD_dbg}); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp218 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/
DSeparateConstOffsetFromGEP.cpp1077 NewGEP->copyMetadata(*GEP); in splitGEP()
1102 NewGEP->copyMetadata(*GEP); in splitGEP()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp1108 NewGEP->copyMetadata(*GEP); in splitGEP()
1133 NewGEP->copyMetadata(*GEP); in splitGEP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DGlobalMerge.cpp533 MergedGV->copyMetadata(Globals[k], in doMerge()
/external/llvm-project/llvm/lib/CodeGen/
DGlobalMerge.cpp535 MergedGV->copyMetadata(Globals[k], in doMerge()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp745 static void copyMetadata(Instruction *DstInst, const Instruction *SrcInst, in copyMetadata() function
803 copyMetadata(BI, TI, Swapped); in EmitPreheaderBranchOnCondition()
/external/llvm/lib/Linker/
DIRMover.cpp644 NewGO->copyMetadata(cast<GlobalObject>(SGV), 0); in copyGlobalValueProto()
970 Dst.copyMetadata(&Src, 0); in linkFunctionBody()
/external/llvm-project/llvm/lib/Linker/
DIRMover.cpp720 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/
DIRMover.cpp717 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/
DHWAddressSanitizer.cpp1184 NewAI->copyMetadata(*AI); in sanitizeFunction()
1247 NewGV->copyMetadata(GV, 0); in instrumentGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp488 NewAI->copyMetadata(*Info.AI); in alignAndPadAlloca()
/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp640 NewGV->copyMetadata(B.GV, B.Before.Bytes.size()); in rebuildGlobal()

12