Searched refs:hasRegMaskOp (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 973 bool hasRegMaskOp = false; in moveAllRangesFrom() local 974 collectRanges(MI, Entering, Internal, Exiting, hasRegMaskOp, OldIdx); in moveAllRangesFrom() 990 if (hasRegMaskOp) in moveAllRangesFrom() 1016 bool hasRegMaskOp = false; in moveAllRangesInto() local 1017 collectRanges(BII, Entering, Internal, Exiting, hasRegMaskOp, NewIdx); in moveAllRangesInto() 1018 assert(!hasRegMaskOp && "Can't have RegMask operand in bundle."); in moveAllRangesInto() 1022 collectRanges(BII, Entering, Internal, Exiting, hasRegMaskOp, NewIdx); in moveAllRangesInto() 1023 assert(!hasRegMaskOp && "Can't have RegMask operand in bundle."); in moveAllRangesInto() 1031 collectRanges(MI, Entering, Internal, Exiting, hasRegMaskOp, OldIdx); in moveAllRangesInto() 1032 assert(!hasRegMaskOp && "Can't have RegMask operand in bundle."); in moveAllRangesInto() [all …]
|