Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp289 static OperandType OpTypes[DW_CFA_restore+1][2]; in getOperandTypes() local
293 OpTypes[OP][0] = OPTYPE0; \ in getOperandTypes()
294 OpTypes[OP][1] = OPTYPE1; \ in getOperandTypes()
332 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes()
335 static ArrayRef<OperandType[2]> OpTypes = getOperandTypes(); variable
343 OperandType Type = OpTypes[Opcode][OperandIdx]; in printOperand()
/external/llvm/include/llvm/Target/
DTarget.td669 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and
672 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal>
674 let MIOperandInfo = OpTypes;
680 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>
682 let MIOperandInfo = OpTypes;
/external/llvm/docs/
DWritingAnLLVMBackend.rst968 types defined in the backend, in the llvm::XXX::OpTypes namespace.
971 available in each Target's OpTypes enum. Also, only named Operand types appear
987 namespace OpTypes {
997 } // End namespace OpTypes
1005 #define GET_INSTRINFO_OPERAND_TYPES_ENUM // For OpTypes enum