Home | History | Annotate | Download | only in Lanai

Lines Matching refs:Constraint

221                                                   StringRef Constraint,
223 if (Constraint.size() == 1)
224 // GCC Constraint Letters
225 switch (Constraint[0]) {
232 return TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);
235 // Examine constraint type and operand type and determine a weight value.
237 // and the current alternative constraint selected.
240 AsmOperandInfo &Info, const char *Constraint) const {
247 // Look at the constraint type.
248 switch (*Constraint) {
260 Weight = TargetLowering::getSingleConstraintMatchWeight(Info, Constraint);
269 SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops,
274 if (Constraint.length() > 1)
277 char ConstraintLetter = Constraint[0];
343 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);