Home
last modified time | relevance | path

Searched refs:NegAcc (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMLxExpansionPass.cpp69 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()
DARMBaseInstrInfo.h431 unsigned &AddSubOpc, bool &NegAcc,
DARMBaseInstrInfo.cpp82 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/
DMLxExpansionPass.cpp70 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()
DARMBaseInstrInfo.h383 unsigned &AddSubOpc, bool &NegAcc,
DARMBaseInstrInfo.cpp59 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/
DMLxExpansionPass.cpp69 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()
DARMBaseInstrInfo.h486 unsigned &AddSubOpc, bool &NegAcc,
DARMBaseInstrInfo.cpp86 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/
DAutoUpgrade.cpp3063 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/
DAutoUpgrade.cpp3197 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/
DCGBuiltin.cpp11617 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/
DX86ISelLowering.cpp42512 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument
42528 if (NegAcc) { in negateFMAOpcode()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp45908 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument
45928 if (NegAcc) { in negateFMAOpcode()