Searched refs:opc (Results 51 - 75 of 79) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1762 static Constant *getFoldedCast(Instruction::CastOps opc, Constant *C, Type *Ty, argument
1766 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty))
1775 ConstantExprKeyType Key(opc, C);
1782 Instruction::CastOps opc = Instruction::CastOps(oc); local
1783 assert(Instruction::isCast(opc) && "opcode out of range");
1785 assert(CastInst::castIsValid(opc, C, Ty) && "Invalid constantexpr cast!");
1787 switch (opc) {
H A DCore.cpp1446 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc;
1455 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num;
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_aka.c276 u8 opc[16], k[16], sqn[6]; local
293 if (hexstr2bin(pos, opc, 16))
303 return milenage_check(opc, k, sqn, data->rand, data->autn,
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c783 uint_t opc; local
789 opc = DIF_OP_SCMP;
791 opc = DIF_OP_CMP;
793 instr = DIF_INSTR_CMP(opc, dnp->dn_left->dn_reg, dnp->dn_right->dn_reg);
/freebsd-13-stable/contrib/libpcap/
H A Dscanner.l378 opc return OPC;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2154 UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc, QualType type,
2168 static UnaryOperator *Create(const ASTContext &C, Expr *input, Opcode opc,
3668 BinaryOperator(const ASTContext &Ctx, Expr *lhs, Expr *rhs, Opcode opc,
3681 Opcode opc, QualType ResTy, ExprValueKind VK,
3868 BinaryOperator(const ASTContext &Ctx, Expr *lhs, Expr *rhs, Opcode opc,
3901 CompoundAssignOperator(const ASTContext &C, Expr *lhs, Expr *rhs, Opcode opc, argument
3905 : BinaryOperator(C, lhs, rhs, opc, ResType, VK, OK, OpLoc, FPFeatures,
3917 Create(const ASTContext &C, Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy,
/freebsd-13-stable/sys/dev/ice/
H A Dice_common.c1687 * @opc: pass in the command opcode
1695 enum ice_adminq_opc opc, struct ice_sq_cd *cd)
1710 ice_fill_dflt_direct_cmd_desc(&desc, opc);
2293 * @opc: capabilities type to discover, device or function
2308 enum ice_adminq_opc opc, struct ice_sq_cd *cd)
2316 if (opc != ice_aqc_opc_list_func_caps &&
2317 opc != ice_aqc_opc_list_dev_caps)
2320 ice_fill_dflt_direct_cmd_desc(&desc, opc);
1693 ice_aq_alloc_free_res(struct ice_hw *hw, u16 num_entries, struct ice_aqc_alloc_free_res_elem *buf, u16 buf_size, enum ice_adminq_opc opc, struct ice_sq_cd *cd) argument
2307 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count, enum ice_adminq_opc opc, struct ice_sq_cd *cd) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp630 Info.opc = ISD::INTRINSIC_W_CHAIN;
644 Info.opc = ISD::INTRINSIC_W_CHAIN;
652 Info.opc = ISD::INTRINSIC_W_CHAIN;
/freebsd-13-stable/sbin/nvmecontrol/
H A Dlogpage.c203 pt.cmd.opc = NVME_OPC_GET_LOG_PAGE;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1513 virtual bool isHighLatencyDef(int opc) const { return false; }
H A DTargetLowering.h965 unsigned opc = 0; // target opcode member in struct:llvm::TargetLoweringBase::NegatibleCost::IntrinsicInfo
/freebsd-13-stable/usr.sbin/camdd/
H A Dcamdd.c1411 nc->opc = NVME_OPC_IDENTIFY;
1670 nc->opc = readop ? NVME_OPC_READ : NVME_OPC_WRITE;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1043 Info.opc = ISD::INTRINSIC_W_CHAIN;
1046 Info.opc = ISD::INTRINSIC_VOID;
1059 Info.opc = ISD::INTRINSIC_W_CHAIN;
1079 Info.opc = ISD::INTRINSIC_W_CHAIN;
1094 Info.opc = ISD::INTRINSIC_VOID;
1109 Info.opc = ISD::INTRINSIC_VOID;
1120 Info.opc = ISD::INTRINSIC_W_CHAIN;
1133 Info.opc = ISD::INTRINSIC_W_CHAIN;
1149 Info.opc = ISD::INTRINSIC_VOID;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1088 BinaryOperator::Opcode opc; local
1091 E->setOpcode(opc = (BinaryOperator::Opcode)Record.readInt());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9342 Info.opc = ISD::INTRINSIC_VOID;
9389 Info.opc = ISD::INTRINSIC_W_CHAIN;
9409 Info.opc = ISD::INTRINSIC_VOID;
9429 Info.opc = ISD::INTRINSIC_W_CHAIN;
9440 Info.opc = ISD::INTRINSIC_W_CHAIN;
9450 Info.opc = ISD::INTRINSIC_W_CHAIN;
9459 Info.opc = ISD::INTRINSIC_W_CHAIN;
9468 Info.opc = ISD::INTRINSIC_W_CHAIN;
9480 Info.opc = ISD::INTRINSIC_W_CHAIN;
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c2313 u_int32_t opc; local
2316 opc = *pc;
2322 *ic = pf_cksum_fixup(*ic, opc, *pc, 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1980 Info.opc = ISD::INTRINSIC_W_CHAIN;
2010 Info.opc = ISD::INTRINSIC_W_CHAIN;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17965 Info.opc = ISD::INTRINSIC_W_CHAIN;
17981 Info.opc = ISD::INTRINSIC_W_CHAIN;
18000 Info.opc = ISD::INTRINSIC_VOID;
18022 Info.opc = ISD::INTRINSIC_VOID;
18042 Info.opc = ISD::INTRINSIC_W_CHAIN;
18056 Info.opc = ISD::INTRINSIC_VOID;
18072 Info.opc = ISD::INTRINSIC_W_CHAIN;
18084 Info.opc = ISD::INTRINSIC_W_CHAIN;
18094 Info.opc = ISD::INTRINSIC_W_CHAIN;
18104 Info.opc
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5646 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc:
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas.c1785 c->opc = NVME_OPC_DATASET_MANAGEMENT;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp287 Info.opc = ISD::INTRINSIC_W_CHAIN;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4552 unsigned opc = fieldFromInstruction(Insn, 4, 28); local
4553 switch (opc) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7601 bool X86InstrInfo::isHighLatencyDef(int opc) const {
7602 switch (opc) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16123 Info.opc = ISD::INTRINSIC_W_CHAIN;
16157 Info.opc = ISD::INTRINSIC_W_CHAIN;
16209 Info.opc = ISD::INTRINSIC_VOID;
16242 Info.opc = ISD::INTRINSIC_VOID;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4668 if (!IsTgtIntrinsic || Info.opc == ISD::INTRINSIC_VOID ||
4669 Info.opc == ISD::INTRINSIC_W_CHAIN)
4708 DAG.getMemIntrinsicNode(Info.opc, getCurSDLoc(), VTs, Ops, Info.memVT,

Completed in 1000 milliseconds

1234