Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp123 bool isARM, MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, in emitRegPlusImmediate()
135 static void emitSPUpdate(bool isARM, MachineBasicBlock &MBB, in emitSPUpdate()
301 bool isARM = !AFI->isThumbFunction(); in emitPrologue() local
704 bool isARM = !AFI->isThumbFunction(); in emitEpilogue() local
1762 bool isARM = !AFI->isThumbFunction(); in eliminateCallFramePseudoInstr() local
DARMExpandPseudoInsts.cpp1328 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; in ExpandMI() local
/external/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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp508 bool isARM, MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, in emitRegPlusImmediate()
520 static void emitSPUpdate(bool isARM, MachineBasicBlock &MBB, in emitSPUpdate()
717 bool isARM = !AFI->isThumbFunction(); in emitPrologue() local
1254 bool isARM = !AFI->isThumbFunction(); in emitEpilogue() local
2804 bool isARM = !AFI->isThumbFunction(); in eliminateCallFramePseudoInstr() local
DARMExpandPseudoInsts.cpp2619 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; in ExpandMI() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp192 bool isARM = (T.getArch() == Triple::aarch64 || in initialize() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp273 bool isARM = (T.getArch() == Triple::aarch64 || in initialize() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h700 bool isARM() const { in isARM() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/
DTriple.h779 bool isARM() const { in isARM() function
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_renderer.cpp4948 const bool isARM = IsARM(mPhysicalDeviceProperties.vendorID); in initFeatures() local