/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 67 bool NegAcc, bool HasLane); 208 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() argument 235 if (NegAcc) { in ExpandFPMLxInstruction() 293 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local 295 MulOpc, AddSubOpc, NegAcc, HasLane) || in ExpandFPMLxInstructions() 299 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane); in ExpandFPMLxInstructions()
|
D | ARMBaseInstrInfo.h | 282 unsigned &AddSubOpc, bool &NegAcc,
|
D | ARMBaseInstrInfo.cpp | 58 bool NegAcc; // True if the acc is negated before the add / sub. member 2756 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction() argument 2764 NegAcc = Entry.NegAcc; in isFpMLxInstruction()
|
/external/llvm/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 70 bool NegAcc, bool HasLane); 274 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() argument 303 if (NegAcc) { 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 | 383 unsigned &AddSubOpc, bool &NegAcc,
|
D | ARMBaseInstrInfo.cpp | 59 bool NegAcc; // True if the acc is negated before the add / sub. member 4151 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction() argument 4159 NegAcc = Entry.NegAcc; in isFpMLxInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 70 bool NegAcc, bool HasLane); 274 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() argument 303 if (NegAcc) { in ExpandFPMLxInstruction() 358 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local 360 MulOpc, AddSubOpc, NegAcc, HasLane) || in ExpandFPMLxInstructions() 364 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane); in ExpandFPMLxInstructions()
|
D | ARMBaseInstrInfo.h | 414 unsigned &AddSubOpc, bool &NegAcc,
|
D | ARMBaseInstrInfo.cpp | 83 bool NegAcc; // True if the acc is negated before the add / sub. member 4545 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction() argument 4553 NegAcc = Entry.NegAcc; in isFpMLxInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 2782 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall() local 2798 if (NegAcc) in UpgradeIntrinsicCall() 2834 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local 2844 if (NegAcc) in UpgradeIntrinsicCall() 2874 if (NegAcc && IsMask3) in UpgradeIntrinsicCall() 2894 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local 2904 if (NegAcc) in UpgradeIntrinsicCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 37873 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode() argument 37888 if (NegAcc) { in negateFMAOpcode()
|