HomeSort by relevance Sort by last modified time
    Searched refs:TargetMask (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 384 unsigned TargetMask = LKZ.getZExtValue();
387 if ((TargetMask | InsertMask) == 0xFFFFFFFF) {
391 TargetMask = ~TargetMask;
403 std::swap(TargetMask, InsertMask);
411 std::swap(TargetMask, InsertMask);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 40 milliseconds