Home
last modified time | relevance | path

Searched refs:OpClass (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXSf.td245 class VPseudoVC_X<Operand OpClass, DAGOperand RS1Class> :
247 (ins OpClass:$op1, payload5:$rs2, payload5:$rd, RS1Class:$r1,
257 class VPseudoVC_XV<Operand OpClass, VReg RS2Class, DAGOperand RS1Class> :
259 (ins OpClass:$op1, payload5:$rd, RS2Class:$rs2, RS1Class:$r1,
269 class VPseudoVC_XVV<Operand OpClass, VReg RDClass, VReg RS2Class,
272 (ins OpClass:$op1, RDClass:$rd, RS2Class:$rs2, RS1Class:$r1,
282 class VPseudoVC_V_X<Operand OpClass, VReg RDClass, DAGOperand RS1Class> :
284 (ins OpClass:$op1, payload5:$rs2, RS1Class:$r1,
294 class VPseudoVC_V_XV<Operand OpClass, VReg RDClass, VReg RS2Class,
297 (ins OpClass:$op1, RS2Class:$rs2, RS1Class:$r1,
[all …]
H A DRISCVInstrInfoVPseudos.td1041 DAGOperand OpClass,
1045 (ins RetClass:$passthru, OpClass:$rs2,
1059 DAGOperand OpClass,
1063 (ins OpClass:$rs2, AVL:$vl, sew_mask:$sew), []>,
1075 DAGOperand OpClass,
1079 (ins RetClass:$passthru, OpClass:$rs2, vec_rm:$rm,
1096 VReg OpClass,
1101 (ins GetVRegNoV0<RetClass>.R:$passthru, OpClass:$rs2,
1117 VReg OpClass,
1121 (ins GetVRegNoV0<RetClass>.R:$passthru, OpClass:$rs2,
[all …]
H A DRISCVInstrInfoZvk.td232 class VPseudoBinaryNoMask_Zvk<DAGOperand RetClass, VReg OpClass> :
234 (ins RetClass:$rd, OpClass:$rs2, AVL:$vl, sew:$sew, vec_policy:$policy), []>,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp52 StringRef OpClass; // name of the opcode class member
173 OpClass = R->getValueAsDef("OpClass")->getName(); in DXILOperationDesc()
175 if (OpClass.str() == "UnknownOpClass") in DXILOperationDesc()
340 for (const Record *OpClass : Records.getAllDerivedDefinitions("DXILOpClass")) in emitDXILOpClasses() local
341 OS << "DXIL_OPCLASS(" << OpClass->getName() << ")\n"; in emitDXILOpClasses()
489 if (ClassSet.insert(Op.OpClass).second) in emitDXILOperationTable()
490 OpClassStrings.add(Op.OpClass.data()); in emitDXILOperationTable()
506 << OpStrings.get(Op.OpName) << ", OpCodeClass::" << Op.OpClass << ", " in emitDXILOperationTable()
507 << OpClassStrings.get(Op.OpClass.data()) << ", " in emitDXILOperationTable()
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswexec.c506 UINT32 OpClass; in AcpiDsExecEndOp() local
519 OpClass = WalkState->OpInfo->Class; in AcpiDsExecEndOp()
521 if (OpClass == AML_CLASS_UNKNOWN) in AcpiDsExecEndOp()
538 Status = AcpiDbSingleStep (WalkState, Op, OpClass); in AcpiDsExecEndOp()
546 switch (OpClass) in AcpiDsExecEndOp()
865 OpClass, OpType, Op->Common.AmlOpcode, Op)); in AcpiDsExecEndOp()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasllisting.c477 UINT32 OpClass; in LsWriteNodeToListing() local
484 OpClass = OpInfo->Class; in LsWriteNodeToListing()
503 switch (OpClass) in LsWriteNodeToListing()
640 switch (OpClass) in LsWriteNodeToListing()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td236 Operand OpClass = opclass;
1108 dag InOperandList = (ins ROWD:$wd_in, ROWS:$ws, Mask.OpClass:$m);
1137 dag InOperandList = (ins ROWS:$ws, SplatImm.OpClass:$m);
1181 dag InOperandList = (ins ROWS:$ws, SplatImm.OpClass:$imm);
1192 dag InOperandList = (ins ROWS:$ws, SplatImm.OpClass:$u8);
1417 dag InOperandList = (ins ROWS:$ws, SplatImm.OpClass:$n);
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td379 DXILOpClass OpClass = opclass;