Searched defs:isARM (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 123 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
|
D | ARMExpandPseudoInsts.cpp | 1328 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; in ExpandMI() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 167 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
|
D | ARMExpandPseudoInsts.cpp | 1536 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; in ExpandMI() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 508 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
|
D | ARMExpandPseudoInsts.cpp | 2619 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; in ExpandMI() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 192 bool isARM = (T.getArch() == Triple::aarch64 || in initialize() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 273 bool isARM = (T.getArch() == Triple::aarch64 || in initialize() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 700 bool isARM() const { in isARM() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/ |
D | Triple.h | 779 bool isARM() const { in isARM() function
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_renderer.cpp | 4948 const bool isARM = IsARM(mPhysicalDeviceProperties.vendorID); in initFeatures() local
|