Home
last modified time | relevance | path

Searched refs:MFI (Results 151 – 175 of 4106) sorted by relevance

12345678910>>...165

/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Sparc/
H A DLeonPasses.cpp47 for (auto MFI = MF.begin(), E = MF.end(); MFI != E; ++MFI) {
48 MachineBasicBlock &MBB = *MFI;
82 for (auto MFI = MF.begin(), E = MF.end(); MFI != E; ++MFI) {
83 MachineBasicBlock &MBB = *MFI;
134 for (auto MFI = MF.begin(), E = MF.end(); MFI != E; ++MFI) {
135 MachineBasicBlock &MBB = *MFI;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp45 for (auto MFI = MF.begin(), E = MF.end(); MFI != E; ++MFI) { in runOnMachineFunction() local
46 MachineBasicBlock &MBB = *MFI; in runOnMachineFunction()
80 for (auto MFI = MF.begin(), E = MF.end(); MFI != E; ++MFI) { in runOnMachineFunction() local
81 MachineBasicBlock &MBB = *MFI; in runOnMachineFunction()
132 for (auto MFI = MF.begin(), E = MF.end(); MFI != E; ++MFI) { in runOnMachineFunction() local
133 MachineBasicBlock &MBB = *MFI; in runOnMachineFunction()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DMIRPrinter.cpp124 const MachineFrameInfo &MFI);
321 YamlMFI.HasStackMap = MFI.hasStackMap(); in convert()
323 YamlMFI.StackSize = MFI.getStackSize(); in convert()
327 YamlMFI.HasCalls = MFI.hasCalls(); in convert()
329 ? MFI.getMaxCallFrameSize() : ~0u; in convert()
331 YamlMFI.HasVAStart = MFI.hasVAStart(); in convert()
334 if (MFI.getSavePoint()) { in convert()
338 if (MFI.getRestorePoint()) { in convert()
352 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
374 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp207 if (!MFI.isEntryFunction()) in EmitFunctionBodyStart()
226 if (!MFI.isEntryFunction()) in EmitFunctionBodyEnd()
359 if (MFI.hasDispatchPtr()) { in getAmdhsaKernelCodeProperties()
363 if (MFI.hasQueuePtr()) { in getAmdhsaKernelCodeProperties()
371 if (MFI.hasDispatchID()) { in getAmdhsaKernelCodeProperties()
950 MFI->getLDSWaveSpillSize() * MFI->getMaxFlatWorkGroupSize(); in getSIProgramInfo()
978 if (MFI->hasWorkItemIDZ()) in getSIProgramInfo()
1166 if (MFI->hasDispatchPtr()) in getAmdKernelCode()
1169 if (MFI->hasQueuePtr()) in getAmdKernelCode()
1175 if (MFI->hasDispatchID()) in getAmdKernelCode()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp194 if (!MFI.isEntryFunction()) in EmitFunctionBodyStart()
218 if (!MFI.isEntryFunction()) in EmitFunctionBodyEnd()
351 if (MFI.hasDispatchPtr()) { in getAmdhsaKernelCodeProperties()
355 if (MFI.hasQueuePtr()) { in getAmdhsaKernelCodeProperties()
363 if (MFI.hasDispatchID()) { in getAmdhsaKernelCodeProperties()
942 MFI->getLDSWaveSpillSize() * MFI->getMaxFlatWorkGroupSize(); in getSIProgramInfo()
970 if (MFI->hasWorkItemIDZ()) in getSIProgramInfo()
1160 if (MFI->hasDispatchPtr()) in getAmdKernelCode()
1163 if (MFI->hasQueuePtr()) in getAmdKernelCode()
1169 if (MFI->hasDispatchID()) in getAmdKernelCode()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyPeephole.cpp62 MachineOperand &MO, WebAssemblyFunctionInfo &MFI, in MaybeRewriteToDrop() argument
70 MFI.stackifyVReg(NewReg); in MaybeRewriteToDrop()
77 WebAssemblyFunctionInfo &MFI, in MaybeRewriteToFallthrough() argument
99 if (!MFI.isVRegStackified(Reg)) { in MaybeRewriteToFallthrough()
104 MFI.stackifyVReg(NewReg); in MaybeRewriteToFallthrough()
120 WebAssemblyFunctionInfo &MFI = *MF.getInfo<WebAssemblyFunctionInfo>(); in runOnMachineFunction() local
153 Changed |= MaybeRewriteToDrop(OldReg, NewReg, MO, MFI, MRI); in runOnMachineFunction()
162 MI, MBB, MF, MFI, MRI, TII, WebAssembly::FALLTHROUGH_RETURN_I32, in runOnMachineFunction()
167 MI, MBB, MF, MFI, MRI, TII, WebAssembly::FALLTHROUGH_RETURN_I64, in runOnMachineFunction()
172 MI, MBB, MF, MFI, MRI, TII, WebAssembly::FALLTHROUGH_RETURN_F32, in runOnMachineFunction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->hasStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->hasStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->hasStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->hasStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->hasStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
103 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
106 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
115 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
122 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
123 Size += MFI.getObjectSize(I); in estimateStackSize()
133 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Mips/
H A DMipsFrameLowering.cpp95 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
99 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
104 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
107 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
116 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
122 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
123 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
124 Size += MFI.getObjectSize(I); in estimateStackSize()
134 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Mips/
H A DMipsFrameLowering.cpp95 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasFP() local
99 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() || in hasFP()
104 const MachineFrameInfo &MFI = MF.getFrameInfo(); in hasBP() local
107 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
116 const MachineFrameInfo &MFI = MF.getFrameInfo(); in estimateStackSize() local
122 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I) in estimateStackSize()
123 if (MFI.getObjectOffset(I) > 0) in estimateStackSize()
124 Size += MFI.getObjectSize(I); in estimateStackSize()
134 return Size + MFI.estimateStackSize(MF); in estimateStackSize()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp94 const MachineFrameInfo &MFI = MF.getFrameInfo();
98 MFI.hasVarSizedObjects() || MFI.isFrameAddressTaken() ||
103 const MachineFrameInfo &MFI = MF.getFrameInfo();
106 return MFI.hasVarSizedObjects() && TRI->hasStackRealignment(MF);
115 const MachineFrameInfo &MFI = MF.getFrameInfo();
121 for (int I = MFI.getObjectIndexBegin(); I != 0; ++I)
122 if (MFI.getObjectOffset(I) > 0)
123 Size += MFI.getObjectSize(I);
133 return Size + MFI.estimateStackSize(MF);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DMIRPrinter.cpp129 const MachineFrameInfo &MFI);
352 YamlMFI.HasStackMap = MFI.hasStackMap(); in convert()
354 YamlMFI.StackSize = MFI.getStackSize(); in convert()
358 YamlMFI.HasCalls = MFI.hasCalls(); in convert()
360 ? MFI.getMaxCallFrameSize() : ~0u; in convert()
364 YamlMFI.HasVAStart = MFI.hasVAStart(); in convert()
368 if (MFI.getSavePoint()) { in convert()
372 if (MFI.getRestorePoint()) { in convert()
394 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
424 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DMIRPrinter.cpp129 const MachineFrameInfo &MFI);
352 YamlMFI.HasStackMap = MFI.hasStackMap(); in convert()
354 YamlMFI.StackSize = MFI.getStackSize(); in convert()
358 YamlMFI.HasCalls = MFI.hasCalls(); in convert()
360 ? MFI.getMaxCallFrameSize() : ~0u; in convert()
364 YamlMFI.HasVAStart = MFI.hasVAStart(); in convert()
368 if (MFI.getSavePoint()) { in convert()
372 if (MFI.getRestorePoint()) { in convert()
394 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
424 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
[all …]

12345678910>>...165