Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:getLocInfo

538   if (VA.getLocInfo() == CCValAssign::SExt)
541 else if (VA.getLocInfo() == CCValAssign::ZExt)
547 else if (VA.getLocInfo() == CCValAssign::Indirect)
551 assert(VA.getLocInfo() == CCValAssign::Full && "Unsupported getLocInfo");
560 switch (VA.getLocInfo()) {
570 llvm_unreachable("Unhandled getLocInfo()");
731 if (VA.getLocInfo() == CCValAssign::Indirect) {