/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 256 bool isReplaceable(const MachineInstr &First, const MachineInstr &Last, 388 bool OptimizeLEAPass::isReplaceable(const MachineInstr &First, in isReplaceable() function in OptimizeLEAPass 560 if (!isReplaceable(First, Last, AddrDispShift)) { in removeRedundantLEAs()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 284 bool isReplaceable(const MachineInstr &First, const MachineInstr &Last, 424 bool X86OptimizeLEAPass::isReplaceable(const MachineInstr &First, in isReplaceable() function in X86OptimizeLEAPass 619 if (!isReplaceable(First, Last, AddrDispShift)) { in removeRedundantLEAs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 284 bool isReplaceable(const MachineInstr &First, const MachineInstr &Last, 424 bool X86OptimizeLEAPass::isReplaceable(const MachineInstr &First, in isReplaceable() function in X86OptimizeLEAPass 619 if (!isReplaceable(First, Last, AddrDispShift)) { in removeRedundantLEAs()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | TrackingMDRef.h | 72 return !MD || !MetadataTracking::isReplaceable(*MD); in hasTrivialDestructor()
|
D | Metadata.h | 248 static bool isReplaceable(const Metadata &MD); 314 static bool isReplaceable(const Metadata &MD);
|
/external/llvm/include/llvm/IR/ |
D | TrackingMDRef.h | 72 return !MD || !MetadataTracking::isReplaceable(*MD); in hasTrivialDestructor()
|
D | Metadata.h | 236 static bool isReplaceable(const Metadata &MD); 301 static bool isReplaceable(const Metadata &MD);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | TrackingMDRef.h | 76 return !MD || !MetadataTracking::isReplaceable(*MD); in hasTrivialDestructor()
|
D | Metadata.h | 263 static bool isReplaceable(const Metadata &MD); 328 static bool isReplaceable(const Metadata &MD);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | TrackingMDRef.h | 76 return !MD || !MetadataTracking::isReplaceable(*MD); in hasTrivialDestructor()
|
D | Metadata.h | 263 static bool isReplaceable(const Metadata &MD); 328 static bool isReplaceable(const Metadata &MD);
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 156 assert(!isReplaceable(MD) && in retrack() 161 bool MetadataTracking::isReplaceable(const Metadata &MD) { in isReplaceable() function in MetadataTracking 162 return ReplaceableMetadataImpl::isReplaceable(MD); in isReplaceable() 293 bool ReplaceableMetadataImpl::isReplaceable(const Metadata &MD) { in isReplaceable() function in ReplaceableMetadataImpl
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Metadata.cpp | 188 assert(!isReplaceable(MD) && in retrack() 193 bool MetadataTracking::isReplaceable(const Metadata &MD) { in isReplaceable() function in MetadataTracking 194 return ReplaceableMetadataImpl::isReplaceable(MD); in isReplaceable() 325 bool ReplaceableMetadataImpl::isReplaceable(const Metadata &MD) { in isReplaceable() function in ReplaceableMetadataImpl
|
/external/llvm-project/llvm/lib/IR/ |
D | Metadata.cpp | 189 assert(!isReplaceable(MD) && in retrack() 194 bool MetadataTracking::isReplaceable(const Metadata &MD) { in isReplaceable() function in MetadataTracking 195 return ReplaceableMetadataImpl::isReplaceable(MD); in isReplaceable() 326 bool ReplaceableMetadataImpl::isReplaceable(const Metadata &MD) { in isReplaceable() function in ReplaceableMetadataImpl
|