/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 601 const bool IsThumb = T.getArch() == Triple::thumb; in initCOFFMCObjectFileInfo() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 503 const bool IsThumb = T.getArch() == Triple::thumb; in initCOFFMCObjectFileInfo() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOARM.h | 267 bool IsThumb = RE.Size & 0x2; in resolveRelocation() local 357 bool IsThumb = HalfDiffKindBits & 0x2; in processHALFSECTDIFFRelocation() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOARM.h | 268 bool IsThumb = RE.Size & 0x2; in resolveRelocation() local 358 bool IsThumb = HalfDiffKindBits & 0x2; in processHALFSECTDIFFRelocation() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 556 const bool IsThumb = T.getArch() == Triple::thumb; in initCOFFMCObjectFileInfo() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMExpandPseudoInsts.cpp | 768 bool IsThumb = STI->isThumb(); in ExpandCMP_SWAP() local 870 unsigned Flags, bool IsThumb, in addExclusiveRegPair() 885 bool IsThumb = STI->isThumb(); in ExpandCMP_SWAP_64() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMExpandPseudoInsts.cpp | 932 bool IsThumb = STI->isThumb(); in ExpandCMP_SWAP() local 1036 unsigned Flags, bool IsThumb, in addExclusiveRegPair() 1051 bool IsThumb = STI->isThumb(); in ExpandCMP_SWAP_64() local
|
D | ARMCallLowering.cpp | 525 bool IsThumb = STI.isThumb(); in lowerCall() local
|
D | ARMISelLowering.cpp | 10174 bool IsThumb = Subtarget->isThumb(); in EmitStructByval() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 418 MCCodeEmitter *Emitter, bool IsThumb) in ARMELFStreamer() 601 bool IsThumb; member in __anond99944ac0111::ARMELFStreamer 1389 bool IsThumb) { in createARMELFStreamer()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 452 std::unique_ptr<MCCodeEmitter> Emitter, bool IsThumb, in ARMELFStreamer() 717 bool IsThumb; member in __anon081925540111::ARMELFStreamer 1491 bool RelaxAll, bool IsThumb, in createARMELFStreamer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 445 std::unique_ptr<MCCodeEmitter> Emitter, bool IsThumb, in ARMELFStreamer() 690 bool IsThumb; member in __anon7ac6d4ce0111::ARMELFStreamer 1514 bool RelaxAll, bool IsThumb, in createARMELFStreamer()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMCallLowering.cpp | 476 bool IsThumb = STI.isThumb(); in lowerCall() local
|
D | ARMExpandPseudoInsts.cpp | 1723 bool IsThumb = STI->isThumb(); in ExpandCMP_SWAP() local 1838 unsigned Flags, bool IsThumb, in addExclusiveRegPair() 1853 bool IsThumb = STI->isThumb(); in ExpandCMP_SWAP_64() local
|
D | ARMISelLowering.cpp | 11321 bool IsThumb = Subtarget->isThumb(); in EmitStructByval() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 3960 bool IsThumb = getTarget().getTriple().getArch() == llvm::Triple::thumb; in EmitARMBuiltinExpr() local
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6755 bool IsThumb = MachOOF->getSymbolFlags(Symb) & SymbolRef::SF_Thumb; in DisassembleMachO() local
|