Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp104 if (OpInfo.isMatchingInputConstraint()) in getRegistersForValue()
366 OpInfo.isMatchingInputConstraint() in lowerInlineAsm()
434 if (OpInfo.isMatchingInputConstraint()) { in lowerInlineAsm()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4637 bool isMatchingInputConstraint() const;
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8739 if (OpInfo.isMatchingInputConstraint()) in getRegistersForValue()
9014 OpInfo.isMatchingInputConstraint() in visitInlineAsm()
9046 !OpInfo.isMatchingInputConstraint())) && in visitInlineAsm()
9090 if (OpInfo.isMatchingInputConstraint()) { in visitInlineAsm()
H A DTargetLowering.cpp5359 bool TargetLowering::AsmOperandInfo::isMatchingInputConstraint() const { in isMatchingInputConstraint() function in TargetLowering::AsmOperandInfo