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

  /external/llvm/include/llvm/IR/
InlineAsm.h 180 /// ParseConstraints - Split up the constraint string into the specific
183 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
185 /// ParseConstraints - Parse the constraints of this inlineasm object,
186 /// returning them the same way that ParseConstraints(str) does.
187 ConstraintInfoVector ParseConstraints() const {
188 return ParseConstraints(Constraints);
  /external/llvm/lib/IR/
InlineAsm.cpp 213 InlineAsm::ParseConstraints(StringRef Constraints) {
249 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 252 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) {
335 ParseConstraints(R->getValueAsString("Constraints"), Operands);
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2476 milliseconds