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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h915 std::string ConstraintStr; // constraint: "=rm" member in struct:clang::TargetInfo::ConstraintInfo
918 ConstraintInfo(StringRef ConstraintStr, StringRef Name) argument
919 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()),
925 const std::string &getConstraintStr() const { return ConstraintStr; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp542 StringRef ConstraintStr = Info.getConstraintStr(); local
543 unsigned AltCount = ConstraintStr.count(',') + 1;
557 StringRef ConstraintStr = Info.getConstraintStr(); local
558 unsigned AltCount = ConstraintStr.count(',') + 1;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1864 std::string &ConstraintStr,
1881 ConstraintStr += '*';
1886 ConstraintStr += '*';
1895 std::string &ConstraintStr) {
1921 return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr,
1862 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue, QualType InputType, std::string &ConstraintStr, SourceLocation Loc) argument
1892 EmitAsmInput( const TargetInfo::ConstraintInfo &Info, const Expr *InputExpr, std::string &ConstraintStr) argument
H A DCodeGenFunction.h4490 const Expr *InputExpr, std::string &ConstraintStr);
4494 std::string &ConstraintStr,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp667 const char *Name = Info.ConstraintStr.c_str();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp1158 if (Info.ConstraintStr[0] == '=')
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1370 std::string AsmStr, ConstraintStr; local
1371 raw_string_ostream AsmOS(AsmStr), ConstraintOS(ConstraintStr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2365 const std::string &ConstraintStr = IA->getConstraintString(); local
2366 Record.push_back(ConstraintStr.size());
2367 Record.append(ConstraintStr.begin(), ConstraintStr.end());

Completed in 221 milliseconds