Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp133 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() function
314 Value *BasePtr = GetPointerOperand(MemI); in runOnLoop()
385 Value *Ptr = GetPointerOperand(I->Instr); in runOnLoop()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp272 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() function
312 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
508 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
630 Value *Ptr = GetPointerOperand(I->Instr); in rewriteLoadStores()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp274 static Value *GetPointerOperand(Value *MemI) { in GetPointerOperand() function
311 assert((MemI && GetPointerOperand(MemI)) && in addOneCandidate()
503 Value *BasePtr = GetPointerOperand(MemI); in rewriteLoadStores()
621 Value *Ptr = GetPointerOperand(I->Instr); in rewriteLoadStores()