Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8131 SDISelAsmOperandInfo &MatchingOpInfo, in patchMatchingInput() argument
8133 if (OpInfo.ConstraintVT == MatchingOpInfo.ConstraintVT) in patchMatchingInput()
8143 TLI.getRegForInlineAsmConstraint(TRI, MatchingOpInfo.ConstraintCode, in patchMatchingInput()
8144 MatchingOpInfo.ConstraintVT); in patchMatchingInput()
8146 MatchingOpInfo.ConstraintVT.isInteger()) || in patchMatchingInput()
8153 MatchingOpInfo.ConstraintVT = OpInfo.ConstraintVT; in patchMatchingInput()