Home
last modified time | relevance | path

Searched defs:IsEarlyClobber (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h148 unsigned IsEarlyClobber : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1367 bool IsEarlyClobber = false; in rewriteAssigned() local
H A DTwoAddressInstructionPass.cpp1556 bool IsEarlyClobber = llvm::any_of(TiedPairs, [MI](auto const &TP) { in processTiedPairs() local