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

  /external/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 PointerTy *getAddrOfPointer() {
102 return reinterpret_cast<PointerTy *>(&Value);
121 template<typename PointerTy, unsigned IntBits, typename IntType>
122 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> >
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 23 typedef void* PointerTy;
30 PointerTy PointerVal;
  /external/clang/lib/CodeGen/
CGRTTI.cpp 213 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) {
214 QualType PointeeTy = PointerTy->getPointeeType();
238 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty))
239 return TypeInfoIsInStandardLibrary(PointerTy);
290 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty))
291 return ContainsIncompleteClassType(PointerTy->getPointeeType());
    [all...]
CodeGenFunction.cpp 230 llvm::PointerType *PointerTy = Int8PtrTy;
231 llvm::Type *ProfileFuncArgs[] = { PointerTy, PointerTy };
242 llvm::ConstantExpr::getBitCast(CurFn, PointerTy),
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 308 MVT PointerTy = TLI.getPointerTy();
312 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
314 dl, PointerTy,
324 SDValue TargetConstOff = CurDAG->getTargetConstant(Offset, PointerTy);
682 MVT PointerTy = TLI.getPointerTy();
686 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
688 dl, PointerTy,
699 CurDAG->getTargetConstant(Offset,PointerTy),
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 134 MVT getPointerTy() const { return PointerTy; }
513 if (Ty->isPointerTy()) return PointerTy;
520 Elm = EVT(PointerTy).getTypeForEVT(Ty->getContext());
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 285 // Endian safe: Array[i] = (PointerTy)Dest;
656 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue()));
875 if (StoreBytes != sizeof(PointerTy))
878 *((PointerTy*)Ptr) = Val.PointerVal;
    [all...]
  /external/llvm/include/llvm-c/
Core.h 909 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 594 PointerTy = MVT::getIntegerVT(8*TD->getPointerSize());
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 377 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) {
378 return unwrap<PointerType>(PointerTy)->getAddressSpace();
    [all...]

Completed in 836 milliseconds