/external/llvm-project/llvm/tools/llvm-reduce/deltas/ |
D | ReduceMetadata.cpp | 28 MDUser.getAllMetadata(MDs); in getChunkMetadataNodes() 41 MDUser.getAllMetadata(MDs); in eraseMetadataIfOutsideChunk() 97 MDUser.getAllMetadata(MDs); in addMetadataToSet()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 116 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
D | Instruction.h | 191 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { in getAllMetadata() function
|
/external/llvm/include/llvm/IR/ |
D | GlobalObject.h | 113 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
D | Instruction.h | 177 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | GlobalObject.h | 132 using Value::getAllMetadata;
|
D | Instruction.h | 293 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { 302 Value::getAllMetadata(MDs);
|
D | Value.h | 578 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 170 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
D | Instruction.h | 260 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
|
D | DeadArgumentElimination.cpp | 244 Fn.getAllMetadata(MDs); in DeleteDeadVarargs() 1075 F->getAllMetadata(MDs); in RemoveDeadStuffFromFunction()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
|
D | DeadArgumentElimination.cpp | 241 Fn.getAllMetadata(MDs); in DeleteDeadVarargs() 1074 F->getAllMetadata(MDs); in RemoveDeadStuffFromFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 133 I->getAllMetadata(MDs); in CloneModule()
|
D | ValueMapper.cpp | 879 I->getAllMetadata(MDs); in remapInstruction() 929 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
|
/external/llvm-project/llvm/lib/IR/ |
D | Metadata.cpp | 1205 void Value::getAllMetadata( in getAllMetadata() function in Value 1375 Value::getAllMetadata(Result); in getAllMetadataImpl() 1441 Other->getAllMetadata(MDs); in copyMetadata()
|
/external/llvm-project/clang/unittests/CodeGen/ |
D | IRMatchers.h | 271 I->getAllMetadata(MDs); in matchEntity()
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 349 GV.getAllMetadata(MDs); in ValueEnumerator() 364 F.getAllMetadata(MDs); in ValueEnumerator()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 382 GV.getAllMetadata(MDs); in ValueEnumerator() 397 F.getAllMetadata(MDs); in ValueEnumerator()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 423 GV.getAllMetadata(MDs); in ValueEnumerator() 438 F.getAllMetadata(MDs); in ValueEnumerator()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 876 I->getAllMetadata(MDs); in remapInstruction() 925 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 881 I->getAllMetadata(MDs); in remapInstruction() 922 F.getAllMetadata(MDs); in remapFunction()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 891 GO.getAllMetadata(MDs); in processGlobalObjectMetadata() 916 I.getAllMetadata(MDs); in processInstructionMetadata() 2496 GV->getAllMetadata(MDs); in printGlobal() 2622 F->getAllMetadata(MDs); in printFunction() 2708 F->getAllMetadata(MDs); in printFunction() 3188 I.getAllMetadata(InstMD); in printInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 325 LI.getAllMetadata(MD); in combineLoadToNewType() 398 SI.getAllMetadata(MD); in combineStoreToNewValue()
|