HomeSort by relevance Sort by last modified time
    Searched defs:Nest (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 37 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain
69 bool isNest() const { return Flags & Nest; }
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 814 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
819 // LDAPF_u10 r11, nest
825 // nest:
826 // .word nest
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 83 | Nest
665 | Attribute.Nest -> Int32.shift_left 1l 8
701 checkattr Attribute.Nest;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1098 milliseconds