Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7130 SDISelAsmOperandInfo &MatchingOpInfo, in patchMatchingInput() argument
7132 if (OpInfo.ConstraintVT == MatchingOpInfo.ConstraintVT) in patchMatchingInput()
7142 TLI.getRegForInlineAsmConstraint(TRI, MatchingOpInfo.ConstraintCode, in patchMatchingInput()
7143 MatchingOpInfo.ConstraintVT); in patchMatchingInput()
7145 MatchingOpInfo.ConstraintVT.isInteger()) || in patchMatchingInput()
7152 MatchingOpInfo.ConstraintVT = OpInfo.ConstraintVT; in patchMatchingInput()