Lines Matching refs:AsmOperandInfo
5459 const AsmOperandInfo &OpInfo, SelectionDAG &DAG) const { in LowerAsmOutputForConstraint()
5591 bool TargetLowering::AsmOperandInfo::isMatchingInputConstraint() const { in isMatchingInputConstraint()
5598 unsigned TargetLowering::AsmOperandInfo::getMatchedOperand() const { in getMatchedOperand()
5625 AsmOperandInfo &OpInfo = ConstraintOperands.back(); in ParseConstraints()
5716 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex]; in ParseConstraints()
5725 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
5751 for (AsmOperandInfo &cInfo : ConstraintOperands) in ParseConstraints()
5760 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex]; in ParseConstraints()
5767 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
5820 AsmOperandInfo &info, int maIndex) const { in getMultipleConstraintMatchWeight()
5844 AsmOperandInfo &info, const char *constraint) const { in getSingleConstraintMatchWeight()
5913 TargetLowering::AsmOperandInfo &OpInfo) const { in getConstraintPreferences()
5962 void TargetLowering::ComputeConstraintToUse(AsmOperandInfo &OpInfo, in ComputeConstraintToUse()