Searched defs:IsThumb1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2806 static bool isOptimizeCompareCandidate(MachineInstr *MI, bool &IsThumb1) { argument
2937 bool IsThumb1 local
2745 isRedundantFlagInstr(const MachineInstr *CmpI, unsigned SrcReg, unsigned SrcReg2, int ImmValue, const MachineInstr *OI, bool &IsThumb1) argument
3171 bool IsThumb1; local
[all...]
H A DARMISelLowering.cpp10034 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { argument
10053 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { argument
10072 emitPostLd(MachineBasicBlock *BB, MachineBasicBlock::iterator Pos, const TargetInstrInfo *TII, const DebugLoc &dl, unsigned LdSize, unsigned Data, unsigned AddrIn, unsigned AddrOut, bool IsThumb1, bool IsThumb2) argument
10113 emitPostSt(MachineBasicBlock *BB, MachineBasicBlock::iterator Pos, const TargetInstrInfo *TII, const DebugLoc &dl, unsigned StSize, unsigned Data, unsigned AddrIn, unsigned AddrOut, bool IsThumb1, bool IsThumb2) argument
10175 bool IsThumb1 = Subtarget->isThumb1Only(); local
[all...]

Completed in 152 milliseconds