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