Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp104 if (OpInfo.isMatchingInputConstraint()) in getRegistersForValue()
312 OpInfo.isMatchingInputConstraint() in lowerInlineAsm()
382 if (OpInfo.isMatchingInputConstraint()) { in lowerInlineAsm()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4979 bool isMatchingInputConstraint() const;
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9665 if (OpInfo.isMatchingInputConstraint()) in getRegistersForValue()
9939 OpInfo.isMatchingInputConstraint() in visitInlineAsm()
9971 !OpInfo.isMatchingInputConstraint())) && in visitInlineAsm()
10015 if (OpInfo.isMatchingInputConstraint()) { in visitInlineAsm()
H A DTargetLowering.cpp5666 bool TargetLowering::AsmOperandInfo::isMatchingInputConstraint() const { in isMatchingInputConstraint() function in TargetLowering::AsmOperandInfo