Home
last modified time | relevance | path

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

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