Lines Matching refs:getLocInfo
392 if (VA.getLocInfo() == CCValAssign::Indirect) in LowerMemArgument()
431 if (VA.getLocInfo() == CCValAssign::ZExt) { in LowerMemArgument()
433 } else if (VA.getLocInfo() == CCValAssign::SExt) { in LowerMemArgument()
601 switch (VA.getLocInfo()) { in LowerCall()
912 if (VA.getLocInfo() == CCValAssign::SExt) { in LowerFormalArguments()
915 } else if (VA.getLocInfo() == CCValAssign::ZExt) { in LowerFormalArguments()
918 } else if (VA.getLocInfo() == CCValAssign::BCvt) { in LowerFormalArguments()
932 if (VA.getLocInfo() == CCValAssign::Indirect) in LowerFormalArguments()
1043 if (VA.getLocInfo() == CCValAssign::SExt) in LowerReturn()
1045 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerReturn()
1047 else if (VA.getLocInfo() == CCValAssign::AExt) { in LowerReturn()
1052 } else if (VA.getLocInfo() == CCValAssign::BCvt) in LowerReturn()
1254 if (VA.getLocInfo() == CCValAssign::Indirect) in IsEligibleForTailCallOptimization()