Home
last modified time | relevance | path

Searched refs:hasImmValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp172 if (!hasImmValue()) in describe()
186 if (hasImmValue()) in print()
190 } else if (hasImmValue()) in print()
758 if (!Op.hasImmValue()) { in checkSemantics()
809 if (Op.hasImmValue()) { in mapInputCodeExpansions()
H A DPatterns.h256 bool isNamedImmediate() const { return hasImmValue() && isNamedOperand(); } in isNamedImmediate()
258 bool hasImmValue() const { return Value.has_value(); } in hasImmValue() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp329 if ((!Op.isDef() && !Op.hasImmValue()) || Op.getType()) in propagateAndInferTypes()
353 if (Op.hasImmValue()) { in propagateAndInferTypes()
1916 if (Op.hasImmValue()) { in emitInstructionApplyPattern()
2179 if (RemappedO.hasImmValue()) { in emitCodeGenInstructionMatchPattern()
2213 if (OriginalO.hasImmValue()) { in emitCodeGenInstructionMatchPattern()