Home
last modified time | relevance | path

Searched refs:NumSkip (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1088 unsigned NumSkip = HasOptPRefs ? NumDefs - NumResults : 0; in EmitMachineNode() local
1089 for (unsigned i = NumSkip; i != NodeOperands; ++i) in EmitMachineNode()
1090 AddOperand(MIB, Node->getOperand(i), i-NumSkip+NumDefs, &II, in EmitMachineNode()
H A DDAGCombiner.cpp19079 unsigned NumSkip = 1; in tryStoreMergeOfConstants() local
19080 while ((NumSkip < NumConsecutiveStores) && in tryStoreMergeOfConstants()
19081 (NumSkip < FirstZeroAfterNonZero) && in tryStoreMergeOfConstants()
19082 (StoreNodes[NumSkip].MemNode->getAlign() <= FirstStoreAlign)) in tryStoreMergeOfConstants()
19083 NumSkip++; in tryStoreMergeOfConstants()
19085 StoreNodes.erase(StoreNodes.begin(), StoreNodes.begin() + NumSkip); in tryStoreMergeOfConstants()
19086 NumConsecutiveStores -= NumSkip; in tryStoreMergeOfConstants()
19150 unsigned NumSkip = 1; in tryStoreMergeOfExtracts() local
19151 while ((NumSkip < NumConsecutiveStores) && in tryStoreMergeOfExtracts()
19152 (StoreNodes[NumSkip].MemNode->getAlign() <= FirstStoreAlign)) in tryStoreMergeOfExtracts()
[all …]