HomeSort by: relevance | last modified time | path
    Searched defs:BuildSDIVPow2 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 5079 SDValue TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor,
DAGCombiner.cpp 571 SDValue BuildSDIVPow2(SDNode *N);
4201 if (SDValue Res = BuildSDIVPow2(N))
22468 SDValue DAGCombiner::BuildSDIVPow2(SDNode *N) {
22478 if (SDValue S = TLI.BuildSDIVPow2(N, C->getAPIntValue(), DAG, Built)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 15388 PPCTargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 11997 AArch64TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 9403 ARMTargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor,

Completed in 103 milliseconds