Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9518 SDISelAsmOperandInfo &MatchingOpInfo, in patchMatchingInput() argument
9520 if (OpInfo.ConstraintVT == MatchingOpInfo.ConstraintVT) in patchMatchingInput()
9530 TLI.getRegForInlineAsmConstraint(TRI, MatchingOpInfo.ConstraintCode, in patchMatchingInput()
9531 MatchingOpInfo.ConstraintVT); in patchMatchingInput()
9533 MatchingOpInfo.ConstraintVT.isInteger()) || in patchMatchingInput()
9540 MatchingOpInfo.ConstraintVT = OpInfo.ConstraintVT; in patchMatchingInput()