Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1045 std::string ConstraintStr; // constraint: "=rm" member
1048 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo()
1049 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()), in ConstraintInfo()
1055 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp564 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local
565 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
579 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local
580 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.h159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp812 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp2183 QualType InputType, std::string &ConstraintStr, SourceLocation Loc) { in EmitAsmInputLValue() argument
2201 ConstraintStr += '*'; in EmitAsmInputLValue()
2208 std::string &ConstraintStr) { in EmitAsmInput() argument
2235 return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr, in EmitAsmInput()
H A DCodeGenFunction.h4716 std::string &ConstraintStr);
4720 QualType InputType, std::string &ConstraintStr,
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1984 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants() local
1985 Record.push_back(ConstraintStr.size()); in writeConstants()
1986 Record.append(ConstraintStr.begin(), ConstraintStr.end()); in writeConstants()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1379 std::string AsmStr, ConstraintStr; in createJumpTable() local
1380 raw_string_ostream AsmOS(AsmStr), ConstraintOS(ConstraintStr); in createJumpTable()
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DX86.cpp1302 if (Info.ConstraintStr[0] == '=') in validateAsmConstraint()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2550 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants() local
2551 Record.push_back(ConstraintStr.size()); in writeConstants()
2552 Record.append(ConstraintStr.begin(), ConstraintStr.end()); in writeConstants()