Home
last modified time | relevance | path

Searched refs:reverseLocalAssignment (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h786 virtual bool reverseLocalAssignment() const { return false; } in reverseLocalAssignment() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h807 virtual bool reverseLocalAssignment() const { return false; } in reverseLocalAssignment() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetRegisterInfo.h926 virtual bool reverseLocalAssignment() const { return false; } in reverseLocalAssignment() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetRegisterInfo.h928 virtual bool reverseLocalAssignment() const { return false; } in reverseLocalAssignment() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetRegisterInfo.h928 virtual bool reverseLocalAssignment() const { return false; } in reverseLocalAssignment() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h913 virtual bool reverseLocalAssignment() const { return false; } in reverseLocalAssignment() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetRegisterInfo.h953 virtual bool reverseLocalAssignment() const { return false; } in reverseLocalAssignment() function
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp565 bool ReverseLocal = TRI->reverseLocalAssignment(); in enqueue()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2641 : TRI->reverseLocalAssignment(); in runOnMachineFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp710 bool ReverseLocal = TRI->reverseLocalAssignment(); in enqueue()