Home
last modified time | relevance | path

Searched refs:NewBasePtr (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCLoopPreIncPrep.cpp318 Instruction *NewBasePtr; in runOnLoop() local
320 NewBasePtr = new BitCastInst(PtrInc, BasePtr->getType(), in runOnLoop()
323 NewBasePtr = PtrInc; in runOnLoop()
327 BasePtr->replaceAllUsesWith(NewBasePtr); in runOnLoop()
330 Value *LastNewPtr = NewBasePtr; in runOnLoop()
342 RealNewPtr = NewBasePtr; in runOnLoop()
345 if (PtrIP && isa<Instruction>(NewBasePtr) && in runOnLoop()
346 cast<Instruction>(NewBasePtr)->getParent() == PtrIP->getParent()) in runOnLoop()
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp455 SDValue NewBasePtr = BasePtr->getOperand(0); in LowerLOAD() local
457 return lowerLoadWordFromAlignedBasePlusOffset(DL, Chain, NewBasePtr, in LowerLOAD()
462 SDValue NewBasePtr = DAG.getGlobalAddress(GV, DL, in LowerLOAD() local
464 return lowerLoadWordFromAlignedBasePlusOffset(DL, Chain, NewBasePtr, in LowerLOAD()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorTypes.cpp3388 SDValue NewBasePtr = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(), in GenWidenVectorExtLoads() local
3392 Ops[i] = DAG.getExtLoad(ExtType, dl, EltVT, Chain, NewBasePtr, in GenWidenVectorExtLoads()
3520 SDValue NewBasePtr = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(), in GenWidenVectorTruncStores() local
3527 StChain.push_back(DAG.getTruncStore(Chain, dl, EOp, NewBasePtr, in GenWidenVectorTruncStores()