Searched refs:ConstraintStr (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 543 std::string ConstraintStr; // constraint: "=rm" member 546 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo() 547 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()), in ConstraintInfo() 552 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr()
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 376 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local 377 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt() 387 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local 388 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1735 std::string &ConstraintStr, in EmitAsmInputLValue() argument 1752 ConstraintStr += '*'; in EmitAsmInputLValue() 1757 ConstraintStr += '*'; in EmitAsmInputLValue() 1766 std::string &ConstraintStr) { in EmitAsmInput() argument 1773 return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr, in EmitAsmInput()
|
D | CodeGenFunction.h | 2841 const Expr *InputExpr, std::string &ConstraintStr); 2845 std::string &ConstraintStr,
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 539 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
|
D | Targets.cpp | 3331 if (Info.ConstraintStr[0] == '=') in validateAsmConstraint()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1402 const std::string &ConstraintStr = IA->getConstraintString(); in WriteConstants() local 1403 Record.push_back(ConstraintStr.size()); in WriteConstants() 1404 Record.append(ConstraintStr.begin(), ConstraintStr.end()); in WriteConstants()
|