Home
last modified time | relevance | path

Searched defs:Den (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp903 optimizeWithRsq(IRBuilder<> & Builder,Value * Num,Value * Den,const FastMathFlags DivFMF,const FastMathFlags SqrtFMF,const Instruction * CtxI) const optimizeWithRsq() argument
946 optimizeWithRcp(IRBuilder<> & Builder,Value * Num,Value * Den,FastMathFlags FMF,const Instruction * CtxI) const optimizeWithRcp() argument
1009 optimizeWithFDivFast(IRBuilder<> & Builder,Value * Num,Value * Den,float ReqdAccuracy) const optimizeWithFDivFast() argument
1034 visitFDivElement(IRBuilder<> & Builder,Value * Num,Value * Den,FastMathFlags DivFMF,FastMathFlags SqrtFMF,Value * RsqOp,const Instruction * FDivInst,float ReqdDivAccuracy) const visitFDivElement() argument
1092 Value *Den = FDiv.getOperand(1); visitFDiv() local
1194 getDivNumBits(BinaryOperator & I,Value * Num,Value * Den,unsigned AtLeast,bool IsSigned) const getDivNumBits() argument
1216 expandDivRem24(IRBuilder<> & Builder,BinaryOperator & I,Value * Num,Value * Den,bool IsDiv,bool IsSigned) const expandDivRem24() argument
1228 expandDivRem24Impl(IRBuilder<> & Builder,BinaryOperator & I,Value * Num,Value * Den,unsigned DivBits,bool IsDiv,bool IsSigned) const expandDivRem24Impl() argument
1568 Value *Den = I.getOperand(1); visitBinaryOperator() local
[all...]
H A DAMDGPULegalizerInfo.cpp4694 Register Den = MI.getOperand(FirstSrcOpIdx + 1).getReg(); legalizeUnsignedDIV_REM() local
/llvm-project/clang/lib/AST/Interp/
H A DInterp.h
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5590 const SDValue &Den = N->getOperand(1); PerformREMCombine() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp15431 APSInt Den = RHS.getComplexIntReal() * RHS.getComplexIntReal() + VisitBinaryOperator() local