/external/llvm/test/Analysis/LoopAccessAnalysis/ |
D | nullptr.ll | 5 ; The analyzer uses to be confused by the "diamond" because GetUnderlyingObjects 7 ; needs to ignore null in the results returned by GetUnderlyingObjects.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/LoopAccessAnalysis/ |
D | nullptr.ll | 5 ; The analyzer uses to be confused by the "diamond" because GetUnderlyingObjects 7 ; needs to ignore null in the results returned by GetUnderlyingObjects.
|
/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 259 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 341 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | promote-alloca-to-lds-phi.ll | 132 ; GetUnderlyingObjects when looking at the icmp user.
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | promote-alloca-to-lds-phi.ll | 132 ; GetUnderlyingObjects when looking at the icmp user.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 545 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
|
/external/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 518 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
|
/external/llvm/lib/Analysis/ |
D | GlobalsModRef.cpp | 865 GetUnderlyingObjects(A, Objects, DL); in getModRefInfoForArgument()
|
D | LoopAccessAnalysis.cpp | 792 GetUnderlyingObjects(Ptr, TempObjects, DL, LI); in processMemAccesses()
|
D | InstructionSimplify.cpp | 2101 GetUnderlyingObjects(LHS, LHSUObjs, DL); in computePointerICmp() 2102 GetUnderlyingObjects(RHS, RHSUObjs, DL); in computePointerICmp()
|
D | ValueTracking.cpp | 3010 void llvm::GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects, in GetUnderlyingObjects() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | GlobalsModRef.cpp | 899 GetUnderlyingObjects(A, Objects, DL); in getModRefInfoForArgument()
|
D | LoopAccessAnalysis.cpp | 910 GetUnderlyingObjects(Ptr, TempObjects, DL, LI); in processMemAccesses()
|
D | ValueTracking.cpp | 3496 void llvm::GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects, in GetUnderlyingObjects() function in llvm 3577 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjectsForCodeGen()
|
D | InstructionSimplify.cpp | 2272 GetUnderlyingObjects(LHS, LHSUObjs, DL); in computePointerICmp() 2273 GetUnderlyingObjects(RHS, RHSUObjs, DL); in computePointerICmp()
|
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 707 GetUnderlyingObjects(getStoredPointerOperand(&*BBI), Pointers, DL); in handleEndBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 786 GetUnderlyingObjects(getStoredPointerOperand(&*BBI), Pointers, DL); in handleEndBlock()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 143 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
|
D | MachinePipeliner.cpp | 989 GetUnderlyingObjects(const_cast<Value *>(MM->getValue()), Objs, DL); in getUnderlyingObjects()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 952 GetUnderlyingObjects(const_cast<Value*>(V), in AddAliasScopeMetadata()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1032 GetUnderlyingObjects(const_cast<Value*>(V), in AddAliasScopeMetadata()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 1062 GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout()); in loadShadow()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 1173 GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout()); in loadShadow()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 706 GetUnderlyingObjects(const_cast<Value *>(N->getMemOperand()->getValue()), in canLowerToLDG()
|