Searched refs:ConstraintStr (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h451 std::string ConstraintStr; // constraint: "=rm" member in struct:clang::TargetInfo::ConstraintInfo
454 ConstraintInfo(StringRef ConstraintStr, StringRef Name) argument
455 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()),
458 const std::string &getConstraintStr() const { return ConstraintStr; }
/external/clang/lib/Basic/
H A DTargetInfo.cpp402 const char *Name = Info.ConstraintStr.c_str();
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1329 std::string &ConstraintStr) {
1345 ConstraintStr += '*';
1350 ConstraintStr += '*';
1359 std::string &ConstraintStr) {
1366 return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr);
1327 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue, QualType InputType, std::string &ConstraintStr) argument
1356 EmitAsmInput( const TargetInfo::ConstraintInfo &Info, const Expr *InputExpr, std::string &ConstraintStr) argument
H A DCodeGenFunction.h2576 const Expr *InputExpr, std::string &ConstraintStr);
2580 std::string &ConstraintStr);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp827 const std::string &ConstraintStr = IA->getConstraintString(); local
828 Record.push_back(ConstraintStr.size());
829 for (unsigned i = 0, e = ConstraintStr.size(); i != e; ++i)
830 Record.push_back(ConstraintStr[i]);

Completed in 156 milliseconds