HomeSort by: relevance | last modified time | path
    Searched refs:KnownUndef (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 2308 APInt &KnownUndef,
2316 SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, TLO);
2356 APInt KnownUndef = APInt::getNullValue(NumElts);
2368 KnownUndef.setBit(i);
2370 return KnownUndef;
2374 SDValue Op, const APInt &OriginalDemandedElts, APInt &KnownUndef,
2383 KnownUndef = KnownZero = APInt::getNullValue(NumElts);
2394 KnownUndef.setAllBits();
2404 KnownUndef.setAllBits();
2433 KnownUndef.setAllBits()
    [all...]
DAGCombiner.cpp 1181 APInt KnownUndef, KnownZero;
1182 if (!TLI.SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 7291 APInt &KnownUndef, APInt &KnownZero) {
7293 KnownUndef = KnownZero = APInt::getNullValue(Size);
7309 KnownUndef.setBit(i);
7331 KnownUndef.setBit(i);
7360 KnownUndef.setBit(i);
7374 APInt &KnownUndef, APInt &KnownZero) {
7386 KnownUndef = KnownZero = APInt::getNullValue(Size);
7411 KnownUndef.setBit(i);
7424 KnownUndef.setBit(i);
7437 KnownUndef.setBit(i)
    [all...]
X86ISelLowering.h 1091 APInt &KnownUndef,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 3375 /// Otherwise, analyze the expression and return a mask of KnownUndef and
3377 /// The KnownUndef/Zero elements may only be accurate for those bits
3386 APInt &KnownUndef, APInt &KnownZero,
3393 APInt &KnownUndef, APInt &KnownZero,
3453 /// return a mask of KnownUndef and KnownZero elements for the expression
3454 /// (used to simplify the caller). The KnownUndef/Zero elements may only be
3457 SDValue Op, const APInt &DemandedElts, APInt &KnownUndef,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 15812 APInt KnownUndef, KnownZero;
15814 if (TLI.SimplifyDemandedVectorElts(Op0, Op0DemandedElts, KnownUndef,
15817 if (TLI.SimplifyDemandedVectorElts(Op1, Op1DemandedElts, KnownUndef,
15834 APInt KnownUndef, KnownZero;
15836 if (TLI.SimplifyDemandedVectorElts(Op0, Op0DemandedElts, KnownUndef,

Completed in 99 milliseconds