Searched defs:NegAcc (Results 1 – 6 of 6) sorted by relevance
/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 | 89 bool NegAcc; // True if the acc is negated before the add / sub. global() member 5008 isFpMLxInstruction(unsigned Opcode,unsigned & MulOpc,unsigned & AddSubOpc,bool & NegAcc,bool & HasLane) const isFpMLxInstruction() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 3559 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; upgradeX86IntrinsicCall() local 3610 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; upgradeX86IntrinsicCall() local 3669 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; upgradeX86IntrinsicCall() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 13930 EmitScalarFMAExpr(CodeGenFunction & CGF,const CallExpr * E,MutableArrayRef<Value * > Ops,Value * Upper,bool ZeroMask=false,unsigned PTIdx=0,bool NegAcc=false) EmitScalarFMAExpr() argument
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 15400 negateFMAOpcode(unsigned Opcode,bool NegMul,bool NegAcc) negateFMAOpcode() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 52631 negateFMAOpcode(unsigned Opcode,bool NegMul,bool NegAcc,bool NegRes) negateFMAOpcode() argument [all...] |