Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h29 Type *OpType; variable
36 class Type *OpType, MaybeAlign Alignment,
38 : IsWrite(IsWrite), OpType(OpType), Alignment(Alignment), in IsWrite()
41 TypeSize = DL.getTypeStoreSizeInBits(OpType); in IsWrite()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dxtensa-relax.h57 typedef enum op_type OpType; typedef
82 OpType typ; /* CONSTANT: op_data is a constant.
93 OpType typ;
138 PARAMS ((OpType));
140 PARAMS ((OpType, long));
H A Dxtensa-relax.c412 PARAMS ((BuildInstr *, unsigned, OpType, unsigned));
423 PARAMS ((OpType));
425 PARAMS ((OpType, long));
716 OpType typ;
764 OpType op; in xg_has_userdef_op_fn()
781 OpType op; in xg_apply_userdef_op_fn()
1645 OpType typ = OP_CONSTANT;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dxtensa-relax.h94 typedef enum op_type OpType; typedef
121 OpType typ; /* CONSTANT: op_data is a constant.
133 OpType typ;
179 extern bfd_boolean xg_has_userdef_op_fn (OpType);
180 extern long xg_apply_userdef_op_fn (OpType, long);
H A Dxtensa-relax.c478 extern bfd_boolean xg_has_userdef_op_fn (OpType);
479 extern long xg_apply_userdef_op_fn (OpType, long);
674 OpType typ, in append_user_fn_field_op()
733 xg_has_userdef_op_fn (OpType op) in xg_has_userdef_op_fn()
751 xg_apply_userdef_op_fn (OpType op, long a) in xg_apply_userdef_op_fn()
1822 OpType typ = OP_CONSTANT; in build_transition()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DPostfixExpression.h53 enum OpType { enum
59 BinaryOpNode(OpType op_type, Node &left, Node &right) in BinaryOpNode()
62 OpType GetOpType() const { return m_op_type; } in GetOpType()
73 OpType m_op_type;
134 enum OpType { enum
138 UnaryOpNode(OpType op_type, Node &operand) in UnaryOpNode()
141 OpType GetOpType() const { return m_op_type; } in GetOpType()
149 OpType m_op_type;
/openbsd-src/gnu/llvm/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)
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DEvalEmitter.cpp109 template <PrimType OpType> bool EvalEmitter::emitRet(const SourceInfo &Info) { in emitRet()
112 using T = typename PrimConv<OpType>::T; in emitRet()
218 template <PrimType OpType>
223 using T = typename PrimConv<OpType>::T; in emitGetLocal()
232 template <PrimType OpType>
237 using T = typename PrimConv<OpType>::T; in emitSetLocal()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h481 enum OpType { enum
502 OpType Operation;
513 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V,
520 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) in MCCFIInstruction()
525 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, unsigned AS) in MCCFIInstruction()
642 OpType getOperation() const { return Operation; } in getOperation()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DPostfixExpression.cpp24 static std::optional<BinaryOpNode::OpType>
39 static std::optional<UnaryOpNode::OpType>
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp2158 unsigned OpType = Desc.operands()[OpNo].OperandType; in isSISrcOperand() local
2159 return OpType >= AMDGPU::OPERAND_SRC_FIRST && in isSISrcOperand()
2160 OpType <= AMDGPU::OPERAND_SRC_LAST; in isSISrcOperand()
2165 unsigned OpType = Desc.operands()[OpNo].OperandType; in isKImmOperand() local
2166 return OpType >= AMDGPU::OPERAND_KIMM_FIRST && in isKImmOperand()
2167 OpType <= AMDGPU::OPERAND_KIMM_LAST; in isKImmOperand()
2172 unsigned OpType = Desc.operands()[OpNo].OperandType; in isSISrcFPOperand() local
2173 switch (OpType) { in isSISrcFPOperand()
2201 unsigned OpType = Desc.operands()[OpNo].OperandType; in isSISrcInlinableOperand() local
2202 return OpType >= AMDGPU::OPERAND_REG_INLINE_C_FIRST && in isSISrcInlinableOperand()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMatrixBuilder.h112 auto *OpType = cast<VectorType>(Matrix->getType()); variable
114 FixedVectorType::get(OpType->getElementType(), Rows * Columns);
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h265 bool opCanUseLiteralConstant(unsigned OpType) const;
270 bool opCanUseInlineConstant(unsigned OpType) const;
H A DAMDGPUPrintfRuntimeBinding.cpp136 static bool shouldPrintAsStr(char Specifier, Type *OpType) { in shouldPrintAsStr() argument
137 return Specifier == 's' && isa<PointerType>(OpType); in shouldPrintAsStr()
H A DSIRegisterInfo.cpp2825 bool SIRegisterInfo::opCanUseInlineConstant(unsigned OpType) const { in opCanUseInlineConstant()
2826 if (OpType >= AMDGPU::OPERAND_REG_INLINE_AC_FIRST && in opCanUseInlineConstant()
2827 OpType <= AMDGPU::OPERAND_REG_INLINE_AC_LAST) in opCanUseInlineConstant()
2830 return OpType >= AMDGPU::OPERAND_SRC_FIRST && in opCanUseInlineConstant()
2831 OpType <= AMDGPU::OPERAND_SRC_LAST; in opCanUseInlineConstant()
2858 bool SIRegisterInfo::opCanUseLiteralConstant(unsigned OpType) const { in opCanUseLiteralConstant()
2860 return OpType >= AMDGPU::OPERAND_REG_IMM_FIRST && in opCanUseLiteralConstant()
2861 OpType <= AMDGPU::OPERAND_REG_IMM_LAST; in opCanUseLiteralConstant()
H A DSIInstrInfo.h867 uint8_t OpType = (Size == 8) ? in isInlineConstant() local
869 return isInlineConstant(MO, OpType); in isInlineConstant()
/openbsd-src/gnu/llvm/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"];
2598 let OpType = "mem";
2610 let OpType = "mem";
2882 let OpType = "reg";
2891 let OpType = "reg";
2950 let OpType = "mem";
2999 let OpType = "mem";
3010 let OpType = "mem";
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DStackMaps.h294 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h368 bool isExpr(unsigned OpType) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h763 Type *OpType = Type::getIntNTy(Context, OpSizeInBytes * 8); in getMemcpyLoopResidualLoweringType() local
765 OpsOut.push_back(OpType); in getMemcpyLoopResidualLoweringType()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1602 unsigned OpType = OI.value().OperandType; in verifyInstruction() local
1603 if (OpType >= RISCVOp::OPERAND_FIRST_RISCV_IMM && in verifyInstruction()
1604 OpType <= RISCVOp::OPERAND_LAST_RISCV_IMM) { in verifyInstruction()
1609 switch (OpType) { in verifyInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1074 auto OpType = Desc.operands()[I].OperandType; in convertFMAanyK() local
1075 bool IsDeferredOp = (OpType == AMDGPU::OPERAND_REG_IMM_FP32_DEFERRED || in convertFMAanyK()
1076 OpType == AMDGPU::OPERAND_REG_IMM_FP16_DEFERRED); in convertFMAanyK()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6834 Type *OpType = Op0->getType(); in visitFCmpInst() local
6835 assert(OpType == Op1->getType() && "fcmp with different-typed operands?"); in visitFCmpInst()
6845 I.setOperand(1, Constant::getNullValue(OpType)); in visitFCmpInst()
6854 I.setOperand(1, Constant::getNullValue(OpType)); in visitFCmpInst()
6863 return replaceOperand(I, 0, ConstantFP::getNullValue(OpType)); in visitFCmpInst()
6866 return replaceOperand(I, 1, ConstantFP::getNullValue(OpType)); in visitFCmpInst()
6895 return replaceOperand(I, 1, ConstantFP::getNullValue(OpType)); in visitFCmpInst()
6901 X->getType()->isVectorTy() == OpType->isVectorTy() && in visitFCmpInst()
6902 X->getType()->getScalarSizeInBits() == OpType->getScalarSizeInBits()) { in visitFCmpInst()
7019 if (auto *VecTy = dyn_cast<VectorType>(OpType)) in visitFCmpInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2116 Type *OpType = S->getType(); in costAndCollectOperands() local
2118 Opcode, OpType, CmpInst::makeCmpResultType(OpType), in costAndCollectOperands()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1437 unsigned Granularity, Type *OpType, in instrumentMaskedLoadOrStore() argument
1440 auto *VTy = cast<FixedVectorType>(OpType); in instrumentMaskedLoadOrStore()
1518 Addr, O.Alignment, Granularity, O.OpType, in instrumentMop()

12