Searched defs:IsThumb1 (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 2862 isRedundantFlagInstr(const MachineInstr * CmpI,Register SrcReg,Register SrcReg2,int64_t ImmValue,const MachineInstr * OI,bool & IsThumb1) isRedundantFlagInstr() argument 2920 isOptimizeCompareCandidate(MachineInstr * MI,bool & IsThumb1) isOptimizeCompareCandidate() argument 3069 bool IsThumb1 = false; optimizeCompareInstr() local 3303 bool IsThumb1; shouldSink() local [all...] |
H A D | ARMISelLowering.cpp | 11323 getLdOpcode(unsigned LdSize,bool IsThumb1,bool IsThumb2) getLdOpcode() argument 11342 getStOpcode(unsigned StSize,bool IsThumb1,bool IsThumb2) getStOpcode() argument 11364 emitPostLd(MachineBasicBlock * BB,MachineBasicBlock::iterator Pos,const TargetInstrInfo * TII,const DebugLoc & dl,unsigned LdSize,unsigned Data,unsigned AddrIn,unsigned AddrOut,bool IsThumb1,bool IsThumb2) emitPostLd() argument 11405 emitPostSt(MachineBasicBlock * BB,MachineBasicBlock::iterator Pos,const TargetInstrInfo * TII,const DebugLoc & dl,unsigned StSize,unsigned Data,unsigned AddrIn,unsigned AddrOut,bool IsThumb1,bool IsThumb2) emitPostSt() argument 11464 bool IsThumb1 = Subtarget->isThumb1Only(); EmitStructByval() local [all...] |