Home
last modified time | relevance | path

Searched defs:isARM (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp167 bool isARM, MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, in emitRegPlusImmediate()
179 static void emitSPUpdate(bool isARM, MachineBasicBlock &MBB, in emitSPUpdate()
369 bool isARM = !AFI->isThumbFunction(); in emitPrologue() local
779 bool isARM = !AFI->isThumbFunction(); in emitEpilogue() local
2166 bool isARM = !AFI->isThumbFunction(); in eliminateCallFramePseudoInstr() local
DARMExpandPseudoInsts.cpp1536 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; in ExpandMI() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp192 bool isARM = (T.getArch() == Triple::aarch64 || in initialize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h700 bool isARM() const { in isARM() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp2512 bool isARM = IsARM(mPhysicalDeviceProperties.vendorID); in initFeatures() local