Searched refs:NewPointerOperands (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInferAddressSpaces.cpp | 293 SmallVector<Value *, 4> NewPointerOperands; in cloneInstructionWithNewAddressSpace() local 296 NewPointerOperands.push_back(nullptr); in cloneInstructionWithNewAddressSpace() 298 NewPointerOperands.push_back(operandWithNewAddressSpaceOrCreateUndef( in cloneInstructionWithNewAddressSpace() 304 return new BitCastInst(NewPointerOperands[0], NewPtrType); in cloneInstructionWithNewAddressSpace() 311 NewPHI->addIncoming(NewPointerOperands[OperandNo], in cloneInstructionWithNewAddressSpace() 319 GEP->getSourceElementType(), NewPointerOperands[0], in cloneInstructionWithNewAddressSpace()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InferAddressSpaces.cpp | 462 SmallVector<Value *, 4> NewPointerOperands; in cloneInstructionWithNewAddressSpace() local 465 NewPointerOperands.push_back(nullptr); in cloneInstructionWithNewAddressSpace() 467 NewPointerOperands.push_back(operandWithNewAddressSpaceOrCreateUndef( in cloneInstructionWithNewAddressSpace() 473 return new BitCastInst(NewPointerOperands[0], NewPtrType); in cloneInstructionWithNewAddressSpace() 480 NewPHI->addIncoming(NewPointerOperands[OperandNo], in cloneInstructionWithNewAddressSpace() 488 GEP->getSourceElementType(), NewPointerOperands[0], in cloneInstructionWithNewAddressSpace() 495 return SelectInst::Create(I->getOperand(0), NewPointerOperands[1], in cloneInstructionWithNewAddressSpace() 496 NewPointerOperands[2], "", nullptr, I); in cloneInstructionWithNewAddressSpace()
|