Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLanai.cpp21 struct CCState { struct in __anoncd622b140111::LanaiABIInfo
22 unsigned FreeRegs;
H A DARC.cpp19 struct CCState { struct in __anonc1215b850111::ARCABIInfo
20 unsigned FreeRegs;
H A DX86.cpp93 struct CCState { struct
94 CCState(CGFunctionInfo &FI) in CCState() function
98 llvm::SmallBitVector IsPreassigned;
99 unsigned CC = CallingConv::CC_C;
100 unsigned FreeRegs = 0;
101 unsigned FreeSSERegs = 0;
102 RequiredArgs Required;
103 bool IsDelegateCall = false;
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h101 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {} in CCState() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp17 CCState &) { in CC_PPC_AnyReg_Error() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp231 CCState &) { in CC_X86_AnyReg_Error() argument
/freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h27 class CCState; variable
H A DTargetLowering.h66 class CCState; variable
4599 virtual void HandleByVal(CCState *, unsigned &, Align) const {} in HandleByVal() argument