/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 374 void setFrameAddressIsTaken(bool T) { FrameAddressTaken = T; } in setFrameAddressIsTaken() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 752 MFI.setFrameAddressIsTaken(true); in LowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 765 MFI.setFrameAddressIsTaken(YamlMFI.IsFrameAddressTaken); in initializeFrameInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 1216 MFI.setFrameAddressIsTaken(true); in LowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1079 MFI.setFrameAddressIsTaken(true); in LowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 1570 MF.getFrameInfo().setFrameAddressIsTaken(true); in lowerVASTART() 1731 MFI.setFrameAddressIsTaken(true); in lowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 1291 MFI.setFrameAddressIsTaken(true); in LowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 2733 MF.getFrameInfo().setFrameAddressIsTaken(true); in LowerVASTART() 2846 MFI.setFrameAddressIsTaken(true); in getFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 2492 MFI.setFrameAddressIsTaken(true); in SelectIntrinsicCall()
|
H A D | ARMISelLowering.cpp | 6148 MFI.setFrameAddressIsTaken(true); in LowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1669 DAG.getMachineFunction().getFrameInfo().setFrameAddressIsTaken(true); in LowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 6648 MFI.setFrameAddressIsTaken(true); in selectIntrinsic() 6704 MF->getFrameInfo().setFrameAddressIsTaken(true); in selectIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2680 MFI.setFrameAddressIsTaken(true); in fastLowerIntrinsicCall()
|
H A D | X86ISelLowering.cpp | 26791 MF.getFrameInfo().setFrameAddressIsTaken(true); in LowerINTRINSIC_W_CHAIN() 27321 MFI.setFrameAddressIsTaken(true); in LowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1215 MFI.setFrameAddressIsTaken(true); in LowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3446 MFI.setFrameAddressIsTaken(true); in fastLowerIntrinsicCall()
|
H A D | AArch64ISelDAGToDAG.cpp | 5484 MF.getFrameInfo().setFrameAddressIsTaken(true); in Select()
|
H A D | AArch64ISelLowering.cpp | 11150 MFI.setFrameAddressIsTaken(true); in LowerFRAMEADDR() 11201 DAG.getMachineFunction().getFrameInfo().setFrameAddressIsTaken(true); in LowerADDROFRETURNADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 2533 MFI.setFrameAddressIsTaken(true); in lowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 1515 MF.getFrameInfo().setFrameAddressIsTaken(true); in lowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 3765 MFI.setFrameAddressIsTaken(true); in lowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 17118 MFI.setFrameAddressIsTaken(true); in LowerFRAMEADDR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 7914 MFI.setFrameAddressIsTaken(true); in lowerFRAMEADDR()
|