Home
last modified time | relevance | path

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

/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.cpp89 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 DAutoUpgrade.cpp3559 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 DCGBuiltin.cpp13930 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 DRISCVISelLowering.cpp15400 negateFMAOpcode(unsigned Opcode,bool NegMul,bool NegAcc) negateFMAOpcode() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52631 negateFMAOpcode(unsigned Opcode,bool NegMul,bool NegAcc,bool NegRes) negateFMAOpcode() argument
[all...]