/external/llvm/include/llvm/IR/ |
D | Instructions.h | 274 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function 275 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function 400 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function 401 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
|
D | Operator.h | 388 Value *getPointerOperand() { in getPointerOperand() function 391 const Value *getPointerOperand() const { in getPointerOperand() function 460 Value *getPointerOperand() { in getPointerOperand() function 463 const Value *getPointerOperand() const { in getPointerOperand() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instructions.h | 266 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function 267 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function 401 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function 402 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
|
D | Operator.h | 487 Value *getPointerOperand() { in getPointerOperand() function 490 const Value *getPointerOperand() const { in getPointerOperand() function 579 Value *getPointerOperand() { in getPointerOperand() function 582 const Value *getPointerOperand() const { in getPointerOperand() function 622 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function 624 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 295 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function 296 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function 429 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function 430 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
|
D | Operator.h | 487 Value *getPointerOperand() { in getPointerOperand() function 490 const Value *getPointerOperand() const { in getPointerOperand() function 565 Value *getPointerOperand() { in getPointerOperand() function 568 const Value *getPointerOperand() const { in getPointerOperand() function
|
/external/llvm/lib/Analysis/ |
D | Delinearization.cpp | 72 static Value *getPointerOperand(Instruction &Inst) { in getPointerOperand() function
|
D | LoopAccessAnalysis.cpp | 978 static Value *getPointerOperand(Value *I) { in getPointerOperand() function
|
D | DependenceAnalysis.cpp | 647 Value *getPointerOperand(Instruction *I) { in getPointerOperand() function
|
/external/llvm-project/polly/include/polly/Support/ |
D | ScopHelper.h | 239 llvm::Value *getPointerOperand() const { in getPointerOperand() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 455 Value *getPointerOperand() const { in getPointerOperand() function in __anone097c8540311::EarlyCSE::ParseMemoryInst
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 209 Value *Vectorizer::getPointerOperand(Value *I) { in getPointerOperand() function in Vectorizer
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 713 Value *getPointerOperand() const { in getPointerOperand() function in __anon981229b60311::EarlyCSE::ParseMemoryInst
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 758 Value *getPointerOperand() const { in getPointerOperand() function in __anonc1abad420311::EarlyCSE::ParseMemoryInst
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | AttributorAttributes.cpp | 156 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function
|