Home
last modified time | relevance | path

Searched refs:UnwindHelpFI (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2112 int UnwindHelpFI = in processFunctionBeforeFrameFinalized() local
2114 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
2125 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2200 int UnwindHelpFI = in processFunctionBeforeFrameFinalized() local
2202 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
2213 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2644 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
2647 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
2659 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2635 int UnwindHelpFI = in processFunctionBeforeFrameFinalized() local
2637 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
2648 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2644 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
2647 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
2659 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2701 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
2704 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
2716 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86FrameLowering.cpp3206 int UnwindHelpFI = in processFunctionBeforeFrameFinalized() local
3208 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3219 UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2811 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
2814 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
2826 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3206 int UnwindHelpFI = in processFunctionBeforeFrameFinalized() local
3208 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3219 UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3206 int UnwindHelpFI = in processFunctionBeforeFrameFinalized() local
3208 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3219 UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86FrameLowering.cpp3204 int UnwindHelpFI = in processFunctionBeforeFrameFinalized() local
3206 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3217 UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86FrameLowering.cpp3156 int UnwindHelpFI = in processFunctionBeforeFrameFinalized() local
3158 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3169 UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86FrameLowering.cpp3141 int UnwindHelpFI = in processFunctionBeforeFrameFinalized() local
3143 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3154 UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2865 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
2868 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
2880 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3409 int UnwindHelpFI = in processFunctionBeforeFrameFinalized() local
3411 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3422 UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3092 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8,
3095 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI;
3107 .addFrameIndex(UnwindHelpFI)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3092 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
3095 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3107 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2865 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
2868 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
2880 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3092 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
3095 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3107 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3112 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
3115 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3127 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3092 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
3095 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3107 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2865 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
2868 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
2880 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3092 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, in processFunctionBeforeFrameFinalized() local
3095 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
3107 .addFrameIndex(UnwindHelpFI) in processFunctionBeforeFrameFinalized()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3687 int UnwindHelpFI = in adjustFrameForMsvcCxxEh() local
3689 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in adjustFrameForMsvcCxxEh()
3700 UnwindHelpFI) in adjustFrameForMsvcCxxEh()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86FrameLowering.cpp3687 int UnwindHelpFI = in adjustFrameForMsvcCxxEh() local
3689 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in adjustFrameForMsvcCxxEh()
3700 UnwindHelpFI) in adjustFrameForMsvcCxxEh()

12