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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp4666 bool IsThumb2 = Subtarget->isThumb2(); local
4781 bool IsThumb2 = Subtarget->isThumb2(); 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
10176 bool IsThumb2 = Subtarget->isThumb2(); local
[all...]

Completed in 128 milliseconds