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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 65 bool isNest() const { return Flags & Nest; }
TargetLowering.h     [all...]
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 94 bool isNest() const { return Flags & Nest; }
TargetLowering.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetCallingConv.h 34 unsigned IsNest : 1; ///< Nested fn static chain
54 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0),
96 bool isNest() const { return IsNest; }
97 void setNest() { IsNest = 1; }
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 313 if (Out.Flags.isNest())
406 assert(!In.Flags.isNest() && "nest is not valid for return values");
457 assert(!Out.Flags.isNest() && "nest is not valid for return values");
487 if (In.Flags.isNest())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 503 if (Out.Flags.isNest())
596 assert(!In.Flags.isNest() && "nest is not valid for return values");
647 assert(!Out.Flags.isNest() && "nest is not valid for return values");
677 if (In.Flags.isNest())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
ARMGenCallingConv.inc 53 if (ArgFlags.isNest()) {
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenCallingConv.inc 388 if (ArgFlags.isNest()) {
574 if (ArgFlags.isNest()) {
633 if (ArgFlags.isNest()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
AArch64GenCallingConv.inc 93 if (ArgFlags.isNest()) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 105 isNest = CS->paramHasAttr(AttrIdx, Attribute::Nest);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 653 milliseconds