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

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 69 bool isFIBase() const { return Kind == FrameIndexBase; }
79 assert(isFIBase() && "Invalid base frame index access!");
83 assert(isFIBase() && "Invalid base frame index access!");
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 63 bool isFIBase() const { return Kind == FrameIndexBase; }
73 assert(isFIBase() && "Invalid base frame index access!");
77 assert(isFIBase() && "Invalid base frame index access!");
761 if (Addr.isFIBase()) {
812 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 453 milliseconds