| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizerCommon.h | 26 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 D | xtensa-relax.h | 107 } 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 D | xtensa-relax.c | 544 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 D | xtensa-relax.h | 107 } 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 D | xtensa-relax.c | 548 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 D | AsmWriterInst.h | 27 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 D | M68kDisassembler.cpp | 496 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 D | EvalEmitter.cpp | 98 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 D | dswexec.c | 397 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 D | psopinfo.c | 204 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 D | MCDwarf.h | 443 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 D | SIRegisterInfo.h | 215 bool opCanUseLiteralConstant(unsigned OpType) const; 220 bool opCanUseInlineConstant(unsigned OpType) const;
|
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 64 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 D | SIRegisterInfo.cpp | 2162 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 D | AMDGPUBaseInfo.cpp | 1550 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 D | MatrixBuilder.h | 116 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 D | SystemZInstrFormats.td | 35 // 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 D | proto-slapi.h | 39 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 D | acparser.h | 184 UINT32 OpType);
|
| H A D | acdebug.h | 102 UINT32 OpType))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 853 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 D | opc2c.c | 137 } OpType; typedef 141 OpType type;
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | opc2c.c | 137 } OpType; typedef 141 OpType type;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | StackMaps.h | 286 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 360 bool isExpr(unsigned OpType) const;
|