Home
last modified time | relevance | path

Searched refs:maIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6002 unsigned maIndex; in ParseConstraints() local
6005 for (maIndex = 0; maIndex < maCount; ++maIndex) { in ParseConstraints()
6029 weight = getMultipleConstraintMatchWeight(OpInfo, maIndex); in ParseConstraints()
6039 bestMAIndex = maIndex; in ParseConstraints()
6116 AsmOperandInfo &info, int maIndex) const { in getMultipleConstraintMatchWeight()
6118 if (maIndex >= (int)info.multipleAlternatives.size()) in getMultipleConstraintMatchWeight()
6121 rCodes = &info.multipleAlternatives[maIndex].Codes; in getMultipleConstraintMatchWeight()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5178 AsmOperandInfo &info, int maIndex) const;