Home
last modified time | relevance | path

Searched defs:CCState (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLanai.cpp21 struct CCState { struct in __anon3d69879e0111::LanaiABIInfo
22 unsigned FreeRegs;
H A DARC.cpp19 struct CCState { struct in __anonc1b40d8f0111::ARCABIInfo
20 FreeRegs__anonc1b40d8f0111::ARCABIInfo::CCState global() argument
H A DX86.cpp93 struct CCState { struct
94 CCState(CGFunctionInfo &FI) in CCState() argument
98 IsPreassigned__anon6e9e23ff0111::CCState global() argument
99 CC__anon6e9e23ff0111::CCState global() argument
100 FreeRegs__anon6e9e23ff0111::CCState global() argument
101 FreeSSERegs__anon6e9e23ff0111::CCState global() argument
102 Required__anon6e9e23ff0111::CCState global() argument
103 IsDelegateCall__anon6e9e23ff0111::CCState global() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h207 CCState &) { in RetCC_SystemZ_Error() argument
212 ISD::ArgFlagsTy &, CCState &) { in CC_SystemZ_Error() argument
218 CCState &) { in CC_SystemZ_GHC_Error() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h101 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {} in CCState() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp17 CCState &) { in CC_PPC_AnyReg_Error() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp231 CCState &) { in CC_X86_AnyReg_Error() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp28 CCState::CCState(CallingConv::ID CC, bool IsVarArg, MachineFunction &MF, in CCState() function in CCState
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h27 class CCState; variable
H A DTargetLowering.h66 class CCState; global() variable
4599 HandleByVal(CCState *,unsigned &,Align) HandleByVal() argument