Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp323 if (LoadInst *LMemI = dyn_cast<LoadInst>(&I)) { in runOnLoop() local
324 MemI = LMemI; in runOnLoop()
325 PtrValue = LMemI->getPointerOperand(); in runOnLoop()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp273 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) { in GetPointerOperand() local
274 return LMemI->getPointerOperand(); in GetPointerOperand()
342 if (LoadInst *LMemI = dyn_cast<LoadInst>(&J)) { in collectCandidates() local
343 MemI = LMemI; in collectCandidates()
344 PtrValue = LMemI->getPointerOperand(); in collectCandidates()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1322 LoadInst *LMemI = dyn_cast<LoadInst>(&I); in getFalkorUnrollingPreferences() local
1323 if (!LMemI) in getFalkorUnrollingPreferences()
1326 Value *PtrValue = LMemI->getPointerOperand(); in getFalkorUnrollingPreferences()