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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterInst.h27 enum OpType { enum in struct:llvm::AsmWriterOperand
52 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
55 OpType op = isLiteralTextOperand)
61 OpType op = isMachineInstrOperand)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h53 enum OpType { enum in class:lldb_private::postfix::BinaryOpNode
59 BinaryOpNode(OpType op_type, Node &left, Node &right)
62 OpType GetOpType() const { return m_op_type; }
73 OpType m_op_type;
134 enum OpType { enum in class:lldb_private::postfix::UnaryOpNode
138 UnaryOpNode(OpType op_type, Node &operand)
141 OpType GetOpType() const { return m_op_type; }
149 OpType m_op_type;
/freebsd-11-stable/contrib/llvm-project/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;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h188 bool opCanUseLiteralConstant(unsigned OpType) const {
190 return OpType >= AMDGPU::OPERAND_REG_IMM_FIRST &&
191 OpType <= AMDGPU::OPERAND_REG_IMM_LAST;
197 bool opCanUseInlineConstant(unsigned OpType) const;
H A DAMDGPUPrintfRuntimeBinding.cpp60 bool shouldPrintAsStr(char Specifier, Type *OpType) const;
136 Type *OpType) const {
139 const PointerType *PT = dyn_cast<PointerType>(OpType);
H A DSIRegisterInfo.cpp1457 bool SIRegisterInfo::opCanUseInlineConstant(unsigned OpType) const {
1458 if (OpType >= AMDGPU::OPERAND_REG_INLINE_AC_FIRST &&
1459 OpType <= AMDGPU::OPERAND_REG_INLINE_AC_LAST)
1462 return OpType >= AMDGPU::OPERAND_SRC_FIRST &&
1463 OpType <= AMDGPU::OPERAND_SRC_LAST;
H A DSIInstrInfo.h738 uint8_t OpType = (Size == 8) ? local
740 return isInlineConstant(MO, OpType);
/freebsd-11-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsopinfo.c302 * PARAMETERS: OpType - Type associated with the AML opcode
312 UINT32 OpType)
315 if (OpType <= AML_TYPE_EXEC_6A_0T_1R)
317 return (AcpiGbl_ArgumentCount[OpType]);
311 AcpiPsGetArgumentCount( UINT32 OpType) argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswexec.c503 UINT32 OpType; local
513 OpType = WalkState->OpInfo->Type;
585 Status = AcpiGbl_OpTypeDispatch[OpType] (WalkState);
629 switch (OpType)
836 OpClass, OpType, Op->Common.AmlOpcode, Op));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp22 static llvm::Optional<BinaryOpNode::OpType>
37 static llvm::Optional<UnaryOpNode::OpType>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h437 enum OpType { enum in class:llvm::MCCFIInstruction
457 OpType Operation;
466 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
472 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
577 OpType getOperation() const { return Operation; }
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacparser.h292 UINT32 OpType);
H A Dacdebug.h207 UINT32 OpType))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1045 unsigned OpType = Desc.OpInfo[OpNo].OperandType;
1046 return OpType >= AMDGPU::OPERAND_SRC_FIRST &&
1047 OpType <= AMDGPU::OPERAND_SRC_LAST;
1052 unsigned OpType = Desc.OpInfo[OpNo].OperandType;
1053 switch (OpType) {
1076 unsigned OpType = Desc.OpInfo[OpNo].OperandType;
1077 return OpType >= AMDGPU::OPERAND_REG_INLINE_C_FIRST &&
1078 OpType <= AMDGPU::OPERAND_REG_INLINE_C_LAST;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h228 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp511 unsigned OpType = OI.value().OperandType; local
512 if (OpType >= RISCVOp::OPERAND_FIRST_RISCV_IMM &&
513 OpType <= RISCVOp::OPERAND_LAST_RISCV_IMM) {
518 switch (OpType) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp148 LLT OpType = MRI.getType(Reg); local
152 Undef = Builder.buildUndef(OpType.getScalarType());
155 OpType.getScalarType() &&
159 for (unsigned EltIdx = 0, EltEnd = OpType.getNumElements();
H A DLegalizerHelper.cpp381 Type *OpType) {
386 Args.push_back({MI.getOperand(i).getReg(), OpType});
387 return createLibcall(MIRBuilder, Libcall, {MI.getOperand(0).getReg(), OpType},
380 simpleLibcall(MachineInstr &MI, MachineIRBuilder &MIRBuilder, unsigned Size, Type *OpType) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h359 bool isExpr(unsigned OpType) const;
H A DHexagonInstrInfo.cpp2163 bool HexagonInstrInfo::isExpr(unsigned OpType) const {
2164 switch(OpType) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6051 Type *OpType = Op0->getType();
6052 assert(OpType == Op1->getType() && "fcmp with different-typed operands?");
6062 I.setOperand(1, Constant::getNullValue(OpType));
6071 I.setOperand(1, Constant::getNullValue(OpType));
6080 I.setOperand(0, ConstantFP::getNullValue(OpType));
6084 I.setOperand(1, ConstantFP::getNullValue(OpType));
6112 I.setOperand(1, ConstantFP::getNullValue(OpType));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2591 Type *OpType = Op->getType();
2593 F.getParent(), Intrinsic::bswap, makeArrayRef(&OpType, 1));
3681 Type *OpType = Operand->getType();
3684 if (!OpType->isPointerTy() || !isOutput) {
3688 Type *ElType = OpType->getPointerElementType();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1985 QualType OpType) {
1990 if (Ctx.hasSameUnqualifiedType(Field->getType(), OpType) &&
1984 getTargetFieldForToUnionCast(const RecordDecl *RD, QualType OpType) argument

Completed in 204 milliseconds