Home
last modified time | relevance | path

Searched refs:getWithSamePointeeType (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXLowerArgs.cpp189 auto *NewBCType = PointerType::getWithSamePointeeType( in convertToParamAS()
410 PointerType::getWithSamePointeeType(cast<PointerType>(Ptr->getType()), in markPointerAsGlobal()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp532 Type *NewPtrTy = PointerType::getWithSamePointeeType( in operandWithNewAddressSpaceOrCreateUndef()
546 Type *NewPtrTy = PointerType::getWithSamePointeeType( in operandWithNewAddressSpaceOrCreateUndef()
575 Type *NewPtrType = PointerType::getWithSamePointeeType( in cloneInstructionWithNewAddressSpace()
610 Type *NewPtrTy = PointerType::getWithSamePointeeType( in cloneInstructionWithNewAddressSpace()
678 ? PointerType::getWithSamePointeeType( in cloneConstantExprWithNewAddressSpace()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteKernelArguments.cpp119 PointerType::getWithSamePointeeType(PT, AMDGPUAS::GLOBAL_ADDRESS); in promotePointer()
DAMDGPUPromoteAlloca.cpp1041 PointerType *NewTy = PointerType::getWithSamePointeeType( in handleAlloca()
1058 PointerType *NewTy = PointerType::getWithSamePointeeType( in handleAlloca()
1119 PointerType::getWithSamePointeeType( in handleAlloca()
DSIISelLowering.cpp13289 PointerType::getWithSamePointeeType(PtrTy, AMDGPUAS::LOCAL_ADDRESS)); in emitExpandAtomicRMW()
13301 PointerType::getWithSamePointeeType(PtrTy, AMDGPUAS::PRIVATE_ADDRESS)); in emitExpandAtomicRMW()
13311 PointerType::getWithSamePointeeType(PtrTy, AMDGPUAS::GLOBAL_ADDRESS)); in emitExpandAtomicRMW()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc56 llvm::Type* generic_arg_type = llvm::PointerType::getWithSamePointeeType( in AddrCastToDefault()
488 llvm::PointerType::getWithSamePointeeType(output_address_type, in EmitAMDGPUAtomicAdd()
Dir_emitter_unnested.cc4501 llvm::PointerType::getWithSamePointeeType( in GEPIntoSharedMemory()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dsort_util.cc229 llvm::PointerType::getWithSamePointeeType( in EmitTiledCompareLoop()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DDerivedTypes.h666 static PointerType *getWithSamePointeeType(PointerType *PT, in getWithSamePointeeType() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp394 auto *NewT = PointerType::getWithSamePointeeType( in replace()
DInstCombineCasts.cpp2917 PointerType::getWithSamePointeeType(DestTy, SrcTy->getAddressSpace()); in visitAddrSpaceCast()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DConstantFolding.cpp871 Ptr, PointerType::getWithSamePointeeType(NewPtrTy, in StripPtrCastKeepAS()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DConstants.cpp2251 Type *MidTy = PointerType::getWithSamePointeeType( in getAddrSpaceCast()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp4272 PointerType::getWithSamePointeeType( in buildCustomStateMachine()