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 209 InlineAsm::ParseConstraints(StringRef Constraints) {
248 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
  /external/llvm/include/llvm/IR/
InlineAsm.h 173 /// ParseConstraints - Split up the constraint string into the specific
176 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
178 /// ParseConstraints - Parse the constraints of this inlineasm object,
179 /// returning them the same way that ParseConstraints(str) does.
180 ConstraintInfoVector ParseConstraints() const {
181 return ParseConstraints(Constraints);
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 256 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) {
341 ParseConstraints(R->getValueAsString("Constraints"), Operands);
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 148 milliseconds