Searched refs:IsBase (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 151 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const; 382 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument 384 if (IsBase) in changeComponent() 393 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument 396 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc() 417 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument 422 changeComponent(AM, IsBase, Op0); in expandDisp() 433 bool IsBase) const { in expandAddress() 434 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress() 448 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress() [all …]
|
/external/clang/lib/Index/ |
D | IndexTypeSourceInfo.cpp | 22 bool IsBase; member in __anon4a70f9830111::TypeIndexer 30 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer() 31 if (IsBase) { in TypeIndexer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const; 393 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument 395 if (IsBase) in changeComponent() 404 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument 407 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc() 428 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument 433 changeComponent(AM, IsBase, Op0); in expandDisp() 444 bool IsBase) const { in expandAddress() 445 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress() 459 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 1069 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument 1071 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()
|