Home
last modified time | relevance | path

Searched refs:ConstraintStr (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Basic/
DTargetInfo.h571 std::string ConstraintStr; // constraint: "=rm" member
574 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo()
575 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()), in ConstraintInfo()
580 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp414 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local
415 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
427 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local
428 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
/external/clang/lib/CodeGen/
DCGStmt.cpp1654 std::string &ConstraintStr, in EmitAsmInputLValue() argument
1671 ConstraintStr += '*'; in EmitAsmInputLValue()
1676 ConstraintStr += '*'; in EmitAsmInputLValue()
1685 std::string &ConstraintStr) { in EmitAsmInput() argument
1703 return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr, in EmitAsmInput()
DCodeGenFunction.h3073 const Expr *InputExpr, std::string &ConstraintStr);
3077 std::string &ConstraintStr,
/external/clang/lib/Basic/
DTargetInfo.cpp529 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
DTargets.cpp3523 if (Info.ConstraintStr[0] == '=') in validateAsmConstraint()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1547 const std::string &ConstraintStr = IA->getConstraintString(); in WriteConstants() local
1548 Record.push_back(ConstraintStr.size()); in WriteConstants()
1549 Record.append(ConstraintStr.begin(), ConstraintStr.end()); in WriteConstants()