Lines Matching refs:AsmOperandInfo
2042 bool TargetLowering::AsmOperandInfo::isMatchingInputConstraint() const { in isMatchingInputConstraint()
2049 unsigned TargetLowering::AsmOperandInfo::getMatchedOperand() const { in getMatchedOperand()
2076 ConstraintOperands.push_back(AsmOperandInfo(ConstraintInfos[i])); in ParseConstraints()
2077 AsmOperandInfo &OpInfo = ConstraintOperands.back(); in ParseConstraints()
2167 AsmOperandInfo& OpInfo = ConstraintOperands[cIndex]; in ParseConstraints()
2176 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
2204 AsmOperandInfo& cInfo = ConstraintOperands[cIndex]; in ParseConstraints()
2215 AsmOperandInfo& OpInfo = ConstraintOperands[cIndex]; in ParseConstraints()
2222 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
2269 AsmOperandInfo &info, int maIndex) const { in getMultipleConstraintMatchWeight()
2293 AsmOperandInfo &info, const char *constraint) const { in getSingleConstraintMatchWeight()
2357 static void ChooseConstraint(TargetLowering::AsmOperandInfo &OpInfo, in ChooseConstraint()
2408 void TargetLowering::ComputeConstraintToUse(AsmOperandInfo &OpInfo, in ComputeConstraintToUse()