Home
last modified time | relevance | path

Searched refs:tryMap (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dwin-catchpad-nested-cxx.ll53 ; CHECK-NEXT: .long ($tryMap$try_in_catch)
65 ; X86-LABEL: $tryMap$try_in_catch:
77 ; X64-LABEL: $tryMap$try_in_catch:
H A Dcatchpad-reuse.ll24 ; CHECK-NEXT: .long ($tryMap$main)@IMGREL # TryBlockMap
31 ; CHECK: $tryMap$main:
H A Dwin-catchpad.ll182 ; X64-NEXT: .long ($tryMap$try_catch_catch)@IMGREL
189 ; X64: $tryMap$try_catch_catch:
320 ; X64-NEXT: .long ($tryMap$branch_to_normal_dest)@IMGREL
333 ; X64-LABEL: $tryMap$branch_to_normal_dest:
H A Dwin32-eh.ll207 ; CHECK-NEXT: .long ($tryMap$use_CxxFrameHandler3)
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dwin-catchpad-nested-cxx.ll50 ; CHECK-NEXT: .word ($tryMap$try_in_catch)
60 ; CHECK-LABEL: $tryMap$try_in_catch:
H A Dwineh-try-catch.ll81 ; CHECK-NEXT: .word ("$tryMap$?func@@YAHXZ")@IMGREL // TryBlockMap
/llvm-project-15.0.7/lld/test/COFF/
H A Dguard-ehcont.s131 .long ($tryMap$main)@IMGREL # TryBlockMap
142 $tryMap$main:
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp132 bool tryMap(Value oldVal, Value newVal);
185 bool ConversionValueMapping::tryMap(Value oldVal, Value newVal) { in tryMap() function in ConversionValueMapping
2571 if (!rewriterImpl.mapping.tryMap(inverseMapVal, newValue)) in replaceMaterialization()