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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp70 bool NegAcc, bool HasLane);
274 bool NegAcc, bool HasLane) {
303 if (NegAcc) {
361 bool NegAcc, HasLane; local
363 MulOpc, AddSubOpc, NegAcc, HasLane) ||
367 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane);
272 ExpandFPMLxInstruction(MachineBasicBlock &MBB, MachineInstr *MI, unsigned MulOpc, unsigned AddSubOpc, bool NegAcc, bool HasLane) argument
H A DARMBaseInstrInfo.h379 unsigned &AddSubOpc, bool &NegAcc,
H A DARMBaseInstrInfo.cpp68 bool NegAcc; // True if the acc is negated before the add / sub. member in struct:ARM_MLxEntry
73 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
4116 bool &NegAcc, bool &HasLane) const {
4124 NegAcc = Entry.NegAcc;
4114 isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, unsigned &AddSubOpc, bool &NegAcc, bool &HasLane) const argument

Completed in 168 milliseconds