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

  /external/llvm/lib/VMCore/
InlineAsm.cpp 212 InlineAsm::ParseConstraints(StringRef Constraints) {
248 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
  /external/llvm/include/llvm/
InlineAsm.h 169 /// 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 {
177 return ParseConstraints(Constraints);
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 251 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) {
329 ParseConstraints(R->getValueAsString("Constraints"), Operands);
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 49 milliseconds