/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.h | 74 bool isThumb() const { return isThumbMode; } in isThumb() function
|
D | ARMMCTargetDesc.cpp | 134 bool isThumb = in ParseARMTriple() local
|
D | ARMMCCodeEmitter.cpp | 53 bool isThumb(const MCSubtargetInfo &STI) const { in isThumb() function in __anon26ccedc10111::ARMMCCodeEmitter
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.h | 117 bool isThumb = TT.getArch() == Triple::thumb || in getISAEncoding() local
|
D | ARMMachineFunctionInfo.h | 32 bool isThumb; variable
|
D | ARMAsmPrinter.cpp | 434 static bool isThumb(const MCSubtargetInfo& STI) { in isThumb() function 460 bool isThumb = TT.getArch() == Triple::thumb || in EmitStartOfAsmFile() local
|
D | ARMFrameLowering.cpp | 1096 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Spills() local 1239 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Restores() local
|
D | ARMSubtarget.h | 548 bool isThumb() const { return InThumbMode; } in isThumb() function
|
D | ARMISelDAGToDAG.cpp | 3409 bool isThumb = Subtarget->isThumb() && Subtarget->hasV8MBaselineOps(); in Select() local 3477 bool isThumb = Subtarget->isThumb() && Subtarget->hasThumb2(); in Select() local
|
D | ARMConstantIslandPass.cpp | 273 bool isThumb; member in __anon8e1325130111::ARMConstantIslands
|
D | ARMBaseInstrInfo.cpp | 419 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); in InsertBranch() local
|
D | ARMISelLowering.cpp | 7294 bool isThumb = Subtarget->isThumb(); in SetupEntryBlockForSjLj() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 45 bool isThumb = false; in ParseARMTriple() local
|
D | ARMAsmBackend.cpp | 122 bool isThumb() const { return isThumbMode; } in isThumb() function in __anonfc0d91510111::ARMAsmBackend
|
D | ARMMCCodeEmitter.cpp | 50 bool isThumb() const { in isThumb() function in __anon58cb2ced0111::ARMMCCodeEmitter
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMMachineFunctionInfo.h | 31 bool isThumb; variable
|
D | ARMSubtarget.h | 232 bool isThumb() const { return InThumbMode; } in isThumb() function
|
D | ARMConstantIslandPass.cpp | 171 bool isThumb; member in __anona28af83f0111::ARMConstantIslands
|
D | ARMFastISel.cpp | 93 bool isThumb; member in __anonfb417fbe0111::ARMFastISel
|
D | ARMBaseInstrInfo.cpp | 407 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); in InsertBranch() local
|
D | ARMISelLowering.cpp | 5562 bool isThumb = Subtarget->isThumb(); in SetupEntryBlockForSjLj() local
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 812 bool isThumb = TM.getTargetTriple().getArch() == Triple::thumb; in getCOFFSectionFlags() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 104 bool isThumb() const { in isThumb() function in __anon92cf716e0111::ARMAsmParser
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 247 bool isThumb() const { in isThumb() function in __anonef5d38c20111::ARMAsmParser
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 22104 Bool isThumb = (Bool)(guest_IP_ENCODED & 1); in disInstr_ARM() local
|