Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/Targets/
H A DLanai.cpp21 struct CCState { struct in __anon6f6b08bf0111::LanaiABIInfo
22 unsigned FreeRegs;
H A DARC.cpp19 struct CCState { struct in __anon1170d2700111::ARCABIInfo
20 unsigned FreeRegs;
H A DX86.cpp93 struct CCState { global() struct
94 CCState__anonbe5ae8e00111::CCState CCState() argument
98 IsPreassigned__anonbe5ae8e00111::CCState global() argument
99 CC__anonbe5ae8e00111::CCState global() argument
100 FreeRegs__anonbe5ae8e00111::CCState global() argument
101 FreeSSERegs__anonbe5ae8e00111::CCState global() argument
102 Required__anonbe5ae8e00111::CCState global() argument
103 IsDelegateCall__anonbe5ae8e00111::CCState global() argument
[all...]
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h218 CCState &) { in CC_SystemZ_GHC_Error() argument
207 RetCC_SystemZ_Error(unsigned &,MVT &,MVT &,CCValAssign::LocInfo &,ISD::ArgFlagsTy &,CCState &) RetCC_SystemZ_Error() argument
212 CC_SystemZ_Error(unsigned &,MVT &,MVT &,CCValAssign::LocInfo &,ISD::ArgFlagsTy &,CCState &) CC_SystemZ_Error() argument
[all...]
/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h101 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {} in CCState() function
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp17 CC_PPC_AnyReg_Error(unsigned &,MVT &,MVT &,CCValAssign::LocInfo &,ISD::ArgFlagsTy &,CCState &) CC_PPC_AnyReg_Error() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp231 CC_X86_AnyReg_Error(unsigned &,MVT &,MVT &,CCValAssign::LocInfo &,ISD::ArgFlagsTy &,CCState &) CC_X86_AnyReg_Error() argument
/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp28 CCState::CCState(CallingConv::ID CC, bool IsVarArg, MachineFunction &MF, in CCState() function in CCState
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h27 class CCState; variable
H A DTargetLowering.h66 class CCState; global() variable
4755 HandleByVal(CCState *,unsigned &,Align) HandleByVal() argument