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

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

Completed in 573 milliseconds