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.h506 unsigned &AddSubOpc, bool &NegAcc,
H A DARMBaseInstrInfo.cpp83 bool NegAcc; // True if the acc is negated before the add / sub. member
4851 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction() argument
4859 NegAcc = Entry.NegAcc; in isFpMLxInstruction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3844 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in upgradeX86IntrinsicCall() local
3860 if (NegAcc) in upgradeX86IntrinsicCall()
3889 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall() local
3899 if (NegAcc) in upgradeX86IntrinsicCall()
3926 if (NegAcc && IsMask3) in upgradeX86IntrinsicCall()
3945 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall() local
3955 if (NegAcc) in upgradeX86IntrinsicCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DX86.cpp450 bool NegAcc = false) { in EmitScalarFMAExpr() argument
455 if (NegAcc) in EmitScalarFMAExpr()
497 if (NegAcc && PTIdx == 2) in EmitScalarFMAExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18012 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode() argument
18031 if (NegAcc) { in negateFMAOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54593 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument
54615 if (NegAcc) { in negateFMAOpcode()