Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp42 SmallVector<Record *> OpTypes; // Vector of operand type records - member
163 OpTypes.emplace_back(TypeRecs[OLParamIndex]); in DXILOperationDesc()
166 OpTypes.emplace_back(TR); in DXILOperationDesc()
379 for (unsigned i = 1; i < Op.OpTypes.size(); i++) { in emitDXILOperationTable()
380 ParamKindVec.emplace_back(getParameterKind(Op.OpTypes[i])); in emitDXILOperationTable()
409 OLParamIdx = (Op.OpTypes.size() > 1) ? 1 : 0; in emitDXILOperationTable()
414 << getOverloadKindStr(Op.OpTypes[OLParamIdx]) << ", " in emitDXILOperationTable()
416 << Op.OverloadParamIndex << ", " << Op.OpTypes.size() - 1 << ", " in emitDXILOperationTable()
H A DGlobalISelCombinerEmitter.cpp468 std::vector<std::string> OpTypes; in getMCOIOperandTypes() local
479 OpTypes.push_back(CGI.Operands[K].OperandType); in getMCOIOperandTypes()
484 OpTypes.push_back(VarArgsTyName); in getMCOIOperandTypes()
497 OpTypes.push_back(VarArgsTyName); in getMCOIOperandTypes()
499 OpTypes.push_back(CGI.Operands[CGIOpIdx].OperandType); in getMCOIOperandTypes()
503 assert(OpTypes.size() == CGP.operands_size()); in getMCOIOperandTypes()
504 return OpTypes; in getMCOIOperandTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td243 list<LLVMType> OpTypes = ?; // Valid types of DXIL Operation in the
254 list<LLVMType> OpTypes = !if(!eq(!size(opTys), 0), LLVMIntrinsic.Types, opTys);
344 let OpTypes = !listconcat([llvm_halforfloat_ty], !listsplat(llvm_halforfloat_ty, 4)) in
347 let OpTypes = !listconcat([llvm_halforfloat_ty], !listsplat(llvm_halforfloat_ty, 6)) in
350 let OpTypes = !listconcat([llvm_halforfloat_ty], !listsplat(llvm_halforfloat_ty, 8)) in
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp801 static OperandType OpTypes[DW_CFA_restore + 1][MaxOperands]; in getOperandTypes() local
804 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
810 OpTypes[OP][0] = OPTYPE0; \ in getOperandTypes()
811 OpTypes[OP][1] = OPTYPE1; \ in getOperandTypes()
812 OpTypes[OP][2] = OPTYPE2; \ in getOperandTypes()
857 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1119 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and
1122 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal>
1124 let MIOperandInfo = OpTypes;
1130 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>
1132 let MIOperandInfo = OpTypes;