Searched refs:ConstraintStr (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1106 std::string ConstraintStr; // constraint: "=rm" member 1109 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo() 1110 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()), in ConstraintInfo() 1116 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 566 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local 567 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt() 581 StringRef ConstraintStr = Info.getConstraintStr(); in ActOnGCCAsmStmt() local 582 unsigned AltCount = ConstraintStr.count(',') + 1; in ActOnGCCAsmStmt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.h | 159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 825 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2380 QualType InputType, std::string &ConstraintStr, SourceLocation Loc) { in EmitAsmInputLValue() argument 2397 ConstraintStr += '*'; in EmitAsmInputLValue() 2404 std::string &ConstraintStr) { in EmitAsmInput() argument 2431 return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr, in EmitAsmInput()
|
H A D | CodeGenFunction.h | 5208 std::string &ConstraintStr); 5212 QualType InputType, std::string &ConstraintStr,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 1982 const std::string &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/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1475 std::string AsmStr, ConstraintStr; in createJumpTable() local 1476 raw_string_ostream AsmOS(AsmStr), ConstraintOS(ConstraintStr); in createJumpTable()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 1449 if (Info.ConstraintStr[0] == '=') in validateAsmConstraint()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2690 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants() local 2691 Record.push_back(ConstraintStr.size()); in writeConstants() 2692 Record.append(ConstraintStr.begin(), ConstraintStr.end()); in writeConstants()
|