OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Nest
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Target/
TargetCallingConv.h
37
static const uint64_t
Nest
= 1ULL<<5; ///< Nested fn static chain
71
bool isNest() const { return Flags &
Nest
; }
/external/llvm/include/llvm/IR/
Attributes.h
78
Nest
, ///< Nested function static chain
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
769
SDValue
Nest
= Op.getOperand(3); // '
nest
' parameter value
774
// LDAPF_u10 r11,
nest
780
//
nest
:
781
// .word
nest
807
OutChains[3] = DAG.getStore(Chain, dl,
Nest
, Addr,
[
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 97 milliseconds