Home
last modified time | relevance | path

Searched refs:hasMatchingInput (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DInlineAsm.h138 bool hasMatchingInput() const { return MatchingInput != -1; }
/freebsd-9-stable/contrib/llvm/lib/IR/
DInlineAsm.cpp176 if (ConstraintsSoFar[N].hasMatchingInput()) in Parse()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DTargetInfo.h512 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() function
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2244 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
2290 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
2458 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
DSelectionDAGBuilder.cpp6289 if (OpInfo.hasMatchingInput()) { in visitInlineAsm()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGStmt.cpp1556 if (Info.hasMatchingInput()) { in EmitAsmStmt()