Searched refs:getWithSamePointeeType (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerArgs.cpp | 189 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/ |
D | InferAddressSpaces.cpp | 532 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/ |
D | AMDGPUPromoteKernelArguments.cpp | 119 PointerType::getWithSamePointeeType(PT, AMDGPUAS::GLOBAL_ADDRESS); in promotePointer()
|
D | AMDGPUPromoteAlloca.cpp | 1041 PointerType *NewTy = PointerType::getWithSamePointeeType( in handleAlloca() 1058 PointerType *NewTy = PointerType::getWithSamePointeeType( in handleAlloca() 1119 PointerType::getWithSamePointeeType( in handleAlloca()
|
D | SIISelLowering.cpp | 13289 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/ |
D | ir_emitter.cc | 56 llvm::Type* generic_arg_type = llvm::PointerType::getWithSamePointeeType( in AddrCastToDefault() 488 llvm::PointerType::getWithSamePointeeType(output_address_type, in EmitAMDGPUAtomicAdd()
|
D | ir_emitter_unnested.cc | 4501 llvm::PointerType::getWithSamePointeeType( in GEPIntoSharedMemory()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | sort_util.cc | 229 llvm::PointerType::getWithSamePointeeType( in EmitTiledCompareLoop()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 666 static PointerType *getWithSamePointeeType(PointerType *PT, in getWithSamePointeeType() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 394 auto *NewT = PointerType::getWithSamePointeeType( in replace()
|
D | InstCombineCasts.cpp | 2917 PointerType::getWithSamePointeeType(DestTy, SrcTy->getAddressSpace()); in visitAddrSpaceCast()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 871 Ptr, PointerType::getWithSamePointeeType(NewPtrTy, in StripPtrCastKeepAS()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | Constants.cpp | 2251 Type *MidTy = PointerType::getWithSamePointeeType( in getAddrSpaceCast()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | OpenMPOpt.cpp | 4272 PointerType::getWithSamePointeeType( in buildCustomStateMachine()
|