Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h134 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DInlineAsm.cpp170 if (ConstraintsSoFar[N].hasMatchingInput()) in Parse()
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h561 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() function
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2365 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
2411 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
2579 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
H A DSelectionDAGBuilder.cpp6554 if (OpInfo.hasMatchingInput()) { in visitInlineAsm()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1875 if (Info.hasMatchingInput()) { in EmitAsmStmt()