Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h134 bool IsEarlyClobber : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h146 unsigned IsEarlyClobber : 1; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineOperand.h148 unsigned IsEarlyClobber : 1; variable
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1446 bool IsEarlyClobber = false; in processTiedPairs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1505 bool IsEarlyClobber = false; in processTiedPairs() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1453 bool IsEarlyClobber = llvm::any_of(TiedPairs, [MI](auto const &TP) { in processTiedPairs() local
DSplitKit.cpp1354 bool IsEarlyClobber = false; in rewriteAssigned() local