Home
last modified time | relevance | path

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

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