Searched refs:HasLane (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 69 bool NegAcc, bool HasLane); 273 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() argument 281 unsigned LaneImm = HasLane ? MI->getOperand(4).getImm() : 0; in ExpandFPMLxInstruction() 282 unsigned NextOp = HasLane ? 5 : 4; in ExpandFPMLxInstruction() 295 if (HasLane) in ExpandFPMLxInstruction() 360 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local 362 MulOpc, AddSubOpc, NegAcc, HasLane) || in ExpandFPMLxInstructions() 366 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane); in ExpandFPMLxInstructions()
|
D | ARMBaseInstrInfo.h | 307 bool &HasLane) const;
|
D | ARMBaseInstrInfo.cpp | 63 bool HasLane; // True if instruction has an extra "lane" operand. member 3702 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction() 3711 HasLane = Entry.HasLane; in isFpMLxInstruction()
|