Searched defs:isARM (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | ARMErrataFix.cpp | 96 bool isARM; member in elf::Patch657417Section 137 uint32_t instr, bool isARM) in Patch657417Section()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 535 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 547 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 744 bool isARM = !AFI->isThumbFunction(); emitPrologue() local 1281 bool isARM = !AFI->isThumbFunction(); emitEpilogue() local 2873 bool isARM = !AFI->isThumbFunction(); eliminateCallFramePseudoInstr() local [all...] |
H A D | ARMExpandPseudoInsts.cpp | 2693 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; ExpandMI() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 280 bool isARM = (T.getArch() == Triple::aarch64 || initialize() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 832 bool isARM() const { isARM() function
|