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 PtrVal, IntType IntVal) {
65 explicit PointerIntPair(PointerTy PtrVal) {
69 PointerTy getPointer() const {
78 void setPointer(PointerTy PtrVal) {
96 void initWithPointer(PointerTy PtrVal) {
104 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
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 295 llvm::PointerType *PointerTy = Int8PtrTy;
296 llvm::Type *ProfileFuncArgs[] = { PointerTy, PointerTy };
307 llvm::ConstantExpr::getBitCast(CurFn, PointerTy),
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 397 MVT PointerTy = getTargetLowering()->getPointerTy();
401 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
403 dl, PointerTy,
413 SDValue TargetConstOff = CurDAG->getTargetConstant(Offset, PointerTy);
780 MVT PointerTy = getTargetLowering()->getPointerTy();
784 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
786 dl, PointerTy,
797 CurDAG->getTargetConstant(Offset,PointerTy),
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 154 virtual MVT getPointerTy(uint32_t /*AS*/ = 0) const { return PointerTy; }
571 if (Ty->isPointerTy()) return PointerTy;
578 Elm = EVT(PointerTy).getTypeForEVT(Ty->getContext());
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 286 // Endian safe: Array[i] = (PointerTy)Dest;
681 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue()));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 971 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 627 PointerTy = MVT::getIntegerVT(8*TD->getPointerSize(0));
    [all...]
  /external/llvm/lib/IR/
Core.cpp 409 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) {
410 return unwrap<PointerType>(PointerTy)->getAddressSpace();
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]

Completed in 145 milliseconds