Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4825 bool isMatchingInputConstraint() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9147 if (OpInfo.isMatchingInputConstraint()) in getRegistersForValue()
9421 OpInfo.isMatchingInputConstraint() in visitInlineAsm()
9453 !OpInfo.isMatchingInputConstraint())) && in visitInlineAsm()
9497 if (OpInfo.isMatchingInputConstraint()) { in visitInlineAsm()
H A DTargetLowering.cpp5591 bool TargetLowering::AsmOperandInfo::isMatchingInputConstraint() const { in isMatchingInputConstraint() function in TargetLowering::AsmOperandInfo