/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APInt.h | 35 class APInt; variable 107 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { in APInt() function 321 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function 329 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function 345 explicit APInt() : BitWidth(1) { U.VAL = 0; } in APInt() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 43 class APInt; variable 102 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt() function 283 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) { in APInt() function 291 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { in APInt() function 306 explicit APInt() : BitWidth(1), VAL(0) {} in APInt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | APInt.h | 37 class APInt; variable 151 explicit APInt() { U.VAL = 0; } in APInt() function 154 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function 162 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | APInt.h | 36 class APInt; variable 150 explicit APInt() { U.VAL = 0; } in APInt() function 153 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function 161 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | APInt.h | 37 class APInt; variable 151 explicit APInt() { U.VAL = 0; } in APInt() function 154 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function 162 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | APInt.h | 37 class APInt; variable 151 explicit APInt() { U.VAL = 0; } in APInt() function 154 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function 162 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | APInt.h | 37 class APInt; variable 151 explicit APInt() { U.VAL = 0; } in APInt() function 154 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function 162 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | APInt.h | 98 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt() function 279 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) { in APInt() function 287 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { in APInt() function 302 explicit APInt() : BitWidth(1), VAL(0) {} in APInt() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InstructionSelector.h | 32 class APInt; variable 477 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InstructionSelector.h | 38 class APInt; variable 542 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | GIMatchTableExecutor.h | 39 class APInt; variable 654 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | GIMatchTableExecutor.h | 39 class APInt; variable 659 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | GIMatchTableExecutor.h | 39 class APInt; variable 659 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | GIMatchTableExecutor.h | 39 class APInt; variable 673 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.h | 24 class APInt; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Constant.h | 22 class APInt; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Constant.h | 23 class APInt; variable
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | ConstantFolding.h | 24 class APInt; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ConstantFolding.h | 25 class APInt; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ConstantFolding.h | 25 class APInt; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | ConstantFolding.h | 25 class APInt; variable
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | Constant.h | 20 class APInt; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ConstantFolding.h | 25 class APInt; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ConstantFolding.h | 23 class APInt; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ConstantFolding.h | 30 class APInt; variable
|