Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInlineAsm.cpp168 if (ConstraintsSoFar[N].hasMatchingInput() && in Parse()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h137 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp189 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in chooseConstraint()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h978 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2305 if (Info.hasMatchingInput()) { in EmitAsmStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4738 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
4784 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
4957 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
H A DSelectionDAGBuilder.cpp8431 if (OpInfo.hasMatchingInput()) in visitInlineAsm()
8482 if (OpInfo.hasMatchingInput()) { in visitInlineAsm()