HomeSort by relevance Sort by last modified time
    Searched refs:isFIBase (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 48 bool isFIBase() const { return Kind == FrameIndexBase; }
58 assert(isFIBase() && "Invalid base frame index access!");
62 assert(isFIBase() && "Invalid base frame index access!");
662 if (Addr.isFIBase()) {
713 if (Addr.isFIBase()) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 72 bool isFIBase() const { return Kind == FrameIndexBase; }
88 assert(isFIBase() && "Invalid base frame index access!");
92 assert(isFIBase() && "Invalid base frame index access!");
    [all...]

Completed in 44 milliseconds