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.cpp5784 unsigned maIndex; in ParseConstraints() local
5787 for (maIndex = 0; maIndex < maCount; ++maIndex) { in ParseConstraints()
5811 weight = getMultipleConstraintMatchWeight(OpInfo, maIndex); in ParseConstraints()
5821 bestMAIndex = maIndex; in ParseConstraints()
5895 AsmOperandInfo &info, int maIndex) const { in getMultipleConstraintMatchWeight()
5897 if (maIndex >= (int)info.multipleAlternatives.size()) in getMultipleConstraintMatchWeight()
5900 rCodes = &info.multipleAlternatives[maIndex].Codes; in getMultipleConstraintMatchWeight()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4999 AsmOperandInfo &info, int maIndex) const;