Lines Matching refs:AsmOperandInfo
5142 const AsmOperandInfo &OpInfo, SelectionDAG &DAG) const { in LowerAsmOutputForConstraint()
5269 bool TargetLowering::AsmOperandInfo::isMatchingInputConstraint() const { in isMatchingInputConstraint()
5276 unsigned TargetLowering::AsmOperandInfo::getMatchedOperand() const { in getMatchedOperand()
5303 AsmOperandInfo &OpInfo = ConstraintOperands.back(); in ParseConstraints()
5398 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex]; in ParseConstraints()
5407 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
5433 for (AsmOperandInfo &cInfo : ConstraintOperands) in ParseConstraints()
5442 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex]; in ParseConstraints()
5449 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
5495 AsmOperandInfo &info, int maIndex) const { in getMultipleConstraintMatchWeight()
5519 AsmOperandInfo &info, const char *constraint) const { in getSingleConstraintMatchWeight()
5583 static void ChooseConstraint(TargetLowering::AsmOperandInfo &OpInfo, in ChooseConstraint()
5640 void TargetLowering::ComputeConstraintToUse(AsmOperandInfo &OpInfo, in ComputeConstraintToUse()