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 | 93 struct CCState { struct 94 CCState(CGFunctionInfo &FI) in CCState() argument 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 D | SystemZCallingConv.h | 207 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 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 | 17 CCState &) { in CC_PPC_AnyReg_Error() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallingConv.cpp | 230 CC_X86_AnyReg_Error(unsigned &,MVT &,MVT &,CCValAssign::LocInfo &,ISD::ArgFlagsTy &,CCState &) 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 | 27 class CCState; variable
|
H A D | TargetLowering.h | 67 class CCState; variable 4754 virtual void HandleByVal(CCState *, unsigned &, Align) const {} in HandleByVal() argument
|