OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has64BitSupport
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp
73
Has64BitSupport
= false;
114
Has64BitSupport
= true;
128
if (use64BitRegs() && !
has64BitSupport
())
PPCSubtarget.h
74
bool
Has64BitSupport
;
152
///
has64BitSupport
- Return true if the selected CPU supports 64-bit
154
bool
has64BitSupport
() const { return
Has64BitSupport
; }
158
///
has64BitSupport
() returns true.
PPCISelLowering.cpp
316
if (Subtarget->
has64BitSupport
()) {
335
if (Subtarget->
has64BitSupport
()) {
500
if (Subtarget->
has64BitSupport
()) {
[
all
...]
Completed in 263 milliseconds