/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 69 bool NegAcc, bool HasLane); 271 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() argument 300 if (NegAcc) { in ExpandFPMLxInstruction() 355 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local 357 MulOpc, AddSubOpc, NegAcc, HasLane) || in ExpandFPMLxInstructions() 361 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane); in ExpandFPMLxInstructions()
|
D | ARMBaseInstrInfo.h | 431 unsigned &AddSubOpc, bool &NegAcc,
|
D | ARMBaseInstrInfo.cpp | 82 bool NegAcc; // True if the acc is negated before the add / sub. member 4799 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction() argument 4807 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/llvm-project/llvm/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 69 bool NegAcc, bool HasLane); 271 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() argument 300 if (NegAcc) { in ExpandFPMLxInstruction() 355 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local 357 MulOpc, AddSubOpc, NegAcc, HasLane) || in ExpandFPMLxInstructions() 361 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane); in ExpandFPMLxInstructions()
|
D | ARMBaseInstrInfo.h | 486 unsigned &AddSubOpc, bool &NegAcc,
|
D | ARMBaseInstrInfo.cpp | 86 bool NegAcc; // True if the acc is negated before the add / sub. member 4835 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction() argument 4843 NegAcc = Entry.NegAcc; in isFpMLxInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3063 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall() local 3079 if (NegAcc) in UpgradeIntrinsicCall() 3115 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local 3125 if (NegAcc) in UpgradeIntrinsicCall() 3155 if (NegAcc && IsMask3) in UpgradeIntrinsicCall() 3175 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local 3185 if (NegAcc) in UpgradeIntrinsicCall()
|
/external/llvm-project/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3197 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall() local 3213 if (NegAcc) in UpgradeIntrinsicCall() 3249 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local 3259 if (NegAcc) in UpgradeIntrinsicCall() 3289 if (NegAcc && IsMask3) in UpgradeIntrinsicCall() 3309 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local 3319 if (NegAcc) in UpgradeIntrinsicCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 11617 bool NegAcc = false) { in EmitScalarFMAExpr() argument 11622 if (NegAcc) in EmitScalarFMAExpr() 11651 if (NegAcc && PTIdx == 2) in EmitScalarFMAExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 42512 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument 42528 if (NegAcc) { in negateFMAOpcode()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 45908 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument 45928 if (NegAcc) { in negateFMAOpcode()
|