Searched refs:HasLane (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 70 bool NegAcc, bool HasLane); 274 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() argument 282 unsigned LaneImm = HasLane ? MI->getOperand(4).getImm() : 0; in ExpandFPMLxInstruction() 283 unsigned NextOp = HasLane ? 5 : 4; in ExpandFPMLxInstruction() 296 if (HasLane) in ExpandFPMLxInstruction() 361 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local 363 MulOpc, AddSubOpc, NegAcc, HasLane) || in ExpandFPMLxInstructions() 367 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane); in ExpandFPMLxInstructions()
|
D | ARMBaseInstrInfo.h | 370 bool &HasLane) const;
|
D | ARMBaseInstrInfo.cpp | 68 bool HasLane; // True if instruction has an extra "lane" operand. member 4085 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction() 4094 HasLane = Entry.HasLane; in isFpMLxInstruction()
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 256 bool HasLane; member 640 if (LdStDesc->HasLane) in printInst()
|