Home
last modified time | relevance | path

Searched refs:IsBase (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp150 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
381 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument
383 if (IsBase) in changeComponent()
392 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument
395 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc()
416 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument
421 changeComponent(AM, IsBase, Op0); in expandDisp()
432 bool IsBase) const { in expandAddress()
433 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress()
447 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h1032 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument
1034 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()