Searched refs:DAGDefaultOperand (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1010 /// DAGDefaultOperand - One of these is created for each OperandWithDefaultOps
1012 struct DAGDefaultOperand { struct in namespace:llvm
1156 std::map<Record*, DAGDefaultOperand, LessRecordByID> DefaultOperands;
1223 const DAGDefaultOperand &getDefaultOperand(Record *R) const {
H A DDAGISelMatcherGen.cpp840 const DAGDefaultOperand &DefaultOp
H A DCodeGenDAGPatterns.cpp3254 // Copy the operands over into a DAGDefaultOperand.
3255 DAGDefaultOperand DefaultOpInfo;

Completed in 115 milliseconds