Searched defs:insertBits (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.h | 43 void insertBits(uint64_t SubBits, unsigned BitPosition, unsigned NumBits) { in insertBits() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 210 void insertBits(const KnownBits &SubBits, unsigned BitPosition) { in insertBits() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | KnownBits.h | 215 void insertBits(const KnownBits &SubBits, unsigned BitPosition) { in insertBits() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | KnownBits.h | 215 void insertBits(const KnownBits &SubBits, unsigned BitPosition) { in insertBits() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | KnownBits.h | 215 void insertBits(const KnownBits &SubBits, unsigned BitPosition) { in insertBits() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | KnownBits.h | 210 void insertBits(const KnownBits &SubBits, unsigned BitPosition) { in insertBits() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APInt.cpp | 345 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits() function in APInt 404 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits() function in APInt
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APInt.cpp | 359 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits() function in APInt 417 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits() function in APInt
|