Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp5237 bool IsThumb2 = Subtarget->isThumb2(); in tryReadRegister() local
5352 bool IsThumb2 = Subtarget->isThumb2(); in tryWriteRegister() local
H A DARMISelLowering.cpp10599 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { in getLdOpcode()
10618 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { in getStOpcode()
10640 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd()
10681 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt()
10741 bool IsThumb2 = Subtarget->isThumb2(); in EmitStructByval() local