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

  /external/llvm/include/llvm/IR/
InlineAsm.h 177 /// ParseConstraints - Split up the constraint string into the specific
180 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
182 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 /// returning them the same way that ParseConstraints(str) does.
184 ConstraintInfoVector ParseConstraints() const {
185 return ParseConstraints(Constraints);
  /external/llvm/lib/IR/
InlineAsm.cpp 203 InlineAsm::ParseConstraints(StringRef Constraints) {
239 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 253 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) {
339 ParseConstraints(R->getValueAsString("Constraints"), Operands);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 123 TLI->ParseConstraints(CS);
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 203 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints();
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 496 milliseconds