Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInlineAsm.h135 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInlineAsm.cpp168 if (ConstraintsSoFar[N].hasMatchingInput() && in Parse()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h833 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1964 if (Info.hasMatchingInput()) { in EmitAsmStmt()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3428 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
3474 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
3639 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
H A DSelectionDAGBuilder.cpp7587 if (OpInfo.hasMatchingInput()) { in visitInlineAsm()