Home
last modified time | relevance | path

Searched refs:getOrCreateArray (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDebugInfo.cpp1070 ? unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}) in LLVMDIBuilderCreateImportedModuleFromAlias()
1083 ? unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}) in LLVMDIBuilderCreateImportedModuleFromModule()
1096 ? unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}) in LLVMDIBuilderCreateImportedDeclaration()
1185 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateEnumerationType()
1198 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateUnionType()
1212 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateArrayType()
1223 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateVectorType()
1255 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateStructType()
1429 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateClassType()
1637 return wrap(unwrap(Builder)->getOrCreateArray({DataValue, Length}).get()); in LLVMDIBuilderGetOrCreateArray()
H A DDIBuilder.cpp74 DINodeArray Node = getOrCreateArray(RetainedNodes); in finalizeSubprogram()
680 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() function in DIBuilder
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfo.cpp965 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateEnumerationType()
978 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateUnionType()
992 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateArrayType()
1003 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateVectorType()
1035 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateStructType()
1209 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateClassType()
1417 return wrap(unwrap(Builder)->getOrCreateArray({DataValue, Length}).get()); in LLVMDIBuilderGetOrCreateArray()
H A DDIBuilder.cpp64 DINodeArray Node = getOrCreateArray(RetainedNodes); in finalizeSubprogram()
604 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() function in DIBuilder
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Ddibuilder.go351 elements := d.getOrCreateArray(t.Elements)
452 subscripts := d.getOrCreateArray(subscriptsSlice)
496 func (d *DIBuilder) getOrCreateArray(values []Metadata) Metadata { func
H A DDIBuilderBindings.cpp203 DINodeArray A = D->getOrCreateArray(Elements); in LLVMDIBuilderGetOrCreateArray()
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.cpp415 auto vec4 = diBuilder->getOrCreateArray(diBuilder->getOrCreateSubrange(0, 4)); in registerBasicTypes()
416 auto vec8 = diBuilder->getOrCreateArray(diBuilder->getOrCreateSubrange(0, 8)); in registerBasicTypes()
417 auto vec16 = diBuilder->getOrCreateArray(diBuilder->getOrCreateSubrange(0, 16)); in registerBasicTypes()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp506 DBuilder.getOrCreateArray(&*DBuilder.createMemberType( in CreateType()
790 Elements = DBuilder.getOrCreateArray(EltTys); in CreateType()
822 Elements = DBuilder.getOrCreateArray(EltTys); in CreateType()
1489 return DBuilder.getOrCreateArray(TemplateParams); in CollectTemplateParams()
1752 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); in CreateTypeDefinition()
2041 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); in CreateTypeDefinition()
2058 llvm::DINodeArray SubscriptArray = DBuilder.getOrCreateArray(Subscript); in CreateType()
2112 llvm::DINodeArray SubscriptArray = DBuilder.getOrCreateArray(Subscripts); in CreateType()
2246 llvm::DINodeArray EltArray = DBuilder.getOrCreateArray(Enumerators); in CreateTypeDefinition()
3111 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); in EmitTypeForVarWithBlocksAttr()
[all …]
/aosp_15_r20/external/llvm/lib/IR/
H A DDIBuilder.cpp76 DINodeArray AV = getOrCreateArray(Variables); in finalize()
508 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() function in DIBuilder
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DDIBuilder.h436 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDIBuilder.h557 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp935 Builder.replaceArrays(DIStruct, Builder.getOrCreateArray(Elements)); in solveDIType()
952 Builder.getOrCreateArray(Builder.getOrCreateSubrange(0, Size / 8))); in solveDIType()
1109 DBuilder.replaceArrays(FrameDITy, DBuilder.getOrCreateArray(Elements)); in buildFrameDebugInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DDIBuilder.h649 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DDIBuilder.h683 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DDIBuilder.h642 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDIBuilder.h657 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDIBuilder.h657 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp957 auto Annotations = DB.getOrCreateArray({ in getOrCreateRegionCounters()