Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h167 static StringRef getConstraintString(ConstraintKind Kind);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h89 StringRef getConstraintString() const { return Constraints; } in getConstraintString() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h352 : AsmString(Asm->getAsmString()), Constraints(Asm->getConstraintString()),
369 Constraints == Asm->getConstraintString() &&
H A DAsmWriter.cpp2748 printEscapedString(IA->getConstraintString(), Out); in WriteAsOperandInternal()
H A DCore.cpp532 StringRef ConstraintString = cast<InlineAsm>(Val)->getConstraintString(); in LLVMGetInlineAsmConstraintString()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp853 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()
H A DValueMapper.cpp373 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in mapValue()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp754 StringRef SymbolGraphSerializer::getConstraintString(ConstraintKind Kind) { in getConstraintString() function in SymbolGraphSerializer
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1162 if (!IA->getConstraintString().empty()) in selectCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1317 MDString *ConstraintString = MDString::get(Ctx, IA->getConstraintString()); in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1982 StringRef ConstraintStr = IA->getConstraintString(); in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2833 StringRef ConstraintStr = IA->getConstraintString(); in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6023 std::string Constraints = IA->getConstraintString().str(); in parseFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp60963 IA->getConstraintString().starts_with("=r,0,") && in ExpandInlineAsm()
60967 StringRef ConstraintsStr = IA->getConstraintString(); in ExpandInlineAsm()
60976 IA->getConstraintString().starts_with("=r,0,") && in ExpandInlineAsm()
60981 StringRef ConstraintsStr = IA->getConstraintString(); in ExpandInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20273 IA->getConstraintString().starts_with("=l,l")) { in ExpandInlineAsm()