Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp799 static OperandType OpTypes[DW_CFA_restore + 1][MaxOperands]; in getOperandTypes() local
802 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
808 OpTypes[OP][0] = OPTYPE0; \ in getOperandTypes()
809 OpTypes[OP][1] = OPTYPE1; \ in getOperandTypes()
810 OpTypes[OP][2] = OPTYPE2; \ in getOperandTypes()
855 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTarget.td1024 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and
1027 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal>
1029 let MIOperandInfo = OpTypes;
1035 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>
1037 let MIOperandInfo = OpTypes;
/openbsd-src/gnu/llvm/llvm/docs/
H A DWritingAnLLVMBackend.rst1000 types defined in the backend, in the llvm::XXX::OpTypes namespace.
1003 available in each Target's OpTypes enum. Also, only named Operand types appear
1019 namespace OpTypes {
1029 } // End namespace OpTypes
1037 #define GET_INSTRINFO_OPERAND_TYPES_ENUM // For OpTypes enum