Home
last modified time | relevance | path

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

/llvm-project/lld/ELF/
H A DARMErrataFix.cpp96 bool isARM; global() member in elf::Patch657417Section
137 Patch657417Section(InputSection * p,uint64_t off,uint32_t instr,bool isARM) Patch657417Section() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp537 emitRegPlusImmediate(bool isARM,MachineBasicBlock & MBB,MachineBasicBlock::iterator & MBBI,const DebugLoc & dl,const ARMBaseInstrInfo & TII,unsigned DestReg,unsigned SrcReg,int NumBytes,unsigned MIFlags=MachineInstr::NoFlags,ARMCC::CondCodes Pred=ARMCC::AL,unsigned PredReg=0) emitRegPlusImmediate() argument
549 emitSPUpdate(bool isARM,MachineBasicBlock & MBB,MachineBasicBlock::iterator & MBBI,const DebugLoc & dl,const ARMBaseInstrInfo & TII,int NumBytes,unsigned MIFlags=MachineInstr::NoFlags,ARMCC::CondCodes Pred=ARMCC::AL,unsigned PredReg=0) emitSPUpdate() argument
746 bool isARM = !AFI->isThumbFunction(); emitPrologue() local
1283 bool isARM = !AFI->isThumbFunction(); emitEpilogue() local
2877 bool isARM = !AFI->isThumbFunction(); eliminateCallFramePseudoInstr() local
[all...]
H A DARMExpandPseudoInsts.cpp2709 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; ExpandMI() local
/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp286 bool isARM = (T.getArch() == Triple::aarch64 || in initializeLibCalls() local
/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h857 bool isARM() const { isARM() function