/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | CloneModule.cpp | 129 G.getAllMetadata(MDs); in CloneModule() 156 I.getAllMetadata(MDs); in CloneModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Instruction.h | 291 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { 300 Value::getAllMetadata(MDs);
|
H A D | GlobalObject.h | 129 using Value::getAllMetadata;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Instruction.h | 364 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { 373 Value::getAllMetadata(MDs);
|
D | GlobalObject.h | 136 using Value::getAllMetadata;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Instruction.h | 376 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { 385 Value::getAllMetadata(MDs);
|
D | GlobalObject.h | 137 using Value::getAllMetadata;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Instruction.h | 377 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { 386 Value::getAllMetadata(MDs);
|
D | GlobalObject.h | 137 using Value::getAllMetadata;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Instruction.h | 376 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { 385 Value::getAllMetadata(MDs);
|
D | GlobalObject.h | 137 using Value::getAllMetadata;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | GlobalObject.h | 116 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
H A D | Instruction.h | 191 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { in getAllMetadata() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 113 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
H A D | Instruction.h | 177 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 170 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
|
H A D | DeadArgumentElimination.cpp | 240 F.getAllMetadata(MDs); in deleteDeadVarargs() 1064 F->getAllMetadata(MDs); in removeDeadStuffFromFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
|
H A D | DeadArgumentElimination.cpp | 244 Fn.getAllMetadata(MDs); in DeleteDeadVarargs() 1075 F->getAllMetadata(MDs); in RemoveDeadStuffFromFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CloneModule.cpp | 133 I->getAllMetadata(MDs); in CloneModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Metadata.cpp | 1314 void Value::getAllMetadata( in getAllMetadata() function in Value 1536 Value::getAllMetadata(Result); in getAllMetadataImpl() 1552 Other->getAllMetadata(MDs); in copyMetadata()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 382 GV.getAllMetadata(MDs); in ValueEnumerator() 397 F.getAllMetadata(MDs); in ValueEnumerator()
|
/aosp_15_r20/external/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 349 GV.getAllMetadata(MDs); in ValueEnumerator() 364 F.getAllMetadata(MDs); in ValueEnumerator()
|