Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h2844 bool isMatchingInputConstraint() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3906 bool isMatchingInputConstraint() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8009 if (OpInfo.isMatchingInputConstraint()) in GetRegistersForValue()
8258 OpInfo.isMatchingInputConstraint() in visitInlineAsm()
8300 if (OpInfo.isMatchingInputConstraint()) { in visitInlineAsm()
DTargetLowering.cpp4228 bool TargetLowering::AsmOperandInfo::isMatchingInputConstraint() const { in isMatchingInputConstraint() function in TargetLowering::AsmOperandInfo
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2391 bool TargetLowering::AsmOperandInfo::isMatchingInputConstraint() const { in isMatchingInputConstraint() function in TargetLowering::AsmOperandInfo
DSelectionDAGBuilder.cpp6869 if (OpInfo.isMatchingInputConstraint()) { // Matching constraint? in visitInlineAsm()