Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp165 static OperandType OpTypes[DW_CFA_restore+1][2]; in getOperandTypes() local
168 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes()
174 OpTypes[OP][0] = OPTYPE0; \ in getOperandTypes()
175 OpTypes[OP][1] = OPTYPE1; \ in getOperandTypes()
214 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td851 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and
854 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal>
856 let MIOperandInfo = OpTypes;
862 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>
864 let MIOperandInfo = OpTypes;