Home
last modified time | relevance | path

Searched refs:isNotVFP (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp296 bool isNotVFP = isi32Load(Opcode) || isi32Store(Opcode); in MergeOps() local
297 bool haveIBAndDA = isNotVFP && !isThumb2; in MergeOps()
302 else if (Offset == -4 * (int)NumRegs && isNotVFP) in MergeOps()
451 bool isNotVFP = isi32Load(Opcode) || isi32Store(Opcode); in MergeLDR_STR() local
491 ((isNotVFP && RegNum > PRegNum) || in MergeLDR_STR()