Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp168 if (ConstraintsSoFar[N].hasMatchingInput() && in Parse()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h137 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp189 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in chooseConstraint()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h978 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2349 if (Info.hasMatchingInput()) { in EmitAsmStmt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4764 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
4810 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
4983 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
H A DSelectionDAGBuilder.cpp8490 if (OpInfo.hasMatchingInput()) in visitInlineAsm()
8541 if (OpInfo.hasMatchingInput()) { in visitInlineAsm()