Searched refs:PreA (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 228 unsigned &PreA, unsigned &PreB) const { in getCommonSuperRegClass() argument 244 unsigned *BestPreA = &PreA; in getCommonSuperRegClass()
|
D | DetectDeadLanes.cpp | 185 unsigned PreA, PreB; // Unused. in isCrossCopy() local 187 return !TRI.getCommonSuperRegClass(SrcRC, SrcSubIdx, DstRC, DstSubIdx, PreA, in isCrossCopy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 289 unsigned &PreA, unsigned &PreB) const { in getCommonSuperRegClass() argument 305 unsigned *BestPreA = &PreA; in getCommonSuperRegClass()
|
D | DetectDeadLanes.cpp | 183 unsigned PreA, PreB; // Unused. in isCrossCopy() local 185 return !TRI.getCommonSuperRegClass(SrcRC, SrcSubIdx, DstRC, DstSubIdx, PreA, in isCrossCopy()
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 632 unsigned &PreA, unsigned &PreB) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 665 unsigned &PreA, unsigned &PreB) const;
|