OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isThumb2Function
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp
311
if (AFI->
isThumb2Function
() && MFI->getLocalFrameSize() < 128)
610
assert(AFI->
isThumb2Function
());
726
assert(AFI->
isThumb2Function
());
754
assert(AFI->
isThumb2Function
());
ARMMachineFunctionInfo.h
150
bool
isThumb2Function
() const { return isThumb && hasThumb2; }
ARMFrameLowering.cpp
539
if (AFI->
isThumb2Function
()) {
548
} else if (AFI->
isThumb2Function
()) {
[
all
...]
ARMBaseInstrInfo.cpp
397
? ARM::B : (AFI->
isThumb2Function
() ? ARM::t2B : ARM::tB);
399
? ARM::Bcc : (AFI->
isThumb2Function
() ? ARM::t2Bcc : ARM::tBcc);
400
bool isThumb = AFI->isThumbFunction() || AFI->
isThumb2Function
();
526
return AFI->
isThumb2Function
();
[
all
...]
ARMConstantIslandPass.cpp
390
isThumb2 = AFI->
isThumb2Function
();
[
all
...]
ARMExpandPseudoInsts.cpp
[
all
...]
ARMLoadStoreOptimizer.cpp
[
all
...]
ARMFastISel.cpp
257
AFI->
isThumb2Function
())
[
all
...]
Completed in 56 milliseconds