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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DMLxExpansionPass.cpp67 bool NegAcc, bool HasLane);
208 bool NegAcc, bool HasLane) {
235 if (NegAcc) {
293 bool NegAcc, HasLane; local
295 MulOpc, AddSubOpc, NegAcc, HasLane) ||
299 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane);
206 ExpandFPMLxInstruction(MachineBasicBlock &MBB, MachineInstr *MI, unsigned MulOpc, unsigned AddSubOpc, bool NegAcc, bool HasLane) argument
H A DARMBaseInstrInfo.cpp58 bool NegAcc; // True if the acc is negated before the add / sub. member in struct:ARM_MLxEntry
63 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
2756 bool &NegAcc, bool &HasLane) const {
2764 NegAcc = Entry.NegAcc;
/external/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.cpp59 bool NegAcc; // True if the acc is negated before the add / sub. member in struct:ARM_MLxEntry
64 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
4151 bool &NegAcc, bool &HasLane) const {
4159 NegAcc = Entry.NegAcc;
4149 isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, unsigned &AddSubOpc, bool &NegAcc, bool &HasLane) const argument

Completed in 786 milliseconds