Home
last modified time | relevance | path

Searched refs:replaceUseWith (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/llvm/unittests/IR/
H A DMetadataTest.cpp2311 TEST_F(DistinctMDOperandPlaceholderTest, replaceUseWith) { in TEST_F() argument
2325 PH0.replaceUseWith(N0); in TEST_F()
2326 PH1.replaceUseWith(N1); in TEST_F()
2327 PH2.replaceUseWith(nullptr); in TEST_F()
2335 DistinctMDOperandPlaceholder(7).replaceUseWith(MDTuple::get(Context, None)); in TEST_F()
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DMetadata.h1234 void replaceUseWith(Metadata *MD) {
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h1267 void replaceUseWith(Metadata *MD) {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DMetadata.h1312 void replaceUseWith(Metadata *MD) {
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DMetadata.h1565 void replaceUseWith(Metadata *MD) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DMetadata.h1707 void replaceUseWith(Metadata *MD) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DMetadata.h1670 void replaceUseWith(Metadata *MD) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DMetadata.h1707 void replaceUseWith(Metadata *MD) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DMetadata.h1707 void replaceUseWith(Metadata *MD) {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp409 PHs.front().replaceUseWith(MD); in flush()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp391 PHs.front().replaceUseWith(MD); in flush()
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2095 PHs.front().replaceUseWith( in flush()