HomeSort by relevance Sort by last modified time
    Searched refs:PointerTy (Results 1 - 14 of 14) 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) {
65 explicit PointerIntPair(PointerTy Ptr) {
69 PointerTy getPointer() const {
78 void setPointer(PointerTy Ptr) {
96 void initWithPointer(PointerTy Ptr) {
104 void setPointerAndInt(PointerTy Ptr, IntType Int) {
115 PointerTy const *getAddrOfPointer() const {
119 PointerTy *getAddrOfPointer()
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 23 typedef void* PointerTy;
34 PointerTy PointerVal;
  /external/clang/lib/CodeGen/
CGRTTI.cpp 220 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) {
221 QualType PointeeTy = PointerTy->getPointeeType();
245 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty))
246 return TypeInfoIsInStandardLibrary(PointerTy);
301 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty))
302 return ContainsIncompleteClassType(PointerTy->getPointeeType());
    [all...]
CodeGenFunction.cpp 258 llvm::PointerType *PointerTy = Int8PtrTy;
259 llvm::Type *ProfileFuncArgs[] = { PointerTy, PointerTy };
270 llvm::ConstantExpr::getBitCast(CurFn, PointerTy),
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 348 MVT PointerTy = TLI.getPointerTy();
352 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
354 dl, PointerTy,
364 SDValue TargetConstOff = CurDAG->getTargetConstant(Offset, PointerTy);
722 MVT PointerTy = TLI.getPointerTy();
726 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
728 dl, PointerTy,
739 CurDAG->getTargetConstant(Offset,PointerTy),
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 147 virtual MVT getPointerTy(uint32_t AS = 0) const { return PointerTy; }
567 if (Ty->isPointerTy()) return PointerTy;
574 Elm = EVT(PointerTy).getTypeForEVT(Ty->getContext());
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 285 // Endian safe: Array[i] = (PointerTy)Dest;
659 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue()));
883 if (StoreBytes != sizeof(PointerTy))
886 *((PointerTy*)Ptr) = Val.PointerVal;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 924 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 707 PointerTy = MVT::getIntegerVT(8*TD->getPointerSize(0));
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp 403 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) {
404 return unwrap<PointerType>(PointerTy)->getAddressSpace();
    [all...]

Completed in 1066 milliseconds