Home
last modified time | relevance | path

Searched refs:Bitwidth (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp291 static unsigned CarmichaelShift(unsigned Bitwidth) { in CarmichaelShift() argument
292 if (Bitwidth < 3) in CarmichaelShift()
293 return Bitwidth - 1; in CarmichaelShift()
294 return Bitwidth - 2; in CarmichaelShift()
343 unsigned Bitwidth = LHS.getBitWidth(); in IncorporateWeight() local
353 if (Bitwidth > 3) { in IncorporateWeight()
355 APInt CM = APInt::getOneBitSet(Bitwidth, CarmichaelShift(Bitwidth)); in IncorporateWeight()
357 APInt Threshold = CM + Bitwidth; in IncorporateWeight()
366 unsigned CM = 1U << CarmichaelShift(Bitwidth); in IncorporateWeight()
367 unsigned Threshold = CM + Bitwidth; in IncorporateWeight()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp57 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy()
58 return isIntegerTy() && cast<IntegerType>(this)->getBitWidth() == Bitwidth; in isIntegerTy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h200 bool isIntegerTy(unsigned Bitwidth) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h198 bool isIntegerTy(unsigned Bitwidth) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3336 unsigned Bitwidth) { in matchBitExtract() argument
3348 if (!V0 || V0->getZExtValue() != Bitwidth) in matchBitExtract()
3359 unsigned Bitwidth = Mask.getSimpleValueType().getSizeInBits(); in matchBitExtract() local
3370 return matchShiftAmt(M1, Bitwidth); in matchBitExtract()
3383 unsigned Bitwidth = N0.getSimpleValueType().getSizeInBits(); in matchBitExtract() local
3390 if (!matchShiftAmt(N1, Bitwidth)) in matchBitExtract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp549 unsigned Bitwidth = CmpRHS->getType()->getScalarSizeInBits(); in foldSelectICmpLshrAshr() local
552 m_SpecificInt_ICMP(ICmpInst::ICMP_SGE, APInt(Bitwidth, -1)))) && in foldSelectICmpLshrAshr()
555 m_SpecificInt_ICMP(ICmpInst::ICMP_SGE, APInt(Bitwidth, 0))))) in foldSelectICmpLshrAshr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp742 template <unsigned Bitwidth>
1847 template <unsigned Bitwidth>
1853 Inst.addOperand(MCOperand::createImm(Literal.getLoBits(Bitwidth).getZExtValue())); in addKImmFPOperands()
1859 FPLiteral.convert(*getFltSemantics(Bitwidth / 8), in addKImmFPOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2146 unsigned Bitwidth = Op.getScalarValueSizeInBits(); in getUsefulBits() local
2148 UsefulBits = APInt(Bitwidth, 0); in getUsefulBits()