Searched defs:Nest (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h38 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain member in struct:llvm::ISD::ArgFlagsTy
81 bool isNest() const { return Flags & Nest; }
/external/llvm/include/llvm/IR/
H A DAttributes.h81 Nest, ///< Nested function static chain enumerator in enum:llvm::Attribute::AttrKind
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp885 SDValue Nest = Op.getOperand(3); // 'nest' parameter value local
923 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml87 | Nest Constructor in type:Attribute/t
737 | Attribute.Nest -> Int32.shift_left 1l 8
773 checkattr Attribute.Nest;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1912 SDValue Nest = Op.getOperand(3); // 'nest' parameter value local
1933 Entry.Node = Nest; Args.push_back(Entry);

Completed in 221 milliseconds