Home
last modified time | relevance | path

Searched defs:ParseConstraints (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInlineAsm.cpp235 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints() function in InlineAsm
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp396 static void ParseConstraints(StringRef CStr, CGIOperandList &Ops, Record *Rec) { in ParseConstraints() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInlineAsm.h190 ConstraintInfoVector ParseConstraints() const { in ParseConstraints() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5377 TargetLowering::ParseConstraints(const DataLayout &DL, in ParseConstraints() function in TargetLowering