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

/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp185 if (ConstraintsSoFar[N].hasMatchingInput() &&
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h138 /// hasMatchingInput - Return true if this is an output constraint that has
140 bool hasMatchingInput() const { return MatchingInput != -1; } function in struct:llvm::final::ConstraintInfo
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1086 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } function in struct:clang::TargetInfo::ConstraintInfo
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2582 if (Info.hasMatchingInput()) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5724 if (OpInfo.hasMatchingInput()) {
5766 if (OpInfo.hasMatchingInput()) {
5928 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
H A DSelectionDAGBuilder.cpp9340 if (OpInfo.hasMatchingInput()) {

Completed in 227 milliseconds