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 383 unsigned TargetMask = LKZ.getZExtValue();
386 if ((TargetMask | InsertMask) == 0xFFFFFFFF) {
390 TargetMask = ~TargetMask;
402 std::swap(TargetMask, InsertMask);
410 std::swap(TargetMask, InsertMask);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 52 milliseconds