Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h208 CCState &) { in RetCC_SystemZ_Error() argument
213 ISD::ArgFlagsTy &, CCState &) { in CC_SystemZ_Error() argument
219 CCState &) { in CC_SystemZ_GHC_Error() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsCCState.h101 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {} in CCState() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCCallingConv.cpp17 CCState &) { in CC_PPC_AnyReg_Error() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86CallingConv.cpp230 CCState &) { in CC_X86_AnyReg_Error() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCallingConvLower.cpp30 CCState::CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, in CCState() function in CCState
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DCallingConvLower.h27 class CCState; variable
DTargetLowering.h66 class CCState; variable
3950 virtual void HandleByVal(CCState *, unsigned &, Align) const {} in HandleByVal() argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp1084 struct CCState { struct
1085 CCState(CGFunctionInfo &FI) in CCState() function
1088 llvm::SmallBitVector IsPreassigned;
1089 unsigned CC = CallingConv::CC_C;
1090 unsigned FreeRegs = 0;
1091 unsigned FreeSSERegs = 0;