HomeSort by: relevance | last modified time | path
    Searched defs:OpType (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp 198 LLT OpType = MRI.getType(Reg);
202 Undef = Builder.buildUndef(OpType.getScalarType());
205 OpType.getScalarType() &&
209 for (unsigned EltIdx = 0, EltEnd = OpType.getNumElements();
  /src/sys/external/bsd/acpica/dist/dispatcher/
dswexec.c 397 UINT32 OpType;
410 OpType = WalkState->OpInfo->Type;
484 Status = AcpiGbl_OpTypeDispatch[OpType] (WalkState);
528 switch (OpType)
757 OpClass, OpType, Op->Common.AmlOpcode, Op));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
AddressSanitizerCommon.h 26 Type *OpType;
33 class Type *OpType, MaybeAlign Alignment,
35 : IsWrite(IsWrite), OpType(OpType), Alignment(Alignment),
38 TypeSize = DL.getTypeStoreSizeInBits(OpType);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
AsmWriterInst.h 27 enum OpType {
54 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
57 OpType op = isLiteralTextOperand)
62 OpType op = isMachineInstrOperand, bool PCRel = false)
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
MatrixBuilder.h 116 auto *OpType = cast<VectorType>(Matrix->getType());
118 FixedVectorType::get(OpType->getElementType(), Rows * Columns);
  /src/external/gpl3/binutils/dist/gas/config/
xtensa-relax.h 107 } OpType;
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);
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-relax.h 107 } OpType;
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);
  /src/external/gpl3/binutils/dist/opcodes/
opc2c.c 137 } OpType;
141 OpType type;
  /src/external/gpl3/binutils.old/dist/opcodes/
opc2c.c 137 } OpType;
141 OpType type;
  /src/external/gpl3/gdb/dist/opcodes/
opc2c.c 137 } OpType;
141 OpType type;
  /src/external/gpl3/gdb/dist/sim/m32c/
opc2c.c 92 } OpType;
96 OpType type;
  /src/external/gpl3/gdb.old/dist/opcodes/
opc2c.c 137 } OpType;
141 OpType type;
  /src/external/gpl3/gdb.old/dist/sim/m32c/
opc2c.c 92 } OpType;
96 OpType type;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCDwarf.h 443 enum OpType {
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; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.h 797 uint8_t OpType = (Size == 8) ?
799 return isInlineConstant(MO, OpType);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 853 unsigned OpType = OI.value().OperandType;
854 if (OpType >= RISCVOp::OPERAND_FIRST_RISCV_IMM &&
855 OpType <= RISCVOp::OPERAND_LAST_RISCV_IMM) {
860 switch (OpType) {

Completed in 39 milliseconds