Searched refs:getConstraintString (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.h | 102 static StringRef getConstraintString(ConstraintKind Kind);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 365 : AsmString(Asm->getAsmString()), Constraints(Asm->getConstraintString()), 382 Constraints == Asm->getConstraintString() &&
|
| H A D | Core.cpp | 498 cast<InlineAsm>(Val)->getConstraintString(); in LLVMGetInlineAsmConstraintString()
|
| H A D | AsmWriter.cpp | 2498 printEscapedString(IA->getConstraintString(), Out); in WriteAsOperandInternal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 87 const std::string &getConstraintString() const { return Constraints; } in getConstraintString() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 819 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()
|
| H A D | ValueMapper.cpp | 371 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in mapValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 818 StringRef SymbolGraphSerializer::getConstraintString(ConstraintKind Kind) { in getConstraintString() function in SymbolGraphSerializer
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1152 if (!IA->getConstraintString().empty()) in selectCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1983 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2599 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5754 std::string Constraints = IA->getConstraintString(); in parseFunctionBody()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 56594 IA->getConstraintString().compare(0, 5, "=r,0,") == 0 && in ExpandInlineAsm() 56598 StringRef ConstraintsStr = IA->getConstraintString(); in ExpandInlineAsm() 56607 IA->getConstraintString().compare(0, 5, "=r,0,") == 0 && in ExpandInlineAsm() 56612 StringRef ConstraintsStr = IA->getConstraintString(); in ExpandInlineAsm()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 20316 IA->getConstraintString().compare(0, 4, "=l,l") == 0) { in ExpandInlineAsm()
|