Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDMLxExpansionPass.cpp271 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction()
355 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
HDARMBaseInstrInfo.cpp89 bool NegAcc; // True if the acc is negated before the add / sub. member
5008 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDAutoUpgrade.cpp3559 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in upgradeX86IntrinsicCall() local
3610 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall() local
3669 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBuiltin.cpp14019 bool NegAcc = false) { in EmitScalarFMAExpr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp15470 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp52769 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode()