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

/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp515 bool isNotVFP = isi32Load(Opcode) || isi32Store(Opcode); local
516 bool haveIBAndDA = isNotVFP && !isThumb2 && !isThumb1;
522 } else if (Offset == -4 * (int)NumRegs && isNotVFP && !isThumb1) {
836 bool isNotVFP = isi32Load(Opcode) || isi32Store(Opcode); local
876 ((isNotVFP && RegNum > PRegNum) ||
880 (!STI->isSwift() || isNotVFP || Count != 1 || !(PRegNum & 0x1))) {

Completed in 43 milliseconds