Home
last modified time | relevance | path

Searched defs:CGT (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp23 CommonSPIRABIInfo(CodeGenTypes &CGT) : DefaultABIInfo(CGT) { setCCs(); } in CommonSPIRABIInfo()
31 SPIRVABIInfo(CodeGenTypes &CGT) : CommonSPIRABIInfo(CGT) {} in SPIRVABIInfo()
41 CommonSPIRTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) in CommonSPIRTargetCodeGenInfo()
56 SPIRVTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) in SPIRVTargetCodeGenInfo()
H A DVE.cpp21 VEABIInfo(CodeGenTypes &CGT) : DefaultABIInfo(CGT) {} in VEABIInfo()
57 VETargetCodeGenInfo(CodeGenTypes &CGT) in VETargetCodeGenInfo()
H A DPNaCl.cpp24 PNaClABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {} in PNaClABIInfo() argument
36 PNaClTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) in PNaClTargetCodeGenInfo() argument
H A DBPF.cpp23 BPFABIInfo(CodeGenTypes &CGT) : DefaultABIInfo(CGT) {} in BPFABIInfo()
91 BPFTargetCodeGenInfo(CodeGenTypes &CGT) in BPFTargetCodeGenInfo()
H A DMSP430.cpp29 MSP430ABIInfo(CodeGenTypes &CGT) : DefaultABIInfo(CGT) {} in MSP430ABIInfo() argument
62 MSP430TargetCodeGenInfo(CodeGenTypes & CGT) MSP430TargetCodeGenInfo() argument
H A DSparc.cpp24 SparcV8ABIInfo(CodeGenTypes &CGT) : DefaultABIInfo(CGT) {} in SparcV8ABIInfo() argument
53 SparcV8TargetCodeGenInfo(CodeGenTypes &CGT) in SparcV8TargetCodeGenInfo() argument
109 SparcV9ABIInfo(CodeGenTypes &CGT) : ABIInfo(CGT) {} in SparcV9ABIInfo() argument
343 SparcV9TargetCodeGenInfo(CodeGenTypes & CGT) SparcV9TargetCodeGenInfo() argument
[all...]
H A DAVR.cpp33 AVRABIInfo(CodeGenTypes &CGT, unsigned NPR, unsigned NRR) in AVRABIInfo()
114 AVRTargetCodeGenInfo(CodeGenTypes &CGT, unsigned NPR, unsigned NRR) in AVRTargetCodeGenInfo()
H A DLanai.cpp26 LanaiABIInfo(CodeGen::CodeGenTypes &CGT) : DefaultABIInfo(CGT) {} in LanaiABIInfo()
146 LanaiTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) in LanaiTargetCodeGenInfo()
H A DCSKY.cpp27 CSKYABIInfo(CodeGen::CodeGenTypes &CGT, unsigned FLen) in CSKYABIInfo() argument
167 CSKYTargetCodeGenInfo(CodeGen::CodeGenTypes & CGT,unsigned FLen) CSKYTargetCodeGenInfo() argument
H A DPPC.cpp115 AIXABIInfo(CodeGen::CodeGenTypes & CGT,bool Is64Bit) AIXABIInfo() argument
139 AIXTargetCodeGenInfo(CodeGen::CodeGenTypes & CGT,bool Is64Bit) AIXTargetCodeGenInfo() argument
278 PPC32_SVR4_ABIInfo(CodeGen::CodeGenTypes & CGT,bool SoftFloatABI,bool RetSmallStructInRegABI) PPC32_SVR4_ABIInfo() argument
298 PPC32TargetCodeGenInfo(CodeGenTypes & CGT,bool SoftFloatABI,bool RetSmallStructInRegABI) PPC32TargetCodeGenInfo() argument
560 PPC64_SVR4_ABIInfo(CodeGen::CodeGenTypes & CGT,PPC64_SVR4_ABIKind Kind,bool SoftFloatABI) PPC64_SVR4_ABIInfo() argument
608 PPC64_SVR4_TargetCodeGenInfo(CodeGenTypes & CGT,PPC64_SVR4_ABIKind Kind,bool SoftFloatABI) PPC64_SVR4_TargetCodeGenInfo() argument
630 PPC64TargetCodeGenInfo(CodeGenTypes & CGT) PPC64TargetCodeGenInfo() argument
[all...]
H A DWebAssembly.cpp26 explicit WebAssemblyABIInfo(CodeGen::CodeGenTypes &CGT, in WebAssemblyABIInfo() argument
50 explicit WebAssemblyTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, in WebAssemblyTargetCodeGenInfo() argument
H A DM68k.cpp23 M68kTargetCodeGenInfo(CodeGenTypes &CGT) in M68kTargetCodeGenInfo()
H A DTCE.cpp25 TCETargetCodeGenInfo(CodeGenTypes &CGT) in TCETargetCodeGenInfo()
H A DARM.cpp26 ARMABIInfo(CodeGenTypes &CGT, ARMABIKind Kind) : ABIInfo(CGT), Kind(Kind) { in ARMABIInfo() argument
94 ARMSwiftABIInfo(CodeGenTypes & CGT) ARMSwiftABIInfo() argument
103 ARMTargetCodeGenInfo(CodeGenTypes & CGT,ARMABIKind K) ARMTargetCodeGenInfo() argument
209 WindowsARMTargetCodeGenInfo(CodeGenTypes & CGT,ARMABIKind K) WindowsARMTargetCodeGenInfo() argument
[all...]
H A DAArch64.cpp25 AArch64ABIInfo(CodeGenTypes & CGT,AArch64ABIKind Kind) AArch64ABIInfo() argument
81 AArch64SwiftABIInfo(CodeGenTypes & CGT) AArch64SwiftABIInfo() argument
90 AArch64TargetCodeGenInfo(CodeGenTypes & CGT,AArch64ABIKind Kind) AArch64TargetCodeGenInfo() argument
162 WindowsAArch64TargetCodeGenInfo(CodeGenTypes & CGT,AArch64ABIKind K) WindowsAArch64TargetCodeGenInfo() argument
[all...]
H A DNVPTX.cpp28 NVPTXABIInfo(CodeGenTypes &CGT, NVPTXTargetCodeGenInfo &Info) in NVPTXABIInfo() argument
43 NVPTXTargetCodeGenInfo(CodeGenTypes &CGT) in NVPTXTargetCodeGenInfo() argument
H A DHexagon.cpp23 HexagonABIInfo(CodeGenTypes &CGT) : DefaultABIInfo(CGT) {} in HexagonABIInfo() argument
44 HexagonTargetCodeGenInfo(CodeGenTypes &CGT) in HexagonTargetCodeGenInfo() argument
H A DLoongArch.cpp38 LoongArchABIInfo(CodeGen::CodeGenTypes &CGT, unsigned GRLen, unsigned FRLen) in LoongArchABIInfo() argument
449 LoongArchTargetCodeGenInfo(CodeGen::CodeGenTypes & CGT,unsigned GRLen,unsigned FRLen) LoongArchTargetCodeGenInfo() argument
H A DMips.cpp30 MipsABIInfo(CodeGenTypes &CGT, bool _IsO32) : in MipsABIInfo() argument
45 MIPSTargetCodeGenInfo(CodeGenTypes &CGT, bool IsO32) in MIPSTargetCodeGenInfo() argument
H A DARC.cpp66 ARCTargetCodeGenInfo(CodeGenTypes &CGT) in ARCTargetCodeGenInfo() argument
H A DSystemZ.cpp28 SystemZABIInfo(CodeGenTypes &CGT, bool HV, bool SF) in SystemZABIInfo() argument
60 SystemZTargetCodeGenInfo(CodeGenTypes &CGT, bool HasVector, bool SoftFloatABI) in SystemZTargetCodeGenInfo() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h23 DefaultABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {} in DefaultABIInfo() argument
H A DABIInfo.h127 SwiftABIInfo(CodeGen::CodeGenTypes & CGT,bool SwiftErrorInRegister) SwiftABIInfo() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h30 using CGT = GraphTraits<CallGraphType>; variable
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp753 const CodeGenTarget &CGT = CGP.getTargetInfo(); mayInstNodeLoadOrStore() local
782 const CodeGenTarget &CGT = CGP.getTargetInfo(); EmitResultInstructionAsOperand() local
1055 const CodeGenTarget &CGT = CGP.getTargetInfo(); EmitResultCode() local

12