Home
last modified time | relevance | path

Searched refs:setHasCalls (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp317 MFI.setHasCalls(true); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h614 void setHasCalls(bool V) { HasCalls = V; } in setHasCalls() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp755 MFI.setHasCalls(YamlMFI.HasCalls); in initializeFrameInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2167 MFI.setHasCalls(true); in makeAddress()
2294 MFI.setHasCalls(true); in LowerGlobalTLSAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp675 MFI.setHasCalls(true); in runOnMachineFunction()
H A DTargetLowering.cpp9886 MFI.setHasCalls(true); in LowerToTLSEmulatedModel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1298 MFI.setHasCalls(true); in lowerToTLSGeneralDynamicModel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp608 MFI.setHasCalls(true); in LowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18540 MFI.setHasCalls(true); in GetTLSADDR()