Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A 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()
H A DARMBaseInstrInfo.h515 unsigned &AddSubOpc, bool &NegAcc,
H A DARMBaseInstrInfo.cpp89 bool NegAcc; // True if the acc is negated before the add / sub. member
5008 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction() argument
5016 NegAcc = Entry.NegAcc; in isFpMLxInstruction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3559 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in upgradeX86IntrinsicCall() local
3575 if (NegAcc) in upgradeX86IntrinsicCall()
3610 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall() local
3620 if (NegAcc) in upgradeX86IntrinsicCall()
3650 if (NegAcc && IsMask3) in upgradeX86IntrinsicCall()
3669 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall() local
3679 if (NegAcc) in upgradeX86IntrinsicCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp14019 bool NegAcc = false) { in EmitScalarFMAExpr() argument
14024 if (NegAcc) in EmitScalarFMAExpr()
14066 if (NegAcc && PTIdx == 2) in EmitScalarFMAExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15470 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode()
15489 if (NegAcc) { in negateFMAOpcode()
15467 negateFMAOpcode(unsigned Opcode,bool NegMul,bool NegAcc) negateFMAOpcode() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52769 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument
52791 if (NegAcc) { in negateFMAOpcode()