reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
134 bool hasMatchingInput() const { return MatchingInput != -1; }
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 8143 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
lib/CodeGen/SelectionDAG/TargetLowering.cpp4294 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; 4340 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];lib/IR/InlineAsm.cpp
78 MatchingInput = -1; 168 (size_t)ConstraintsSoFar[N].MatchingInput != 172 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); 173 assert(ConstraintsSoFar[N].MatchingInput >= 0); 211 MatchingInput = scInfo.MatchingInput;