Searched refs:ConstraintStr (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 306 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 D | TargetInfo.h | 1130 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 D | M68kISelLowering.h | 86 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 1540 if (Info.ConstraintStr[0] == '=' || Info.ConstraintStr[0] == '+') in validateAsmConstraint()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 854 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2546 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 D | CodeGenFunction.h | 5395 std::string &ConstraintStr); 5399 QualType InputType, std::string &ConstraintStr,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1982 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 D | BitcodeWriter.cpp | 2833 StringRef ConstraintStr = IA->getConstraintString(); in writeConstants() local 2834 Record.push_back(ConstraintStr.size()); in writeConstants() 2835 Record.append(ConstraintStr.begin(), ConstraintStr.end()); in writeConstants()
|