Home
last modified time | relevance | path

Searched refs:OpType (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h26 Type *OpType; variable
33 class Type *OpType, MaybeAlign Alignment,
35 : IsWrite(IsWrite), OpType(OpType), Alignment(Alignment), in IsWrite()
38 TypeSize = DL.getTypeStoreSizeInBits(OpType); in IsWrite()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.h107 } OpType; typedef
119 OpType typ; /* CONSTANT: op_data is a constant.
131 OpType typ;
173 extern bool xg_has_userdef_op_fn (OpType);
174 extern long xg_apply_userdef_op_fn (OpType, long);
H A Dxtensa-relax.c544 extern bool xg_has_userdef_op_fn (OpType);
545 extern long xg_apply_userdef_op_fn (OpType, long);
739 OpType typ, in append_user_fn_field_op()
798 xg_has_userdef_op_fn (OpType op) in xg_has_userdef_op_fn()
816 xg_apply_userdef_op_fn (OpType op, long a) in xg_apply_userdef_op_fn()
1840 OpType typ = OP_CONSTANT; in build_transition()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dxtensa-relax.h107 } OpType; typedef
119 OpType typ; /* CONSTANT: op_data is a constant.
131 OpType typ;
173 extern bool xg_has_userdef_op_fn (OpType);
174 extern long xg_apply_userdef_op_fn (OpType, long);
H A Dxtensa-relax.c548 extern bool xg_has_userdef_op_fn (OpType);
549 extern long xg_apply_userdef_op_fn (OpType, long);
743 OpType typ, in append_user_fn_field_op()
802 xg_has_userdef_op_fn (OpType op) in xg_has_userdef_op_fn()
820 xg_apply_userdef_op_fn (OpType op, long a) in xg_apply_userdef_op_fn()
1844 OpType typ = OP_CONSTANT; in build_transition()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterInst.h27 enum OpType { enum
54 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType()
57 OpType op = isLiteralTextOperand)
62 OpType op = isMachineInstrOperand, bool PCRel = false)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp496 SmallVector<OperandType, 6> OpType(NumOperands, OperandType::Invalid); in getInstruction() local
530 assert(((OpType[MIOpIdx] == OperandType::Invalid) || in getInstruction()
531 (OpType[MIOpIdx] == OperandType::Reg)) && in getInstruction()
533 OpType[MIOpIdx] = OperandType::Reg; in getInstruction()
543 assert(((OpType[MIOpIdx] == OperandType::Invalid) || in getInstruction()
544 (OpType[MIOpIdx] == OperandType::Imm)) && in getInstruction()
546 OpType[MIOpIdx] = OperandType::Imm; in getInstruction()
575 assert(OpType[DstMIOpIdx + I] == OperandType::Invalid && in getInstruction()
577 OpType[DstMIOpIdx + I] = OpType[SrcMIOpIdx + I]; in getInstruction()
584 switch (OpType[O]) { in getInstruction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DEvalEmitter.cpp98 template <PrimType OpType> bool EvalEmitter::emitRet(const SourceInfo &Info) { in emitRet()
101 using T = typename PrimConv<OpType>::T; in emitRet()
206 template <PrimType OpType>
211 using T = typename PrimConv<OpType>::T; in emitGetLocal()
220 template <PrimType OpType>
225 using T = typename PrimConv<OpType>::T; in emitSetLocal()
/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/
H A Ddswexec.c397 UINT32 OpType; in AcpiDsExecEndOp() local
410 OpType = WalkState->OpInfo->Type; in AcpiDsExecEndOp()
484 Status = AcpiGbl_OpTypeDispatch[OpType] (WalkState); in AcpiDsExecEndOp()
528 switch (OpType) in AcpiDsExecEndOp()
757 OpClass, OpType, Op->Common.AmlOpcode, Op)); in AcpiDsExecEndOp()
/netbsd-src/sys/external/bsd/acpica/dist/parser/
H A Dpsopinfo.c204 UINT32 OpType) in AcpiPsGetArgumentCount() argument
207 if (OpType <= AML_TYPE_EXEC_6A_0T_1R) in AcpiPsGetArgumentCount()
209 return (AcpiGbl_ArgumentCount[OpType]); in AcpiPsGetArgumentCount()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h443 enum OpType { enum
463 OpType Operation;
473 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V,
480 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) in MCCFIInstruction()
586 OpType getOperation() const { return Operation; } in getOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h215 bool opCanUseLiteralConstant(unsigned OpType) const;
220 bool opCanUseInlineConstant(unsigned OpType) const;
H A DAMDGPUPrintfRuntimeBinding.cpp64 bool shouldPrintAsStr(char Specifier, Type *OpType) const;
134 Type *OpType) const { in shouldPrintAsStr()
137 const PointerType *PT = dyn_cast<PointerType>(OpType); in shouldPrintAsStr()
H A DSIRegisterInfo.cpp2162 bool SIRegisterInfo::opCanUseInlineConstant(unsigned OpType) const { in opCanUseInlineConstant()
2163 if (OpType >= AMDGPU::OPERAND_REG_INLINE_AC_FIRST && in opCanUseInlineConstant()
2164 OpType <= AMDGPU::OPERAND_REG_INLINE_AC_LAST) in opCanUseInlineConstant()
2167 return OpType >= AMDGPU::OPERAND_SRC_FIRST && in opCanUseInlineConstant()
2168 OpType <= AMDGPU::OPERAND_SRC_LAST; in opCanUseInlineConstant()
2195 bool SIRegisterInfo::opCanUseLiteralConstant(unsigned OpType) const { in opCanUseLiteralConstant()
2197 return OpType >= AMDGPU::OPERAND_REG_IMM_FIRST && in opCanUseLiteralConstant()
2198 OpType <= AMDGPU::OPERAND_REG_IMM_LAST; in opCanUseLiteralConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1550 unsigned OpType = Desc.OpInfo[OpNo].OperandType; in isSISrcOperand() local
1551 return OpType >= AMDGPU::OPERAND_SRC_FIRST && in isSISrcOperand()
1552 OpType <= AMDGPU::OPERAND_SRC_LAST; in isSISrcOperand()
1557 unsigned OpType = Desc.OpInfo[OpNo].OperandType; in isSISrcFPOperand() local
1558 switch (OpType) { in isSISrcFPOperand()
1584 unsigned OpType = Desc.OpInfo[OpNo].OperandType; in isSISrcInlinableOperand() local
1585 return OpType >= AMDGPU::OPERAND_REG_INLINE_C_FIRST && in isSISrcInlinableOperand()
1586 OpType <= AMDGPU::OPERAND_REG_INLINE_C_LAST; in isSISrcInlinableOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMatrixBuilder.h116 auto *OpType = cast<VectorType>(Matrix->getType()); variable
118 FixedVectorType::get(OpType->getElementType(), Rows * Columns);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td35 // counterpart. OpKey uniquely identifies <INSN>R, while OpType is
38 string OpType = "none";
143 let ColFields = ["OpType"];
2549 let OpType = "mem";
2561 let OpType = "mem";
2823 let OpType = "reg";
2832 let OpType = "reg";
2891 let OpType = "mem";
2940 let OpType = "mem";
2951 let OpType = "mem";
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dproto-slapi.h39 LDAP_SLAPI_F (void) slapi_int_connection_init_pb LDAP_P(( Slapi_PBlock *pb, ber_tag_t OpType ));
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacparser.h184 UINT32 OpType);
H A Dacdebug.h102 UINT32 OpType))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp853 unsigned OpType = OI.value().OperandType; in verifyInstruction() local
854 if (OpType >= RISCVOp::OPERAND_FIRST_RISCV_IMM && in verifyInstruction()
855 OpType <= RISCVOp::OPERAND_LAST_RISCV_IMM) { in verifyInstruction()
860 switch (OpType) { in verifyInstruction()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dopc2c.c137 } OpType; typedef
141 OpType type;
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dopc2c.c137 } OpType; typedef
141 OpType type;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h286 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h360 bool isExpr(unsigned OpType) const;

12