Searched defs:Div (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp58 Instruction *Div; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp433 bool llvm::expandDivision(BinaryOperator *Div) { argument
583 expandDivisionUpTo32Bits(BinaryOperator *Div) argument
631 expandDivisionUpTo64Bits(BinaryOperator *Div) argument
[all...]
H A DScalarEvolutionExpander.cpp276 const SCEV *Div = SE.getConstant(CI); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp2535 Constant *Div = ConstantExpr::getSDiv(CurrIdx, Factor); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp318 BinaryOperator *Div = dyn_cast<BinaryOperator>(Op0); local
[all...]
H A DInstCombineCompares.cpp2347 foldICmpDivConstant(ICmpInst &Cmp, BinaryOperator *Div, const APInt &C) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp411 uint32_t Div = static_cast<uint32_t>( local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp948 Value *Div = Builder.CreateAdd(IQ, JQ); local
H A DAMDGPUISelLowering.cpp1727 SDValue Div = DAG.getNode(ISD::ADD, DL, VT, iq, jq); local
1909 SDValue Div = DAG.getSelectCC(DL, C3, Zero, Sel1, Mulhi3, ISD::SETNE); local
2062 SDValue Div local
2087 SDValue Div = DAG.getNode(ISD::FDIV, SL, VT, X, Y); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12009 Register Div = MRI.createVirtualRegister(isPPC64 ? G8RC : GPRC); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13312 SDValue Div = DAG.getNode(ISD::FDIV, SDLoc(N1), VT, Rsqrt, Y, Flags); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17672 SDValue Div = DAG.getNode(DivOpcode, dl, VT, Dividend, Divisor); local

Completed in 309 milliseconds