Home
last modified time | relevance | path

Searched defs:NegAcc (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DMLxExpansionPass.cpp208 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction()
293 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
DARMBaseInstrInfo.cpp58 bool NegAcc; // True if the acc is negated before the add / sub. member
2756 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction()
/external/llvm/lib/Target/ARM/
DMLxExpansionPass.cpp274 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction()
361 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
DARMBaseInstrInfo.cpp59 bool NegAcc; // True if the acc is negated before the add / sub. member
4151 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DMLxExpansionPass.cpp274 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction()
358 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
DARMBaseInstrInfo.cpp83 bool NegAcc; // True if the acc is negated before the add / sub. member
4545 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp2782 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall() local
2834 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local
2894 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37873 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode()