Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp93 uint32_t HighBits = (FullImm >> 32) & 0xffffffff; in addNumImm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp180 int HighBits = End - Offset < 8 ? (8 - (End - Offset)) * 8 : 0; in applyMemSet() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp1046 APInt HighBits = ~(RHS.getConstant() - 1); in urem() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp4392 Register HighBits = in selectGlobalSAddr() local
4617 Register HighBits = MRI->createVirtualRegister(&AMDGPU::VGPR_32RegClass); in selectMUBUFScratchOffen() local
H A DAMDGPUISelDAGToDAG.cpp1485 SDValue HighBits = in SelectMUBUFScratchOffen() local
H A DAMDGPUISelLowering.cpp4950 SDValue HighBits = BCSrc.getOperand(BCSrc.getNumOperands() - 1); in performFNegCombine() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2270 unsigned HighBits = StorageSize - Offset - Info.Size; in EmitLoadOfBitfieldLValue() local
2553 unsigned HighBits = StorageSize - Info.Size; in EmitStoreThroughBitfieldLValue() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2606 APInt HighBits = in SimplifyDemandedBits() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11233 auto HighBits = APInt::getHighBitsSet(32, 32 - MemVT.getSizeInBits()); in LowerATOMIC_CMP_SWAP() local