Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h167 static StringRef getConstraintString(ConstraintKind Kind);
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h341 : AsmString(Asm->getAsmString()), Constraints(Asm->getConstraintString()),
358 Constraints == Asm->getConstraintString() &&
H A DCore.cpp526 cast<InlineAsm>(Val)->getConstraintString(); in LLVMGetInlineAsmHasSideEffects()
H A DAsmWriter.cpp2585 printEscapedString(IA->getConstraintString(), Out); in WriteAsOperandInternal()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h87 const std::string &getConstraintString() const { return Constraints; } in getConstraintString() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp839 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpValues()
H A DValueMapper.cpp371 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in mapValue()
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp742 StringRef SymbolGraphSerializer::getConstraintString(ConstraintKind Kind) { in shouldSkip()
818 StringRef SymbolGraphSerializer::getConstraintString(ConstraintKind Kind) { getConstraintString() function in SymbolGraphSerializer
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1165 if (!IA->getConstraintString().empty()) in selectCall()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1982 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants()
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2690 const std::string &ConstraintStr = IA->getConstraintString(); in writeConstants()
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5931 std::string Constraints = IA->getConstraintString(); in parseFunctionBody()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20339 IA->getConstraintString().compare(0, 4, "=l,l") == 0) { in LowerXConstraint()