Searched defs:CCState (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Lanai.cpp | 21 struct CCState { struct in __anon85a1f04c0111::LanaiABIInfo 22 unsigned FreeRegs;
|
| H A D | ARC.cpp | 19 struct CCState { struct in __anonddbe72bd0111::ARCABIInfo 20 unsigned FreeRegs;
|
| H A D | X86.cpp | 80 struct CCState { struct 81 CCState(CGFunctionInfo &FI) in CCState() argument 85 llvm::SmallBitVector IsPreassigned; 86 unsigned CC = CallingConv::CC_C; 87 unsigned FreeRegs = 0; 88 unsigned FreeSSERegs = 0; 89 RequiredArgs Required; 90 bool IsDelegateCall = false;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.h | 218 CCState &) { in RetCC_SystemZ_Error() argument 223 ISD::ArgFlagsTy &, CCState &) { in CC_SystemZ_Error() argument 229 CCState &) { in CC_SystemZ_GHC_Error() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.h | 101 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {} in CCState() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCCallingConv.cpp | 16 CCState &) { in CC_PPC_AnyReg_Error() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.cpp | 230 CCState &) { in CC_X86_AnyReg_Error() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 28 CCState::CCState(CallingConv::ID CC, bool IsVarArg, MachineFunction &MF, in CCState() function in CCState
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | CallingConvLower.h | 28 class CCState; variable
|
| H A D | TargetLowering.h | 69 class CCState; variable 4941 virtual void HandleByVal(CCState *, unsigned &, Align) const {} in HandleByVal() argument
|