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

  /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/lib/IR/
InlineAsm.cpp 211 InlineAsm::ParseConstraints(StringRef Constraints) {
250 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
  /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/
FunctionLoweringInfo.cpp 144 TLI->ParseConstraints(Fn->getParent()->getDataLayout(), TRI, CS);
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 228 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints();
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 144 milliseconds