/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 609 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/ |
D | TargetInfo.h | 922 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/ |
D | SemaStmtAsm.cpp | 414 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/ |
D | SemaStmtAsm.cpp | 542 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/ |
D | CGStmt.cpp | 1711 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()
|
D | CodeGenFunction.h | 3271 const Expr *InputExpr, std::string &ConstraintStr); 3275 std::string &ConstraintStr,
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 538 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
|
D | Targets.cpp | 3886 if (Info.ConstraintStr[0] == '=') in validateAsmConstraint()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 2025 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()
|
D | CodeGenFunction.h | 4534 const Expr *InputExpr, std::string &ConstraintStr); 4538 std::string &ConstraintStr,
|
/external/llvm-project/clang/lib/Basic/ |
D | TargetInfo.cpp | 668 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | X86.cpp | 1197 if (Info.ConstraintStr[0] == '=') in validateAsmConstraint()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2037 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/ |
D | LowerTypeTests.cpp | 1355 std::string AsmStr, ConstraintStr; in createJumpTable() local 1356 raw_string_ostream AsmOS(AsmStr), ConstraintOS(ConstraintStr); in createJumpTable()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 1382 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/ |
D | BitcodeWriter.cpp | 2333 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/ |
D | BitcodeWriter.cpp | 2416 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()
|