Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp306 std::string ConstraintStr = in ActOnGCCAsmStmt() local
309 TargetInfo::ConstraintInfo Info(ConstraintStr, OutputName); in ActOnGCCAsmStmt()
396 std::string ConstraintStr = in ActOnGCCAsmStmt() local
399 TargetInfo::ConstraintInfo Info(ConstraintStr, InputName); in ActOnGCCAsmStmt()
490 if (!Context.getTargetInfo().validateInputSize(FeatureMap, ConstraintStr, in ActOnGCCAsmStmt()
602 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local
603 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
617 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local
618 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1130 std::string ConstraintStr; // constraint: "=rm" member
1133 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo()
1134 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()), in ConstraintInfo()
1140 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h86 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp1540 if (Info.ConstraintStr[0] == '=' || Info.ConstraintStr[0] == '+') in validateAsmConstraint()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp854 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2546 QualType InputType, std::string &ConstraintStr, SourceLocation Loc) { in EmitAsmInputLValue() argument
2563 ConstraintStr += '*'; in EmitAsmInputLValue()
2570 std::string &ConstraintStr) { in EmitAsmInput() argument
2597 return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr, in EmitAsmInput()
H A DCodeGenFunction.h5395 std::string &ConstraintStr);
5399 QualType InputType, std::string &ConstraintStr,
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1982 StringRef ConstraintStr = IA->getConstraintString(); in writeConstants() local
1983 Record.push_back(ConstraintStr.size()); in writeConstants()
1984 Record.append(ConstraintStr.begin(), ConstraintStr.end()); in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2833 StringRef ConstraintStr = IA->getConstraintString(); in writeConstants() local
2834 Record.push_back(ConstraintStr.size()); in writeConstants()
2835 Record.append(ConstraintStr.begin(), ConstraintStr.end()); in writeConstants()