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

/external/llvm/lib/IR/
H A DInlineAsm.cpp213 InlineAsm::ParseConstraints(StringRef Constraints) { function in class:InlineAsm
249 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
/external/llvm/include/llvm/IR/
H A DInlineAsm.h180 /// ParseConstraints - Split up the constraint string into the specific
183 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
185 /// ParseConstraints - Parse the constraints of this inlineasm object,
186 /// returning them the same way that ParseConstraints(str) does.
187 ConstraintInfoVector ParseConstraints() const { function in class:llvm::InlineAsm
188 return ParseConstraints(Constraints);
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp252 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { function
335 ParseConstraints(R->getValueAsString("Constraints"), Operands);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling.cc64 static bool ParseConstraints( function in namespace:webrtc
331 if (!ParseConstraints(constraints, &options_, false)) {
347 if (!ParseConstraints(constraints, &current_options, true)) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2055 /// ParseConstraints - Split up the constraint string from the inline
2060 TargetLowering::AsmOperandInfoVector TargetLowering::ParseConstraints( function in class:TargetLowering
2070 ConstraintInfos = IA->ParseConstraints();

Completed in 125 milliseconds