Searched defs:ParseConstraints (Results 1 - 8 of 8) 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/swiftshader/third_party/LLVM/lib/VMCore/
H A DInlineAsm.cpp212 InlineAsm::ParseConstraints(StringRef Constraints) { function in class:InlineAsm
248 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.cpp259 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { function
346 ParseConstraints(R->getValueAsString("Constraints"), Operands);
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInlineAsm.h169 /// ParseConstraints - Split up the constraint string into the specific
172 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
174 /// ParseConstraints - Parse the constraints of this inlineasm object,
175 /// returning them the same way that ParseConstraints(str) does.
176 ConstraintInfoVector ParseConstraints() const { function in class:llvm::InlineAsm
177 return ParseConstraints(Constraints);
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenInstruction.cpp251 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { function
329 ParseConstraints(R->getValueAsString("Constraints"), Operands);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2794 /// ParseConstraints - Split up the constraint string from the inline
2799 TargetLowering::AsmOperandInfoVector TargetLowering::ParseConstraints( function in class:TargetLowering
2809 ConstraintInfos = IA->ParseConstraints();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2409 TargetLowering::ParseConstraints(const DataLayout &DL, function in class:TargetLowering
2422 for (InlineAsm::ConstraintInfo &CI : IA->ParseConstraints()) {

Completed in 273 milliseconds