Searched refs:SystemZCCState (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.h | 32 class SystemZCCState : public CCState { 47 SystemZCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, in SystemZCCState() function
|
H A D | SystemZCallingConv.td | 21 : CCIf<"static_cast<SystemZCCState *>(&State)->IsFixed(ValNo)", A>; 25 : CCIf<"!(static_cast<SystemZCCState *>(&State)->IsFixed(ValNo))", A>; 29 : CCIf<"static_cast<SystemZCCState *>(&State)->IsShortVector(ValNo)", A>;
|
H A D | SystemZISelLowering.cpp | 1616 SystemZCCState CCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerFormalArguments() 1916 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, Ctx); in LowerCall()
|