Searched refs:ParseConstraints (Results 1 - 10 of 10) sorted by relevance

/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/lib/IR/
H A DInlineAsm.cpp213 InlineAsm::ParseConstraints(StringRef Constraints) { function in class:InlineAsm
249 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
/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.cc60 static bool ParseConstraints( function in namespace:webrtc
311 if (!ParseConstraints(constraints, &options_, false)) {
327 if (!ParseConstraints(constraints, &current_options, true)) {
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp195 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints();
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1255 TargetLowering::AsmOperandInfoVector TargetConstraints = TLI.ParseConstraints(ImmutableCallSite(CI));
1671 TargetConstraints = TLI->ParseConstraints(CS);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2153 virtual AsmOperandInfoVector ParseConstraints(ImmutableCallSite CS) const;
/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();
H A DSelectionDAGBuilder.cpp5717 // FIXME: code duplicated from TargetLowering::ParseConstraints().
5875 TargetConstraints = TLI->ParseConstraints(CS);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18602 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();

Completed in 394 milliseconds