Home
last modified time | relevance | path

Searched refs:stableHashValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineStableHash.h26 LLVM_ABI stable_hash stableHashValue(const MachineOperand &MO);
27 LLVM_ABI stable_hash stableHashValue(const MachineInstr &MI,
31 LLVM_ABI stable_hash stableHashValue(const MachineBasicBlock &MBB);
32 LLVM_ABI stable_hash stableHashValue(const MachineFunction &MF);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineStableHash.cpp59 stable_hash llvm::stableHashValue(const MachineOperand &MO) { in stableHashValue() function in llvm
187 stable_hash llvm::stableHashValue(const MachineInstr &MI, bool HashVRegs, in stableHashValue() function in llvm
205 stable_hash StableHash = stableHashValue(MO); in stableHashValue()
227 stable_hash llvm::stableHashValue(const MachineBasicBlock &MBB) { in stableHashValue() function in llvm
231 HashComponents.push_back(stableHashValue(MI)); in stableHashValue()
235 stable_hash llvm::stableHashValue(const MachineFunction &MF) { in stableHashValue() function in llvm
239 HashComponents.push_back(stableHashValue(MBB)); in stableHashValue()
H A DMIRVRegNamerUtils.cpp59 auto Hash = stableHashValue(MI, /* HashVRegs */ true, in getInstructionOpcodeHash()
H A DMachineOutliner.cpp682 stable_hash StableHash = stableHashValue(MI); in getMatchedEntries()
865 stable_hash Hash = stableHashValue(NewMI); in computeAndPublishHashSequence()