Searched defs:OpWidth (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 137 DECODE_SrcOp(Name,EncSize,OpWidth,EncImm,MandatoryLiteral,ImmWidth) global() argument 150 DECODE_OPERAND_REG_7(RegClass,OpWidth) global() argument 157 DECODE_OPERAND_REG_AV10(RegClass,OpWidth) global() argument 162 DECODE_OPERAND_SRC_REG_9(RegClass,OpWidth) global() argument 168 DECODE_OPERAND_SRC_REG_A9(RegClass,OpWidth) global() argument 173 DECODE_SRC_OPERAND_REG_AV10(RegClass,OpWidth) global() argument 181 DECODE_OPERAND_SRC_REG_OR_IMM_9(RegClass,OpWidth,ImmWidth) global() argument 185 DECODE_OPERAND_SRC_REG_OR_IMM_9_TYPED(Name,OpWidth,ImmWidth) global() argument 190 DECODE_OPERAND_SRC_REG_OR_IMM_A9(RegClass,OpWidth,ImmWidth) global() argument 194 DECODE_OPERAND_SRC_REG_OR_IMM_DEFERRED_9(RegClass,OpWidth,ImmWidth) global() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1520 unsigned OpWidth = cast<FixedVectorType>(Shuffle->getOperand(0)->getType()) SimplifyDemandedVectorElts() local [all...] |
H A D | InstCombineCasts.cpp | 1685 unsigned OpWidth = BO->getType()->getFPMantissaWidth(); visitFPTrunc() local
|
H A D | InstCombineCompares.cpp | 7172 unsigned OpWidth = Op0->getType()->getScalarSizeInBits(); visitICmpInst() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 2324 unsigned OpWidth = std::max(Op1Info.Width, Op2Info.Width); EmitCheckedMixedSignMultiply() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 30132 unsigned OpWidth = MemType->getPrimitiveSizeInBits(); needsCmpXchgNb() local [all...] |