Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInlineAsm.cpp218 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints() function in InlineAsm
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp327 static void ParseConstraints(StringRef CStr, CGIOperandList &Ops, Record *Rec) { in ParseConstraints() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h183 ConstraintInfoVector ParseConstraints() const { in ParseConstraints() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4625 TargetLowering::ParseConstraints(const DataLayout &DL, in ParseConstraints() function in TargetLowering