| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizerCommon.h | 29 Type *OpType; variable 40 class Type *OpType, MaybeAlign Alignment, 44 : IsWrite(IsWrite), OpType(OpType), Alignment(Alignment), in IsWrite() 47 TypeStoreSize = DL.getTypeStoreSizeInBits(OpType); in IsWrite()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | PostfixExpression.h | 53 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;
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmWriterInst.h | 26 enum OpType { enum 53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() 56 OpType op = isLiteralTextOperand) 61 OpType op = isMachineInstrOperand, bool PCRel = false)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | EvalEmitter.cpp | 111 template <PrimType OpType> bool EvalEmitter::emitRet(const SourceInfo &Info) { in emitRet() 114 using T = typename PrimConv<OpType>::T; in emitRet() 157 template <PrimType OpType> 162 using T = typename PrimConv<OpType>::T; in emitGetLocal() 169 template <PrimType OpType> 174 using T = typename PrimConv<OpType>::T; in emitSetLocal()
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dswexec.c | 505 UINT32 OpType; in AcpiDsExecEndOp() local 518 OpType = WalkState->OpInfo->Type; in AcpiDsExecEndOp() 590 Status = AcpiGbl_OpTypeDispatch[OpType] (WalkState); in AcpiDsExecEndOp() 634 switch (OpType) in AcpiDsExecEndOp() 863 OpClass, OpType, Op->Common.AmlOpcode, Op)); in AcpiDsExecEndOp()
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/parser/ |
| H A D | psopinfo.c | 312 UINT32 OpType) in AcpiPsGetArgumentCount() argument 315 if (OpType <= AML_TYPE_EXEC_6A_0T_1R) in AcpiPsGetArgumentCount() 317 return (AcpiGbl_ArgumentCount[OpType]); in AcpiPsGetArgumentCount()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 486 enum OpType { enum 507 OpType Operation; 519 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, SMLoc Loc, 526 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2, SMLoc Loc) in MCCFIInstruction() 531 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, unsigned AS, in MCCFIInstruction() 658 OpType getOperation() const { return Operation; } in getOperation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 936 OperationType OpType; variable 953 OpType = OperationType::Other; in VPSingleDefRecipe() 961 OpType = OperationType::Cmp; in VPRecipeWithIRFlags() 964 OpType = OperationType::DisjointOp; in VPRecipeWithIRFlags() 973 OpType = OperationType::GEPOp; in VPRecipeWithIRFlags() 976 OpType = OperationType::NonNegOp; in VPRecipeWithIRFlags() 979 OpType = OperationType::FPMathOp; in VPRecipeWithIRFlags() 982 OpType = OperationType::Other; in VPRecipeWithIRFlags() 1026 switch (OpType) { in dropPoisonGeneratingFlags() 1055 switch (OpType) { in setFlags() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 24 static std::optional<BinaryOpNode::OpType> 39 static std::optional<UnaryOpNode::OpType>
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 2380 unsigned OpType = Desc.operands()[OpNo].OperandType; in isSISrcOperand() local 2381 return OpType >= AMDGPU::OPERAND_SRC_FIRST && in isSISrcOperand() 2382 OpType <= AMDGPU::OPERAND_SRC_LAST; in isSISrcOperand() 2387 unsigned OpType = Desc.operands()[OpNo].OperandType; in isKImmOperand() local 2388 return OpType >= AMDGPU::OPERAND_KIMM_FIRST && in isKImmOperand() 2389 OpType <= AMDGPU::OPERAND_KIMM_LAST; in isKImmOperand() 2394 unsigned OpType = Desc.operands()[OpNo].OperandType; in isSISrcFPOperand() local 2395 switch (OpType) { in isSISrcFPOperand() 2420 unsigned OpType = Desc.operands()[OpNo].OperandType; in isSISrcInlinableOperand() local 2424 OpType <= AMDGPU::OPERAND_REG_INLINE_AC_LAST); in isSISrcInlinableOperand() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 217 uint8_t OpType = TII->get(Opcode).operands()[OpNo].OperandType; in canUseImmWithOpSel() local 218 switch (OpType) { in canUseImmWithOpSel() 236 uint8_t OpType = TII->get(Opcode).operands()[OpNo].OperandType; in tryFoldImmWithOpSel() local 241 if (AMDGPU::isInlinableLiteralV216(Fold.ImmToFold, OpType)) { in tryFoldImmWithOpSel() 275 if (AMDGPU::isInlinableLiteralV216(Imm, OpType)) { in tryFoldImmWithOpSel() 286 if (AMDGPU::isInlinableLiteralV216(Lo, OpType)) { in tryFoldImmWithOpSel() 294 if (AMDGPU::isInlinableLiteralV216(SExt, OpType)) { in tryFoldImmWithOpSel() 302 if (OpType == AMDGPU::OPERAND_REG_IMM_V2INT16 || in tryFoldImmWithOpSel() 303 OpType == AMDGPU::OPERAND_REG_INLINE_AC_V2INT16) { in tryFoldImmWithOpSel() 304 if (AMDGPU::isInlinableLiteralV216(Lo << 16, OpType)) { in tryFoldImmWithOpSel() [all …]
|
| H A D | SIRegisterInfo.h | 277 bool opCanUseLiteralConstant(unsigned OpType) const; 282 bool opCanUseInlineConstant(unsigned OpType) const;
|
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 120 static bool shouldPrintAsStr(char Specifier, Type *OpType) { in shouldPrintAsStr() argument 121 return Specifier == 's' && isa<PointerType>(OpType); in shouldPrintAsStr()
|
| H A D | SIRegisterInfo.cpp | 2907 bool SIRegisterInfo::opCanUseInlineConstant(unsigned OpType) const { in opCanUseInlineConstant() 2908 if (OpType >= AMDGPU::OPERAND_REG_INLINE_AC_FIRST && in opCanUseInlineConstant() 2909 OpType <= AMDGPU::OPERAND_REG_INLINE_AC_LAST) in opCanUseInlineConstant() 2912 return OpType >= AMDGPU::OPERAND_SRC_FIRST && in opCanUseInlineConstant() 2913 OpType <= AMDGPU::OPERAND_SRC_LAST; in opCanUseInlineConstant() 2940 bool SIRegisterInfo::opCanUseLiteralConstant(unsigned OpType) const { in opCanUseLiteralConstant() 2942 return OpType >= AMDGPU::OPERAND_REG_IMM_FIRST && in opCanUseLiteralConstant() 2943 OpType <= AMDGPU::OPERAND_REG_IMM_LAST; in opCanUseLiteralConstant()
|
| H A D | SIInstrInfo.h | 1026 uint8_t OpType = (Size == 8) ? in isInlineConstant() local 1028 return isInlineConstant(MO, OpType); in isInlineConstant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | MatrixBuilder.h | 112 auto *OpType = cast<VectorType>(Matrix->getType()); variable 114 FixedVectorType::get(OpType->getElementType(), Rows * Columns);
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acdebug.h | 210 UINT32 OpType))
|
| H A D | acparser.h | 292 UINT32 OpType);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 38 string OpType = "none"; 2739 let OpType = "mem"; 2751 let OpType = "mem"; 3033 let OpType = "reg"; 3042 let OpType = "reg"; 3101 let OpType = "mem"; 3151 let OpType = "mem"; 3162 let OpType = "mem"; 3175 let OpType = "mem"; 3214 let OpType = "reg"; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | StackMaps.h | 293 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.h | 91 void printImmediateV216(uint32_t Imm, uint8_t OpType,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 369 bool isExpr(unsigned OpType) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 818 Type *OpType = Type::getIntNTy(Context, OpSizeInBytes * 8); in getMemcpyLoopResidualLoweringType() local 820 OpsOut.push_back(OpType); in getMemcpyLoopResidualLoweringType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1747 Type *OpType = S->getType(); in costAndCollectOperands() local 1749 Opcode, OpType, CmpInst::makeCmpResultType(OpType), in costAndCollectOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 1239 auto OpType = Desc.operands()[I].OperandType; in convertFMAanyK() local 1240 bool IsDeferredOp = (OpType == AMDGPU::OPERAND_REG_IMM_FP32_DEFERRED || in convertFMAanyK() 1241 OpType == AMDGPU::OPERAND_REG_IMM_FP16_DEFERRED); in convertFMAanyK()
|