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

  /external/llvm/include/llvm/
Attributes.h 45 const Attributes Nest = 1<<8; ///< Nested function static chain
88 const Attributes ParameterOnly = ByVal | Nest | StructRet | NoCapture;
102 ByVal | InReg | Nest | StructRet,
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 33 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain
65 bool isNest() const { return Flags & Nest; }
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 804 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
809 // LDAPF_u10 r11, nest
815 // nest:
816 // .word nest
842 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 82 | Nest
664 | Attribute.Nest -> Int32.shift_left 1l 8
700 checkattr Attribute.Nest;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1438 milliseconds