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

12

  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 230 /// or one and return them in the KnownZero/KnownOne bitsets.
231 void computeKnownBitsForTargetNode(const SDValue Op, APInt &KnownZero,
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 319 void computeKnownBitsForTargetNode(const SDValue Op, APInt &KnownZero,
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 504 APInt &KnownZero,
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 674 APInt KnownZero;
704 CurDAG->computeKnownBits(Src, KnownZero, KnownOne);
705 FuncInfo->AddLiveOutRegInfo(DestReg, NumSignBits, KnownZero, KnownOne);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp 665 unsigned NumZeroBits = LOI->KnownZero.countLeadingOnes();
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 723 /// zero or one and return them in the KnownZero/KnownOne bitsets.
725 APInt &KnownZero,
    [all...]
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 647 APInt KnownZero = KnownZero0 | KnownZero1;
649 if ((KnownZero | KnownOne).isAllOnesValue()) {
    [all...]
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 788 milliseconds

12