HomeSort by relevance Sort by last modified time
    Searched refs:KnownOne (Results 26 - 47 of 47) sorted by null

12

  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 505 APInt &KnownOne,
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 675 APInt KnownOne;
704 CurDAG->computeKnownBits(Src, KnownZero, KnownOne);
705 FuncInfo->AddLiveOutRegInfo(DestReg, NumSignBits, KnownZero, KnownOne);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 648 APInt KnownOne = KnownOne0 & KnownOne1;
649 if ((KnownZero | KnownOne).isAllOnesValue()) {
650 return ConstantInt::get(Op0->getType(), KnownOne);
    [all...]
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 723 /// zero or one and return them in the KnownZero/KnownOne bitsets.
726 APInt &KnownOne,
    [all...]
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 1510 milliseconds

12