Searched defs:NegAcc (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | MLxExpansionPass.cpp | 271 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() 355 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
|
H A D | ARMBaseInstrInfo.cpp | 88 bool NegAcc; // True if the acc is negated before the add / sub. member 5009 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | MLxExpansionPass.cpp | 271 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() 355 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
|
H A 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()
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | MLxExpansionPass.cpp | 274 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() 361 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
|
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 3063 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall() local 3115 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local 3175 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 3487 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall() local 3539 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local 3599 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 9724 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 42515 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 51992 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode()
|