Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9005 SDISelAsmOperandInfo &MatchingOpInfo, in patchMatchingInput() argument
9007 if (OpInfo.ConstraintVT == MatchingOpInfo.ConstraintVT) in patchMatchingInput()
9017 TLI.getRegForInlineAsmConstraint(TRI, MatchingOpInfo.ConstraintCode, in patchMatchingInput()
9018 MatchingOpInfo.ConstraintVT); in patchMatchingInput()
9020 MatchingOpInfo.ConstraintVT.isInteger()) || in patchMatchingInput()
9027 MatchingOpInfo.ConstraintVT = OpInfo.ConstraintVT; in patchMatchingInput()