Home
last modified time | relevance | path

Searched refs:isConstantInstruction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1398 bool isConstantInstruction() const;
1812 bool isConstantInstruction() { in isConstantInstruction() function
1813 return getOpcodeMatcher().isConstantInstruction(); in isConstantInstruction()
H A DGlobalISelMatchTable.cpp1123 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
1124 bool BIsConstantInsn = BOM && BOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
1487 bool InstructionOpcodeMatcher::isConstantInstruction() const { in isConstantInstruction() function in llvm::gi::InstructionOpcodeMatcher