Searched defs:HighBits (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp139 int HighBits = End - Offset < 8 ? (8 - (End - Offset)) * 8 : 0; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1511 SDValue HighBits = CurDAG->getTargetConstant(Imm & ~4095, DL, MVT::i32); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1835 unsigned HighBits = Info.StorageSize - Info.Offset - Info.Size; local
2081 unsigned HighBits = Info.StorageSize - Info.Size; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1819 APInt HighBits = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9926 auto HighBits = APInt::getHighBitsSet(32, 32 - MemVT.getSizeInBits()); local

Completed in 238 milliseconds