Searched refs:ConstraintStr (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 571 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/ |
D | SemaStmtAsm.cpp | 414 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/ |
D | CGStmt.cpp | 1654 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()
|
D | CodeGenFunction.h | 3073 const Expr *InputExpr, std::string &ConstraintStr); 3077 std::string &ConstraintStr,
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 529 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
|
D | Targets.cpp | 3523 if (Info.ConstraintStr[0] == '=') in validateAsmConstraint()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1547 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()
|