Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8428 SDISelAsmOperandInfo &MatchingOpInfo, in patchMatchingInput() argument
8430 if (OpInfo.ConstraintVT == MatchingOpInfo.ConstraintVT) in patchMatchingInput()
8440 TLI.getRegForInlineAsmConstraint(TRI, MatchingOpInfo.ConstraintCode, in patchMatchingInput()
8441 MatchingOpInfo.ConstraintVT); in patchMatchingInput()
8443 MatchingOpInfo.ConstraintVT.isInteger()) || in patchMatchingInput()
8450 MatchingOpInfo.ConstraintVT = OpInfo.ConstraintVT; in patchMatchingInput()