| /freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | M68k.cpp | 25 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 31 void M68kTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in M68kTargetCodeGenInfo
|
| H A D | MSP430.cpp | 67 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 73 void MSP430TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() 70 void MSP430TargetCodeGenInfo::setTargetAttributes( setTargetAttributes() function in MSP430TargetCodeGenInfo
|
| H A D | TCE.cpp | 28 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 32 void TCETargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() function in __anon556d5f750111::TCETargetCodeGenInfo
|
| H A D | WebAssembly.cpp | 57 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in WebAssemblyTargetCodeGenInfo 59 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
|
| H A D | ARM.cpp | 134 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() 210 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in WindowsARMTargetCodeGenInfo() 224 void WindowsARMTargetCodeGenInfo::setTargetAttributes( 226 ARMTargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes() function in __anonc26902990111::WindowsARMTargetCodeGenInfo 131 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, setTargetAttributes() function in __anonc26902990111::ARMTargetCodeGenInfo
|
| H A D | NVPTX.cpp | 46 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 227 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() 217 void NVPTXTargetCodeGenInfo::setTargetAttributes( setTargetAttributes() function in __anondab474990111::NVPTXTargetCodeGenInfo
|
| H A D | AVR.cpp | 133 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anoncc181fa20111::AVRTargetCodeGenInfo
|
| H A D | AArch64.cpp | 117 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() 181 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() 195 void WindowsAArch64TargetCodeGenInfo::setTargetAttributes( in coerceIllegalVector() 197 AArch64TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in coerceIllegalVector() 105 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, setTargetAttributes() function in __anon6e4996220111::AArch64TargetCodeGenInfo 179 void WindowsAArch64TargetCodeGenInfo::setTargetAttributes( setTargetAttributes() function in __anon6e4996220111::WindowsAArch64TargetCodeGenInfo
|
| H A D | X86.cpp | 220 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 1137 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() 1472 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() 1636 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 1653 void WinX86_32TargetCodeGenInfo::setTargetAttributes( in WinX86_64TargetCodeGenInfo() 1655 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); 1671 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in initDwarfEHRegSizeTable() 1702 void WinX86_64TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes() 1704 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in postMerge() 1128 void X86_32TargetCodeGenInfo::setTargetAttributes( setTargetAttributes() function in X86_32TargetCodeGenInfo 1463 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, setTargetAttributes() function in __anon6e9e23ff0211::X86_64TargetCodeGenInfo 1638 void WinX86_32TargetCodeGenInfo::setTargetAttributes( setTargetAttributes() function in WinX86_32TargetCodeGenInfo 1687 void WinX86_64TargetCodeGenInfo::setTargetAttributes( setTargetAttributes() function in WinX86_64TargetCodeGenInfo
|
| H A D | AMDGPU.cpp | 297 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, 435 void AMDGPUTargetCodeGenInfo::setTargetAttributes( in getNullPointer() 610 // FIXME: This is missing setTargetAttributes in handleAMDGPUFlatWorkGroupSizeAttr() 395 void AMDGPUTargetCodeGenInfo::setTargetAttributes( setTargetAttributes() function in AMDGPUTargetCodeGenInfo
|
| H A D | Mips.cpp | 53 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon6382a7720111::MIPSTargetCodeGenInfo
|
| H A D | Hexagon.cpp | 51 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anonc3cb4c230111::HexagonTargetCodeGenInfo
|
| H A D | SystemZ.cpp | 82 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() function in __anon72064f580111::SystemZTargetCodeGenInfo
|
| H A D | RISCV.cpp | 536 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() 528 void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, setTargetAttributes() function in __anon6c713bc00211::RISCVTargetCodeGenInfo
|
| /freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.h | 74 /// setTargetAttributes - Provides a convenient hook to handle extra 76 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, in setTargetAttributes() 75 virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, setTargetAttributes() function
|
| H A D | CodeGenModule.cpp | 2737 getTargetCodeGenInfo().setTargetAttributes(D, GO, *this); in CreateFunctionTypeMetadataForIcall() 2869 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); in SetFunctionAttributes() 5075 getTargetCodeGenInfo().setTargetAttributes(D, GV, *this); in CreateRuntimeVariable()
|
| H A D | CGOpenMPRuntime.cpp | 5959 CGM.getTargetCodeGenInfo().setTargetAttributes(nullptr, OutlinedFn, CGM); in isTrivial()
|