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
326
if (AFI->
isThumb2Function
() && MFI->getLocalFrameSize() < 128)
603
assert(AFI->
isThumb2Function
());
718
assert(AFI->
isThumb2Function
());
746
assert(AFI->
isThumb2Function
());
ARMFrameLowering.cpp
[
all
...]
ARMBaseInstrInfo.cpp
400
? ARM::B : (AFI->
isThumb2Function
() ? ARM::t2B : ARM::tB);
402
? ARM::Bcc : (AFI->
isThumb2Function
() ? ARM::t2Bcc : ARM::tBcc);
403
bool isThumb = AFI->isThumbFunction() || AFI->
isThumb2Function
();
568
if (AFI->
isThumb2Function
()) {
[
all
...]
ARMConstantIslandPass.cpp
407
isThumb2 = AFI->
isThumb2Function
();
[
all
...]
ARMExpandPseudoInsts.cpp
[
all
...]
ARMLoadStoreOptimizer.cpp
[
all
...]
ARMFastISel.cpp
247
AFI->
isThumb2Function
())
[
all
...]
Completed in 60 milliseconds