Searched refs:LookThroughBitCast (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 112 static const Function *getCalledFunction(const Value *V, bool LookThroughBitCast, in getCalledFunction() argument 118 if (LookThroughBitCast) in getCalledFunction() 175 bool LookThroughBitCast = false) { in getAllocationData() argument 178 getCalledFunction(V, LookThroughBitCast, IsNoBuiltinCall)) in getAllocationData() 215 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() argument 216 ImmutableCallSite CS(LookThroughBitCast ? V->stripPointerCasts() : V); in hasNoAliasAttr() 224 bool LookThroughBitCast) { in isAllocationFn() argument 225 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast).hasValue(); in isAllocationFn() 231 bool LookThroughBitCast) { in isNoAliasFn() argument 234 return isAllocationFn(V, TLI, LookThroughBitCast) || in isNoAliasFn() [all …]
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 81 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) { in getCalledFunction() argument 82 if (LookThroughBitCast) in getCalledFunction() 103 bool LookThroughBitCast = false) { in getAllocationData() argument 108 const Function *Callee = getCalledFunction(V, LookThroughBitCast); in getAllocationData() 167 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() argument 168 ImmutableCallSite CS(LookThroughBitCast ? V->stripPointerCasts() : V); in hasNoAliasAttr() 177 bool LookThroughBitCast) { in isAllocationFn() argument 178 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast).hasValue(); in isAllocationFn() 184 bool LookThroughBitCast) { in isNoAliasFn() argument 187 return isAllocationFn(V, TLI, LookThroughBitCast) || in isNoAliasFn() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 60 bool LookThroughBitCast = false); 65 bool LookThroughBitCast = false); 70 bool LookThroughBitCast = false); 75 bool LookThroughBitCast = false); 80 bool LookThroughBitCast = false); 85 bool LookThroughBitCast = false);
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 45 bool LookThroughBitCast = false); 50 bool LookThroughBitCast = false); 55 bool LookThroughBitCast = false); 60 bool LookThroughBitCast = false); 65 bool LookThroughBitCast = false);
|