Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFCFIProgram.cpp145 static OperandType OpTypes[DW_CFA_restore + 1][MaxOperands]; in getOperandTypes() local
148 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
154 OpTypes[OP][0] = OPTYPE0; \ in getOperandTypes()
155 OpTypes[OP][1] = OPTYPE1; \ in getOperandTypes()
156 OpTypes[OP][2] = OPTYPE2; \ in getOperandTypes()
202 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp55 SmallVector<const Record *> OpTypes; member
140 OpTypes.emplace_back(TR); in DXILOperationDesc()
422 for (const Record *Rec : Op.OpTypes) in emitDXILOpFunctionTypes()
425 if (Op.OpTypes.size() == 1) in emitDXILOpFunctionTypes()
H A DGlobalISelCombinerEmitter.cpp461 std::vector<std::string> OpTypes; in getMCOIOperandTypes() local
473 OpTypes.push_back(CGI.Operands[K].OperandType); in getMCOIOperandTypes()
478 OpTypes.push_back(VarArgsTyName); in getMCOIOperandTypes()
491 OpTypes.push_back(VarArgsTyName); in getMCOIOperandTypes()
493 OpTypes.push_back(CGI.Operands[CGIOpIdx].OperandType); in getMCOIOperandTypes()
497 assert(OpTypes.size() == CGP.operands_size()); in getMCOIOperandTypes()
498 return OpTypes; in getMCOIOperandTypes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1124 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and
1127 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal>
1129 let MIOperandInfo = OpTypes;
1135 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>
1137 let MIOperandInfo = OpTypes;