Home
last modified time | relevance | path

Searched refs:isWorthFolding (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp194 bool isWorthFolding(SDValue V) const;
365 bool AArch64DAGToDAGISel::isWorthFolding(SDValue V) const { in isWorthFolding() function in AArch64DAGToDAGISel
408 return isWorthFolding(N); in SelectShiftedRegister()
655 return isWorthFolding(N); in SelectArithExtendedRegister()
861 return isWorthFolding(N); in SelectExtendedSHL()
889 bool IsExtendedRegisterWorthFolding = isWorthFolding(N); in SelectAddrModeWRO()
919 if (isWorthFolding(LHS)) in SelectAddrModeWRO()
931 if (isWorthFolding(RHS)) in SelectAddrModeWRO()
1002 bool IsExtendedRegisterWorthFolding = isWorthFolding(N); in SelectAddrModeXRO()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp192 bool isWorthFolding(SDValue V) const;
332 bool AArch64DAGToDAGISel::isWorthFolding(SDValue V) const { in isWorthFolding() function in AArch64DAGToDAGISel
358 return isWorthFolding(N); in SelectShiftedRegister()
600 return isWorthFolding(N); in SelectArithExtendedRegister()
804 return isWorthFolding(N); in SelectExtendedSHL()
832 bool IsExtendedRegisterWorthFolding = isWorthFolding(N); in SelectAddrModeWRO()
862 if (isWorthFolding(LHS)) in SelectAddrModeWRO()
874 if (isWorthFolding(RHS)) in SelectAddrModeWRO()
945 bool IsExtendedRegisterWorthFolding = isWorthFolding(N); in SelectAddrModeXRO()