Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInlineAsm.h135 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/external/llvm/lib/IR/
DInlineAsm.cpp172 if (ConstraintsSoFar[N].hasMatchingInput() && in Parse()
/external/clang/include/clang/Basic/
DTargetInfo.h589 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() function
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2433 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
2479 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
2645 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
DSelectionDAGBuilder.cpp6203 if (OpInfo.hasMatchingInput()) { in visitInlineAsm()
/external/clang/lib/CodeGen/
DCGStmt.cpp1820 if (Info.hasMatchingInput()) { in EmitAsmStmt()