Home
last modified time | relevance | path

Searched refs:getConstraintString (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h102 static StringRef getConstraintString(ConstraintKind Kind);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h365 : AsmString(Asm->getAsmString()), Constraints(Asm->getConstraintString()),
382 Constraints == Asm->getConstraintString() &&
H A DCore.cpp498 cast<InlineAsm>(Val)->getConstraintString(); in LLVMGetInlineAsmConstraintString()
H A DAsmWriter.cpp2498 printEscapedString(IA->getConstraintString(), Out); in WriteAsOperandInternal()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h87 const std::string &getConstraintString() const { return Constraints; } in getConstraintString() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp819 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()
H A DValueMapper.cpp371 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in mapValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp818 StringRef SymbolGraphSerializer::getConstraintString(ConstraintKind Kind) { in getConstraintString() function in SymbolGraphSerializer
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1152 if (!IA->getConstraintString().empty()) in selectCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1983 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2599 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5754 std::string Constraints = IA->getConstraintString(); in parseFunctionBody()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp56594 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 DARMISelLowering.cpp20316 IA->getConstraintString().compare(0, 4, "=l,l") == 0) { in ExpandInlineAsm()