Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h959 std::string ConstraintStr; // constraint: "=rm" member
962 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo()
963 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()), in ConstraintInfo()
969 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp557 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local
558 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
572 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local
573 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2091 std::string &ConstraintStr, in EmitAsmInputLValue() argument
2109 ConstraintStr += '*'; in EmitAsmInputLValue()
2114 ConstraintStr += '*'; in EmitAsmInputLValue()
2123 std::string &ConstraintStr) { in EmitAsmInput() argument
2149 return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr, in EmitAsmInput()
H A DCodeGenFunction.h4627 const Expr *InputExpr, std::string &ConstraintStr);
4631 std::string &ConstraintStr,
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp698 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp1213 if (Info.ConstraintStr[0] == '=') in validateAsmConstraint()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1387 std::string AsmStr, ConstraintStr; in createJumpTable() local
1388 raw_string_ostream AsmOS(AsmStr), ConstraintOS(ConstraintStr); in createJumpTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2463 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants() local
2464 Record.push_back(ConstraintStr.size()); in writeConstants()
2465 Record.append(ConstraintStr.begin(), ConstraintStr.end()); in writeConstants()