Searched refs:OpTypes (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 333 static OperandType OpTypes[DW_CFA_restore+1][2]; in getOperandTypes() local 337 OpTypes[OP][0] = OPTYPE0; \ in getOperandTypes() 338 OpTypes[OP][1] = OPTYPE1; \ in getOperandTypes() 376 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes() 379 static ArrayRef<OperandType[2]> OpTypes = getOperandTypes(); variable 387 OperandType Type = OpTypes[Opcode][OperandIdx]; in printOperand()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | Target.td | 556 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and 559 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal> 561 let MIOperandInfo = OpTypes; 568 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops> 570 let MIOperandInfo = OpTypes;
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 717 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and 720 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal> 722 let MIOperandInfo = OpTypes; 728 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops> 730 let MIOperandInfo = OpTypes;
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 966 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
|