Searched refs:OpType (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h26 Type *OpType; member in class:llvm::InterestingMemoryOperand
33 class Type *OpType, MaybeAlign Alignment,
35 : IsWrite(IsWrite), OpType(OpType), Alignment(Alignment),
38 TypeSize = DL.getTypeStoreSizeInBits(OpType);
32 InterestingMemoryOperand(Instruction *I, unsigned OperandNo, bool IsWrite, class Type *OpType, MaybeAlign Alignment, Value *MaybeMask = nullptr) argument
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dxtensa-relax.h107 } OpType; typedef in typeref:enum:op_type
119 OpType typ; /* CONSTANT: op_data is a constant.
131 OpType typ;
173 extern bfd_boolean xg_has_userdef_op_fn (OpType);
174 extern long xg_apply_userdef_op_fn (OpType, long);
H A Dxtensa-relax.c550 extern bfd_boolean xg_has_userdef_op_fn (OpType);
551 extern long xg_apply_userdef_op_fn (OpType, long);
745 OpType typ,
804 xg_has_userdef_op_fn (OpType op)
822 xg_apply_userdef_op_fn (OpType op, long a)
1846 OpType typ = OP_CONSTANT;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.h107 } OpType; typedef in typeref:enum:op_type
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.c550 extern bool xg_has_userdef_op_fn (OpType);
551 extern long xg_apply_userdef_op_fn (OpType, long);
745 OpType typ,
804 xg_has_userdef_op_fn (OpType op)
822 xg_apply_userdef_op_fn (OpType op, long a)
1846 OpType typ = OP_CONSTANT;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dxtensa-relax.h107 } OpType; typedef in typeref:enum:op_type
119 OpType typ; /* CONSTANT: op_data is a constant.
131 OpType typ;
173 extern bfd_boolean xg_has_userdef_op_fn (OpType);
174 extern long xg_apply_userdef_op_fn (OpType, long);
H A Dxtensa-relax.c550 extern bfd_boolean xg_has_userdef_op_fn (OpType);
551 extern long xg_apply_userdef_op_fn (OpType, long);
745 OpType typ,
804 xg_has_userdef_op_fn (OpType op)
822 xg_apply_userdef_op_fn (OpType op, long a)
1846 OpType typ = OP_CONSTANT;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterInst.h27 enum OpType { enum in struct:llvm::AsmWriterOperand
54 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
57 OpType op = isLiteralTextOperand)
62 OpType op = isMachineInstrOperand, bool PCRel = false)
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DEvalEmitter.cpp98 template <PrimType OpType> bool EvalEmitter::emitRet(const SourceInfo &Info) {
101 using T = typename PrimConv<OpType>::T;
206 template <PrimType OpType>
211 using T = typename PrimConv<OpType>::T;
220 template <PrimType OpType>
225 using T = typename PrimConv<OpType>::T;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp496 SmallVector<OperandType, 6> OpType(NumOperands, OperandType::Invalid);
530 assert(((OpType[MIOpIdx] == OperandType::Invalid) ||
531 (OpType[MIOpIdx] == OperandType::Reg)) &&
533 OpType[MIOpIdx] = OperandType::Reg;
543 assert(((OpType[MIOpIdx] == OperandType::Invalid) ||
544 (OpType[MIOpIdx] == OperandType::Imm)) &&
546 OpType[MIOpIdx] = OperandType::Imm;
575 assert(OpType[DstMIOpIdx + I] == OperandType::Invalid &&
577 OpType[DstMIOpIdx + I] = OpType[SrcMIOpId
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/parser/
H A Dpsopinfo.c194 * PARAMETERS: OpType - Type associated with the AML opcode
204 UINT32 OpType)
207 if (OpType <= AML_TYPE_EXEC_6A_0T_1R)
209 return (AcpiGbl_ArgumentCount[OpType]);
203 AcpiPsGetArgumentCount( UINT32 OpType) argument
/netbsd-current/sys/external/bsd/acpica/dist/dispatcher/
H A Ddswexec.c397 UINT32 OpType; local
410 OpType = WalkState->OpInfo->Type;
484 Status = AcpiGbl_OpTypeDispatch[OpType] (WalkState);
528 switch (OpType)
757 OpClass, OpType, Op->Common.AmlOpcode, Op));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h443 enum OpType { enum in class:llvm::MCCFIInstruction
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)
586 OpType getOperation() const { return Operation; }
/netbsd-current/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-current/sys/external/bsd/acpica/dist/include/
H A Dacparser.h184 UINT32 OpType);
H A Dacdebug.h102 UINT32 OpType))
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMatrixBuilder.h116 auto *OpType = cast<VectorType>(Matrix->getType()); local
118 FixedVectorType::get(OpType->getElementType(), Rows * Columns);
/netbsd-current/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 {
137 const PointerType *PT = dyn_cast<PointerType>(OpType);
H A DSIRegisterInfo.cpp2162 bool SIRegisterInfo::opCanUseInlineConstant(unsigned OpType) const {
2163 if (OpType >= AMDGPU::OPERAND_REG_INLINE_AC_FIRST &&
2164 OpType <= AMDGPU::OPERAND_REG_INLINE_AC_LAST)
2167 return OpType >= AMDGPU::OPERAND_SRC_FIRST &&
2168 OpType <= AMDGPU::OPERAND_SRC_LAST;
2195 bool SIRegisterInfo::opCanUseLiteralConstant(unsigned OpType) const {
2197 return OpType >= AMDGPU::OPERAND_REG_IMM_FIRST &&
2198 OpType <= AMDGPU::OPERAND_REG_IMM_LAST;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1550 unsigned OpType = Desc.OpInfo[OpNo].OperandType;
1551 return OpType >= AMDGPU::OPERAND_SRC_FIRST &&
1552 OpType <= AMDGPU::OPERAND_SRC_LAST;
1557 unsigned OpType = Desc.OpInfo[OpNo].OperandType;
1558 switch (OpType) {
1584 unsigned OpType = Desc.OpInfo[OpNo].OperandType;
1585 return OpType >= AMDGPU::OPERAND_REG_INLINE_C_FIRST &&
1586 OpType <= AMDGPU::OPERAND_REG_INLINE_C_LAST;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h286 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dopc2c.c92 } OpType; typedef in typeref:enum:__anon2807
96 OpType type;
/netbsd-current/external/gpl3/gdb/dist/sim/m32c/
H A Dopc2c.c92 } OpType; typedef in typeref:enum:__anon2259
96 OpType type;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h360 bool isExpr(unsigned OpType) const;

Completed in 417 milliseconds

12