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

/external/llvm/include/llvm/
H A DInlineAsm.h170 /// ParseConstraints - Split up the constraint string into the specific
173 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
175 /// ParseConstraints - Parse the constraints of this inlineasm object,
176 /// returning them the same way that ParseConstraints(str) does.
177 ConstraintInfoVector ParseConstraints() const { function in class:llvm::InlineAsm
178 return ParseConstraints(Constraints);
/external/llvm/lib/VMCore/
H A DInlineAsm.cpp212 InlineAsm::ParseConstraints(StringRef Constraints) { function in class:InlineAsm
248 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp251 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { function
329 ParseConstraints(R->getValueAsString("Constraints"), Operands);
/external/llvm/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp383 TargetLowering::AsmOperandInfoVector TargetConstraints = TLI.ParseConstraints(ImmutableCallSite(CI));
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp961 TargetConstraints = TLI->ParseConstraints(CS);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1436 /// ParseConstraints - Split up the constraint string from the inline
1441 virtual AsmOperandInfoVector ParseConstraints(ImmutableCallSite CS) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2832 /// ParseConstraints - Split up the constraint string from the inline
2837 TargetLowering::AsmOperandInfoVector TargetLowering::ParseConstraints( function in class:TargetLowering
2847 ConstraintInfos = IA->ParseConstraints();
H A DSelectionDAGBuilder.cpp5706 // FIXME: code duplicated from TargetLowering::ParseConstraints().
5864 TargetConstraints = TLI.ParseConstraints(CS);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15324 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();

Completed in 209 milliseconds