Searched refs:ConstraintStr (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1045 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 D | SemaStmtAsm.cpp | 564 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 D | M68kISelLowering.h | 159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 812 const char *Name = Info.ConstraintStr.c_str(); in validateInputConstraint()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2183 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 D | CodeGenFunction.h | 4716 std::string &ConstraintStr); 4720 QualType InputType, std::string &ConstraintStr,
|
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 1984 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 D | LowerTypeTests.cpp | 1379 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 D | X86.cpp | 1302 if (Info.ConstraintStr[0] == '=') in validateAsmConstraint()
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2550 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()
|