Home
last modified time | relevance | path

Searched defs:HighBits (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp89 uint32_t HighBits = (FullImm >> 32) & 0xffffffff; addNumImm() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp159 int HighBits = End - Offset < 8 ? (8 - (End - Offset)) * 8 : 0; applyMemSet() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp906 APInt HighBits = ~(RHS.getConstant() - 1); urem() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp788 APInt HighBits(APInt::getHighBitsSet( SimplifyDemandedUseBits() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp4431 Register HighBits = selectGlobalSAddr() local
4656 Register HighBits = MRI->createVirtualRegister(&AMDGPU::VGPR_32RegClass); selectMUBUFScratchOffen() local
H A DAMDGPUISelDAGToDAG.cpp1461 SDValue HighBits = SelectMUBUFScratchOffen() local
H A DAMDGPUISelLowering.cpp4896 SDValue HighBits = BCSrc.getOperand(BCSrc.getNumOperands() - 1); performFNegCombine() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2253 unsigned HighBits = StorageSize - Offset - Info.Size; EmitLoadOfBitfieldLValue() local
2538 unsigned HighBits = StorageSize - Info.Size; EmitStoreThroughBitfieldLValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2569 APInt HighBits = SimplifyDemandedBits() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11040 auto HighBits = APInt::getHighBitsSet(32, 32 - MemVT.getSizeInBits()); LowerATOMIC_CMP_SWAP() local