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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 82 bool isNest() const { return Flags & Nest; }
TargetLowering.h     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 350 if (Out.Flags.isNest())
429 assert(!In.Flags.isNest() && "nest is not valid for return values");
485 assert(!Out.Flags.isNest() && "nest is not valid for return values");
516 if (In.Flags.isNest())
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 76 isNest = CS->paramHasAttr(AttrIdx, Attribute::Nest);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 178 milliseconds