Searched refs:MatchingInput (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp93 MatchingInput = -1;
179 if (scInfo.MatchingInput != -1)
182 scInfo.MatchingInput = ConstraintsSoFar.size();
183 assert(scInfo.MatchingInput >= 0);
186 (size_t)ConstraintsSoFar[N].MatchingInput !=
190 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size();
191 assert(ConstraintsSoFar[N].MatchingInput >= 0);
229 MatchingInput = scInfo.MatchingInput;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h105 /// MatchingInput - If this is not -1, this is an output constraint where an
109 int MatchingInput = -1; member in struct:llvm::final::SubConstraintInfo
132 /// MatchingInput - If this is not -1, this is an output constraint where an
136 int MatchingInput = -1; member in struct:llvm::final::ConstraintInfo
140 bool hasMatchingInput() const { return MatchingInput != -1; }
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5725 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
5767 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
H A DSelectionDAGBuilder.cpp9341 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];

Completed in 220 milliseconds