Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp104 if (OpInfo.isMatchingInputConstraint()) in getRegistersForValue()
366 OpInfo.isMatchingInputConstraint() in lowerInlineAsm()
434 if (OpInfo.isMatchingInputConstraint()) { in lowerInlineAsm()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4481 bool isMatchingInputConstraint() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8570 if (OpInfo.isMatchingInputConstraint()) in getRegistersForValue()
8795 OpInfo.isMatchingInputConstraint() in visitInlineAsm()
8827 !OpInfo.isMatchingInputConstraint())) && in visitInlineAsm()
8871 if (OpInfo.isMatchingInputConstraint()) { in visitInlineAsm()
H A DTargetLowering.cpp5269 bool TargetLowering::AsmOperandInfo::isMatchingInputConstraint() const { in isMatchingInputConstraint() function in TargetLowering::AsmOperandInfo