Home
last modified time | relevance | path

Searched refs:shouldBePooled (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632.cpp52 bool shouldBePooled(const class ::Ice::Constant *C) { in shouldBePooled() function
53 return ::Ice::X8632::TargetX8632::shouldBePooled(C); in shouldBePooled()
DIceTargetLowering.cpp60 bool shouldBePooled(const ::Ice::Constant *C); \
289 bool TargetLowering::shouldBePooled(const Constant *C) { in shouldBePooled() function in Ice::TargetLowering
296 return ::X::shouldBePooled(C); in shouldBePooled()
DIceTargetLoweringX8664.cpp44 bool shouldBePooled(const class ::Ice::Constant *C) { in shouldBePooled() function
45 return ::Ice::X8664::TargetX8664::shouldBePooled(C); in shouldBePooled()
DIceTargetLowering.h177 static bool shouldBePooled(const class Constant *C);
DIceOperand.cpp28 ShouldBePooled = TargetLowering::shouldBePooled(this); in initShouldBePooled()
DIceTargetLoweringMIPS32.h37 static bool shouldBePooled(const Constant *C) { in shouldBePooled() function
DIceTargetLoweringARM32.h62 static bool shouldBePooled(const Constant *C) { in shouldBePooled() function
DIceTargetLoweringX86Base.h81 static bool shouldBePooled(const Constant *C);
DIceTargetLoweringMIPS32.cpp52 bool shouldBePooled(const ::Ice::Constant *C) { in shouldBePooled() function
53 return ::Ice::MIPS32::TargetMIPS32::shouldBePooled(C); in shouldBePooled()
DIceTargetLoweringARM32.cpp65 bool shouldBePooled(const ::Ice::Constant *C) { in shouldBePooled() function
66 return ::Ice::ARM32::TargetARM32::shouldBePooled(C); in shouldBePooled()
DIceTargetLoweringX86BaseImpl.h435 bool TargetX86Base<TraitsType>::shouldBePooled(const Constant *C) {