Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp109 if (OpInfo.isMatchingInputConstraint()) in getRegistersForValue()
372 OpInfo.isMatchingInputConstraint() in lowerInlineAsm()
439 if (OpInfo.isMatchingInputConstraint()) { in lowerInlineAsm()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4188 bool isMatchingInputConstraint() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8330 if (OpInfo.isMatchingInputConstraint()) in GetRegistersForValue()
8595 OpInfo.isMatchingInputConstraint() in visitInlineAsm()
8655 if (OpInfo.isMatchingInputConstraint()) { in visitInlineAsm()
H A DTargetLowering.cpp4632 bool TargetLowering::AsmOperandInfo::isMatchingInputConstraint() const { in isMatchingInputConstraint() function in TargetLowering::AsmOperandInfo