HomeSort by relevance Sort by last modified time
    Searched refs:PointerTy (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
PointerIntPair.h 39 template <typename PointerTy, unsigned IntBits, typename IntType=unsigned,
40 typename PtrTraits = PointerLikeTypeTraits<PointerTy> >
60 PointerIntPair(PointerTy Ptr, IntType Int) : Value(0) {
67 PointerTy getPointer() const {
76 void setPointer(PointerTy Ptr) {
94 PointerTy const *getAddrOfPointer() const {
98 return reinterpret_cast<PointerTy const *>(&Value);
117 template<typename PointerTy, unsigned IntBits, typename IntType>
118 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
123 template<typename PointerTy, unsigned IntBits, typename IntType
    [all...]
  /external/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); }
56 PointerTy getPointer() const { return Info::getPointer(Value); }
62 void setPointer(PointerTy PtrVal) {
70 void initWithPointer(PointerTy PtrVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
79 PointerTy const *getAddrOfPointer() const
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); }
56 PointerTy getPointer() const { return Info::getPointer(Value); }
62 void setPointer(PointerTy PtrVal) {
70 void initWithPointer(PointerTy PtrVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
79 PointerTy const *getAddrOfPointer() const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); }
56 PointerTy getPointer() const { return Info::getPointer(Value); }
62 void setPointer(PointerTy PtrVal) {
70 void initWithPointer(PointerTy PtrVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
79 PointerTy const *getAddrOfPointer() const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); }
56 PointerTy getPointer() const { return Info::getPointer(Value); }
62 void setPointer(PointerTy PtrVal) {
70 void initWithPointer(PointerTy PtrVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
79 PointerTy const *getAddrOfPointer() const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); }
56 PointerTy getPointer() const { return Info::getPointer(Value); }
62 void setPointer(PointerTy PtrVal) {
70 void initWithPointer(PointerTy PtrVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
79 PointerTy const *getAddrOfPointer() const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); }
56 PointerTy getPointer() const { return Info::getPointer(Value); }
62 void setPointer(PointerTy PtrVal) {
70 void initWithPointer(PointerTy PtrVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
79 PointerTy const *getAddrOfPointer() const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); }
56 PointerTy getPointer() const { return Info::getPointer(Value); }
62 void setPointer(PointerTy PtrVal) {
70 void initWithPointer(PointerTy PtrVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
79 PointerTy const *getAddrOfPointer() const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); }
56 PointerTy getPointer() const { return Info::getPointer(Value); }
62 void setPointer(PointerTy PtrVal) {
70 void initWithPointer(PointerTy PtrVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
79 PointerTy const *getAddrOfPointer() const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); }
56 PointerTy getPointer() const { return Info::getPointer(Value); }
62 void setPointer(PointerTy PtrVal) {
70 void initWithPointer(PointerTy PtrVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
79 PointerTy const *getAddrOfPointer() const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); }
56 PointerTy getPointer() const { return Info::getPointer(Value); }
62 void setPointer(PointerTy PtrVal) {
70 void initWithPointer(PointerTy PtrVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
79 PointerTy const *getAddrOfPointer() const
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
GenericValue.h 23 typedef void* PointerTy;
30 PointerTy PointerVal;
  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 24 typedef void* PointerTy;
35 PointerTy PointerVal;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
GenericValue.h 24 typedef void* PointerTy;
35 PointerTy PointerVal;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
GenericValue.h 24 typedef void* PointerTy;
35 PointerTy PointerVal;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
GenericValue.h 24 typedef void* PointerTy;
35 PointerTy PointerVal;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
GenericValue.h 24 typedef void* PointerTy;
35 PointerTy PointerVal;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
GenericValue.h 24 typedef void* PointerTy;
35 PointerTy PointerVal;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
GenericValue.h 24 typedef void* PointerTy;
35 PointerTy PointerVal;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
GenericValue.h 24 typedef void* PointerTy;
35 PointerTy PointerVal;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
GenericValue.h 24 typedef void* PointerTy;
35 PointerTy PointerVal;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 286 // Endian safe: Array[i] = (PointerTy)Dest;
647 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue()));
866 if (StoreBytes != sizeof(PointerTy))
869 *((PointerTy*)Ptr) = Val.PointerVal;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 143 MVT getPointerTy() const { return PointerTy; }
524 return VT == MVT::iPTR ? PointerTy : VT;
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 354 // Endian safe: Array[i] = (PointerTy)Dest;
747 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue()));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 830 milliseconds

1 2 3