Searched defs:NegAcc (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MLxExpansionPass.cpp | 271 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() 355 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
|
H A D | ARMBaseInstrInfo.cpp | 88 bool NegAcc; // True if the acc is negated before the add / sub. global() member 5007 isFpMLxInstruction(unsigned Opcode,unsigned & MulOpc,unsigned & AddSubOpc,bool & NegAcc,bool & HasLane) const isFpMLxInstruction() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 3739 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; UpgradeIntrinsicCall() local 3791 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; UpgradeIntrinsicCall() local 3850 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; UpgradeIntrinsicCall() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 13735 EmitScalarFMAExpr(CodeGenFunction & CGF,const CallExpr * E,MutableArrayRef<Value * > Ops,Value * Upper,bool ZeroMask=false,unsigned PTIdx=0,bool NegAcc=false) EmitScalarFMAExpr() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 14027 negateFMAOpcode(unsigned Opcode,bool NegMul,bool NegAcc) negateFMAOpcode() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 51522 negateFMAOpcode(unsigned Opcode,bool NegMul,bool NegAcc,bool NegRes) negateFMAOpcode() argument [all...] |