Home
last modified time | relevance | path

Searched refs:ConstraintInfoVector (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInlineAsm.h120 using ConstraintInfoVector = std::vector<ConstraintInfo>; variable
171 bool Parse(StringRef Str, ConstraintInfoVector &ConstraintsSoFar);
186 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
190 ConstraintInfoVector ParseConstraints() const { in ParseConstraints()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInlineAsm.cpp79 InlineAsm::ConstraintInfoVector &ConstraintsSoFar) { in Parse()
234 InlineAsm::ConstraintInfoVector
236 ConstraintInfoVector Result; in ParseConstraints()
277 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in verify()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp4512 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints(); in getNumOutputArgs()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5679 InlineAsm::ConstraintInfoVector ConstraintInfo = IA->ParseConstraints(); in parseFunctionBody()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp56825 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints(); in ExpandInlineAsm()