Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp271 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction()
355 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
H A DARMBaseInstrInfo.cpp88 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 DAutoUpgrade.cpp3739 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 DCGBuiltin.cpp13735 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 DRISCVISelLowering.cpp14027 negateFMAOpcode(unsigned Opcode,bool NegMul,bool NegAcc) negateFMAOpcode() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51522 negateFMAOpcode(unsigned Opcode,bool NegMul,bool NegAcc,bool NegRes) negateFMAOpcode() argument
[all...]