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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp 133 /// other than BValNo val# that can reach uses of AValno val# of IntA.
135 VNInfo *AValNo, VNInfo *BValNo);
440 // AValNo is the value number in A that defines the copy, A3 in the example.
445 VNInfo *AValNo = ALR->valno;
465 if (AValNo->hasRedefByEC())
468 // If AValNo is defined as a copy from IntB, we can potentially process this.
470 if (!CP.isCoalescable(AValNo->getCopy()))
475 IntB.FindLiveRangeContaining(AValNo->def.getPrevSlot());
568 /// other than BValNo val# that can reach uses of AValno val# of IntA.
571 VNInfo *AValNo,
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 181 /// other than BValNo val# that can reach uses of AValno val# of IntA.
183 VNInfo *AValNo, VNInfo *BValNo);
507 // AValNo is the value number in A that defines the copy, A3 in the example.
512 VNInfo *AValNo = AS->valno;
514 // If AValNo is defined as a copy from IntB, we can potentially process this.
516 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def);
523 IntB.FindSegmentContaining(AValNo->def.getPrevSlot());
560 VNInfo *SubValSNo = S.getVNInfoAt(AValNo->def.getPrevSlot());
587 VNInfo *AValNo,
589 // If AValNo has PHI kills, conservatively assume that IntB defs can reac
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegisterCoalescer.cpp 198 /// other than BValNo val# that can reach uses of AValno val# of IntA.
200 VNInfo *AValNo, VNInfo *BValNo);
541 // AValNo is the value number in A that defines the copy, A3 in the example.
546 VNInfo *AValNo = AS->valno;
548 // If AValNo is defined as a copy from IntB, we can potentially process this.
550 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def);
557 IntB.FindSegmentContaining(AValNo->def.getPrevSlot());
601 VNInfo *SubValSNo = S.getVNInfoAt(AValNo->def.getPrevSlot());
638 VNInfo *AValNo,
640 // If AValNo has PHI kills, conservatively assume that IntB defs can reac
    [all...]

Completed in 97 milliseconds