HomeSort by relevance Sort by last modified time
    Searched refs:PointerType (Results 151 - 175 of 878) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IntrinsicInst.h 268 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
272 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
357 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
361 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
441 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
505 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
590 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
GlobalValue.h 79 : Constant(PointerType::get(Ty, AddressSpace), VTy, Ops, NumOps),
260 PointerType *getType() const { return cast<PointerType>(User::getType()); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IntrinsicInst.h 268 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
272 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
357 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
361 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
441 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
505 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
590 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
GlobalValue.h 79 : Constant(PointerType::get(Ty, AddressSpace), VTy, Ops, NumOps),
260 PointerType *getType() const { return cast<PointerType>(User::getType()); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IntrinsicInst.h 268 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
272 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
357 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
361 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
441 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
505 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
590 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IntrinsicInst.h 268 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
272 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
357 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
361 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
441 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
505 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
590 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IntrinsicInst.h 268 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
272 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
357 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
361 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
441 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
505 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
590 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IntrinsicInst.h 268 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
272 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
357 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
361 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
441 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
505 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
590 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IntrinsicInst.h 268 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
272 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
357 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
361 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
441 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
505 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
590 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 208 PointerType*
214 return PointerType::get(OpaqueType, AddrSpace);
217 PointerType*
223 PointerType*
246 if (auto PT = dyn_cast<PointerType>(Ty))
255 if (auto PT = dyn_cast<PointerType>(Ty))
264 if (auto PT = dyn_cast<PointerType>(Ty))
282 if (auto PT = dyn_cast<PointerType>(Ty))
605 if (isa<PointerType>(T) &&
795 PointerType *
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciReg.c 682 @param PointerType Type of the pointer to set
692 IN UINT32 PointerType,
699 Status = OhciSetOperationalReg (Ohc->PciIo, PointerType, &Value);
705 Verify = OhciGetOperationalReg (Ohc->PciIo, PointerType);
709 Verify = OhciGetOperationalReg (Ohc->PciIo, PointerType);
721 @param PointerType Type of pointer
730 IN UINT32 PointerType
734 return (VOID *)(UINTN) OhciGetOperationalReg (Ohc->PciIo, PointerType);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciReg.c 678 @param PointerType Type of the pointer to set
688 IN UINTN PointerType,
695 Status = OhciSetOperationalReg (Ohc, PointerType, (UINT32*)&Value);
701 Verify = OhciGetOperationalReg (Ohc, PointerType);
705 Verify = OhciGetOperationalReg (Ohc, PointerType);
717 @param PointerType Type of pointer
726 IN UINTN PointerType
730 return (VOID *) OhciGetOperationalReg (Ohc, PointerType);
  /external/llvm/lib/IR/
ConstantFold.cpp 107 if (PointerType *PTy = dyn_cast<PointerType>(V->getType()))
108 if (PointerType *DPTy = dyn_cast<PointerType>(DestTy))
162 return ConstantPointerNull::get(cast<PointerType>(DestTy));
383 if (PointerType *PTy = dyn_cast<PointerType>(Ty))
386 getFoldedSizeOf(PointerType::get(IntegerType::get(PTy->getContext(), 1),
447 if (PointerType *PTy = dyn_cast<PointerType>(Ty)
    [all...]
Function.cpp 507 if (PointerType* PTyp = dyn_cast<PointerType>(Ty)) {
803 return PointerType::get(DecodeFixedType(Infos, Tys, Context),
844 return PointerType::getUnqual(Ty);
852 return VectorType::get(PointerType::getUnqual(EltTy),
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 35 class PointerType;
510 friend struct ConstantCreator<ConstantPointerNull, PointerType, char>;
514 explicit ConstantPointerNull(PointerType *T)
525 static ConstantPointerNull *get(PointerType *T);
529 /// getType - Specialize the getType() method to always return an PointerType,
532 inline PointerType *getType() const {
533 return reinterpret_cast<PointerType*>(Value::getType());
    [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 159 PointerType::getUnqual(IntegerType::getInt8Ty(C)), NULL));
305 PHINode::Create(PointerType::getUnqual(IntegerType::getInt8Ty(C)),
460 CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1,
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
streamout_jit.cpp 149 Type* simd4PtrTy = PointerType::get(simd4Ty, 0);
158 Value* pOut = BITCAST(pOutBuffers[decl.bufferIndex], PointerType::get(mInt8Ty, 0));
271 PointerType::get(Gen_SWR_STREAMOUT_CONTEXT(JM()), 0), // SWR_STREAMOUT_CONTEXT*
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainF.cpp 150 PointerType::getUnqual(IntegerType::getInt8Ty(C)), NULL));
295 PHINode::Create(PointerType::getUnqual(IntegerType::getInt8Ty(C)),
450 CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysisEvaluator.cpp 174 Type *I1ElTy = cast<PointerType>((*I1)->getType())->getElementType();
179 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType();
210 Type *ElTy = cast<PointerType>((*V)->getType())->getElementType();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 164 : GlobalValue(PointerType::getUnqual(Ty),
349 if (PointerType* PTyp = dyn_cast<PointerType>(Tys[i])) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalValue.h 79 : Constant(PointerType::get(Ty, AddressSpace), VTy, Ops, NumOps),
252 PointerType *getType() const { return cast<PointerType>(User::getType()); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 79 : Constant(PointerType::get(Ty, AddressSpace), VTy, Ops, NumOps),
260 PointerType *getType() const { return cast<PointerType>(User::getType()); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
GlobalValue.h 79 : Constant(PointerType::get(Ty, AddressSpace), VTy, Ops, NumOps),
260 PointerType *getType() const { return cast<PointerType>(User::getType()); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
GlobalValue.h 79 : Constant(PointerType::get(Ty, AddressSpace), VTy, Ops, NumOps),
260 PointerType *getType() const { return cast<PointerType>(User::getType()); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
GlobalValue.h 79 : Constant(PointerType::get(Ty, AddressSpace), VTy, Ops, NumOps),
260 PointerType *getType() const { return cast<PointerType>(User::getType()); }

Completed in 970 milliseconds

1 2 3 4 5 67 8 91011>>