Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h609 std::string ConstraintStr; // constraint: "=rm" member
612 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo()
613 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()), in ConstraintInfo()
618 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h922 std::string ConstraintStr; // constraint: "=rm" member
925 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo()
926 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()), in ConstraintInfo()
932 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp414 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local
415 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
427 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local
428 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp542 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local
543 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
557 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local
558 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
/external/clang/lib/CodeGen/
DCGStmt.cpp1711 std::string &ConstraintStr, in EmitAsmInputLValue() argument
1728 ConstraintStr += '*'; in EmitAsmInputLValue()
1733 ConstraintStr += '*'; in EmitAsmInputLValue()
1742 std::string &ConstraintStr) { in EmitAsmInput() argument
1760 return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr, in EmitAsmInput()
DCodeGenFunction.h3271 const Expr *InputExpr, std::string &ConstraintStr);
3275 std::string &ConstraintStr,
/external/clang/lib/Basic/
DTargetInfo.cpp538 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
DTargets.cpp3886 if (Info.ConstraintStr[0] == '=') in validateAsmConstraint()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2025 std::string &ConstraintStr, in EmitAsmInputLValue() argument
2042 ConstraintStr += '*'; in EmitAsmInputLValue()
2047 ConstraintStr += '*'; in EmitAsmInputLValue()
2056 std::string &ConstraintStr) { in EmitAsmInput() argument
2082 return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr, in EmitAsmInput()
DCodeGenFunction.h4534 const Expr *InputExpr, std::string &ConstraintStr);
4538 std::string &ConstraintStr,
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp668 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
/external/llvm-project/clang/lib/Basic/Targets/
DX86.cpp1197 if (Info.ConstraintStr[0] == '=') in validateAsmConstraint()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2037 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants() local
2038 Record.push_back(ConstraintStr.size()); in writeConstants()
2039 Record.append(ConstraintStr.begin(), ConstraintStr.end()); in writeConstants()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1355 std::string AsmStr, ConstraintStr; in createJumpTable() local
1356 raw_string_ostream AsmOS(AsmStr), ConstraintOS(ConstraintStr); in createJumpTable()
/external/llvm-project/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1382 std::string AsmStr, ConstraintStr; in createJumpTable() local
1383 raw_string_ostream AsmOS(AsmStr), ConstraintOS(ConstraintStr); in createJumpTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2333 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants() local
2334 Record.push_back(ConstraintStr.size()); in writeConstants()
2335 Record.append(ConstraintStr.begin(), ConstraintStr.end()); in writeConstants()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2416 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants() local
2417 Record.push_back(ConstraintStr.size()); in writeConstants()
2418 Record.append(ConstraintStr.begin(), ConstraintStr.end()); in writeConstants()