Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp109 if (OpInfo.isMatchingInputConstraint()) in getRegistersForValue()
367 OpInfo.isMatchingInputConstraint() in lowerInlineAsm()
434 if (OpInfo.isMatchingInputConstraint()) { in lowerInlineAsm()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4160 bool isMatchingInputConstraint() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8271 if (OpInfo.isMatchingInputConstraint()) in GetRegistersForValue()
8536 OpInfo.isMatchingInputConstraint() in visitInlineAsm()
8596 if (OpInfo.isMatchingInputConstraint()) { in visitInlineAsm()
H A DTargetLowering.cpp4607 bool TargetLowering::AsmOperandInfo::isMatchingInputConstraint() const { in isMatchingInputConstraint() function in TargetLowering::AsmOperandInfo