OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InReg
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/CodeGen/
ABIInfo.h
79
bool
InReg
;
85
BoolData1(B1),
InReg
(IR), PaddingInReg(PIR) {}
162
return
InReg
;
TargetInfo.cpp
471
// Floating-point types don't go
inreg
.
939
bool
InReg
= shouldUseInReg(Ty, FreeRegs, IsFastCall, NeedsPadding);
942
if (
InReg
)
946
if (
InReg
)
[
all
...]
CGCall.cpp
[
all
...]
/external/llvm/include/llvm/Target/
TargetCallingConv.h
31
static const uint64_t
InReg
= 1ULL<<2; ///< Passed in register
62
bool isInReg() const { return Flags &
InReg
; }
/external/llvm/include/llvm/IR/
Attributes.h
75
InReg
, ///< Force argument to be passed in register
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 251 milliseconds