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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp355 bool NegAcc, HasLane; local
269 ExpandFPMLxInstruction(MachineBasicBlock &MBB, MachineInstr *MI, unsigned MulOpc, unsigned AddSubOpc, bool NegAcc, bool HasLane) argument
H A DARMBaseInstrInfo.cpp82 bool NegAcc; // True if the acc is negated before the add / sub. member in struct:ARM_MLxEntry
4797 isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, unsigned &AddSubOpc, bool &NegAcc, bool &HasLane) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3063 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; local
3115 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; local
3175 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; local

Completed in 110 milliseconds