Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp759 static OperandType OpTypes[DW_CFA_restore+1][2]; in getOperandTypes() local
762 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes()
768 OpTypes[OP][0] = OPTYPE0; \ in getOperandTypes()
769 OpTypes[OP][1] = OPTYPE1; \ in getOperandTypes()
808 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td943 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and
946 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal>
948 let MIOperandInfo = OpTypes;
954 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>
956 let MIOperandInfo = OpTypes;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst966 types defined in the backend, in the llvm::XXX::OpTypes namespace.
969 available in each Target's OpTypes enum. Also, only named Operand types appear
985 namespace OpTypes {
995 } // End namespace OpTypes
1003 #define GET_INSTRINFO_OPERAND_TYPES_ENUM // For OpTypes enum