/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryBuiltins.cpp | 92 bool LookThroughSExt = false) { in computeArraySize() argument 110 LookThroughSExt)) in computeArraySize() 178 bool LookThroughSExt) { in getMallocArraySize() argument 180 return computeArraySize(CI, TD, LookThroughSExt); in getMallocArraySize()
|
D | ValueTracking.cpp | 1074 bool LookThroughSExt, unsigned Depth) { in ComputeMultiple() argument 1114 if (!LookThroughSExt) return false; in ComputeMultiple() 1118 LookThroughSExt, Depth+1); in ComputeMultiple() 1136 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) { in ComputeMultiple() 1160 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) { in ComputeMultiple()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 69 bool LookThroughSExt = false);
|
D | ValueTracking.h | 90 bool LookThroughSExt = false,
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 222 bool LookThroughSExt = false) { in computeArraySize() argument 239 if (ComputeMultiple(MallocArg, ElementSize, Multiple, LookThroughSExt)) in computeArraySize() 295 bool LookThroughSExt) { in getMallocArraySize() argument 297 return computeArraySize(CI, DL, TLI, LookThroughSExt); in getMallocArraySize()
|
D | ValueTracking.cpp | 2180 bool LookThroughSExt, unsigned Depth) { in ComputeMultiple() argument 2220 if (!LookThroughSExt) return false; in ComputeMultiple() 2224 LookThroughSExt, Depth+1); in ComputeMultiple() 2242 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) { in ComputeMultiple() 2266 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) { in ComputeMultiple()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 277 bool LookThroughSExt = false) { in computeArraySize() argument 294 if (ComputeMultiple(MallocArg, ElementSize, Multiple, LookThroughSExt)) in computeArraySize() 350 bool LookThroughSExt) { in getMallocArraySize() argument 352 return computeArraySize(CI, DL, TLI, LookThroughSExt); in getMallocArraySize()
|
D | ValueTracking.cpp | 2463 bool LookThroughSExt, unsigned Depth) { in ComputeMultiple() argument 2503 if (!LookThroughSExt) return false; in ComputeMultiple() 2508 LookThroughSExt, Depth+1); in ComputeMultiple() 2526 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) { in ComputeMultiple() 2550 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) { in ComputeMultiple()
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 101 bool LookThroughSExt = false);
|
D | ValueTracking.h | 155 bool LookThroughSExt = false,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 120 bool LookThroughSExt = false);
|
D | ValueTracking.h | 171 bool LookThroughSExt = false,
|