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

/external/llvm/lib/IR/
H A DInlineAsm.cpp211 InlineAsm::ParseConstraints(StringRef Constraints) { function in class:InlineAsm
250 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
/external/llvm/include/llvm/IR/
H A DInlineAsm.h174 /// ParseConstraints - Split up the constraint string into the specific
177 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
179 /// ParseConstraints - Parse the constraints of this inlineasm object,
180 /// returning them the same way that ParseConstraints(str) does.
181 ConstraintInfoVector ParseConstraints() const { function in class:llvm::InlineAsm
182 return ParseConstraints(Constraints);
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp256 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { function
342 ParseConstraints(R->getValueAsString("Constraints"), Operands);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2313 /// ParseConstraints - Split up the constraint string from the inline
2319 TargetLowering::ParseConstraints(const DataLayout &DL, function in class:TargetLowering
2332 for (InlineAsm::ConstraintInfo &CI : IA->ParseConstraints()) {

Completed in 164 milliseconds