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/
ARMMachineFunctionInfo.h
137
bool
isThumb2Function
() const { return isThumb && hasThumb2; }
ARMBaseRegisterInfo.cpp
510
if (AFI->
isThumb2Function
() && MFI->getLocalFrameSize() < 128)
[
all
...]
ARMFrameLowering.cpp
525
if (AFI->
isThumb2Function
()) {
534
} else if (AFI->
isThumb2Function
()) {
[
all
...]
ARMBaseInstrInfo.cpp
401
? ARM::B : (AFI->
isThumb2Function
() ? ARM::t2B : ARM::tB);
403
? ARM::Bcc : (AFI->
isThumb2Function
() ? ARM::t2Bcc : ARM::tBcc);
404
bool isThumb = AFI->isThumbFunction() || AFI->
isThumb2Function
();
529
return AFI->
isThumb2Function
();
[
all
...]
ARMConstantIslandPass.cpp
403
isThumb2 = AFI->
isThumb2Function
();
[
all
...]
ARMExpandPseudoInsts.cpp
[
all
...]
ARMLoadStoreOptimizer.cpp
[
all
...]
ARMFastISel.cpp
251
AFI->
isThumb2Function
())
[
all
...]
Completed in 248 milliseconds