Searched refs:NewPtrType (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInferAddressSpaces.cpp | 278 Type *NewPtrType = in cloneInstructionWithNewAddressSpace() local 287 if (Src->getType() != NewPtrType) in cloneInstructionWithNewAddressSpace() 288 return new BitCastInst(Src, NewPtrType); in cloneInstructionWithNewAddressSpace() 304 return new BitCastInst(NewPointerOperands[0], NewPtrType); in cloneInstructionWithNewAddressSpace() 308 PHINode *NewPHI = PHINode::Create(NewPtrType, PHI->getNumIncomingValues()); in cloneInstructionWithNewAddressSpace()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScalarizeMaskedMemIntrin.cpp | 150 Type *NewPtrType = in scalarizeMaskedLoad() local 152 Value *FirstEltPtr = Builder.CreateBitCast(Ptr, NewPtrType); in scalarizeMaskedLoad() 292 Type *NewPtrType = in scalarizeMaskedStore() local 294 Value *FirstEltPtr = Builder.CreateBitCast(Ptr, NewPtrType); in scalarizeMaskedStore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InferAddressSpaces.cpp | 447 Type *NewPtrType = in cloneInstructionWithNewAddressSpace() local 456 if (Src->getType() != NewPtrType) in cloneInstructionWithNewAddressSpace() 457 return new BitCastInst(Src, NewPtrType); in cloneInstructionWithNewAddressSpace() 473 return new BitCastInst(NewPointerOperands[0], NewPtrType); in cloneInstructionWithNewAddressSpace() 477 PHINode *NewPHI = PHINode::Create(NewPtrType, PHI->getNumIncomingValues()); in cloneInstructionWithNewAddressSpace()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1213 Type *NewPtrType = in scalarizeMaskedLoad() local 1215 Value *FirstEltPtr = Builder.CreateBitCast(Ptr, NewPtrType); in scalarizeMaskedLoad() 1355 Type *NewPtrType = in scalarizeMaskedStore() local 1357 Value *FirstEltPtr = Builder.CreateBitCast(Ptr, NewPtrType); in scalarizeMaskedStore()
|