Home
last modified time | relevance | path

Searched refs:extractBitsAsZExtValue (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h54 uint64_t extractBitsAsZExtValue(unsigned NumBits, in extractBitsAsZExtValue() function
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp348 OS.write((uint8_t)Encoding.extractBitsAsZExtValue(8, 8 * i)); in encodeInstruction()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp2953 unsigned Sel = C2->extractBitsAsZExtValue(8, I); in ConstantFoldAMDGCNPermIntrinsic()
2965 B = Src->extractBitsAsZExtValue(8, (Sel & 3) * 8); in ConstantFoldAMDGCNPermIntrinsic()
2967 B = Src->extractBitsAsZExtValue(1, (Sel & 1) ? 31 : 15) * 0xff; in ConstantFoldAMDGCNPermIntrinsic()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1432 uint64_t extractBitsAsZExtValue(unsigned numBits, unsigned bitPosition) const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp474 ID.AddInteger((uint32_t)V.extractBitsAsZExtValue(std::min(32u, N - I), I)); in profileIntValue()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1816 Buf[I] = Val.extractBitsAsZExtValue(8, I * 8); in bufferLEByte()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp480 uint64_t APInt::extractBitsAsZExtValue(unsigned numBits, in extractBitsAsZExtValue() function in APInt
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11511 switch (NonZeroMask.extractBitsAsZExtValue(2, i * 2)) { in LowerBUILD_VECTOR()
11528 bool Reverse1 = NonZeroMask.extractBitsAsZExtValue(2, 0) == 2; in LowerBUILD_VECTOR()
11529 bool Reverse2 = NonZeroMask.extractBitsAsZExtValue(2, 2) == 2; in LowerBUILD_VECTOR()
37974 unsigned Shift = Cst1->getAPIntValue().extractBitsAsZExtValue(8, 0); in computeKnownBitsForTargetNode()
37975 unsigned Length = Cst1->getAPIntValue().extractBitsAsZExtValue(8, 8); in computeKnownBitsForTargetNode()
43119 unsigned Shift = Cst1->getAPIntValue().extractBitsAsZExtValue(8, 0); in SimplifyDemandedBitsForTargetNode()
43120 unsigned Length = Cst1->getAPIntValue().extractBitsAsZExtValue(8, 8); in SimplifyDemandedBitsForTargetNode()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2231 return ValInt.extractBitsAsZExtValue(BitWidth, 0); in getExactInteger()