HomeSort by relevance Sort by last modified time
    Searched defs:ParseConstraints (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
InlineAsm.cpp 211 InlineAsm::ParseConstraints(StringRef Constraints) {
250 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
  /external/llvm/include/llvm/IR/
InlineAsm.h 174 /// 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 {
182 return ParseConstraints(Constraints);
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 256 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) {
342 ParseConstraints(R->getValueAsString("Constraints"), Operands);
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 5855 milliseconds