Searched refs:shouldFoldSelectWithIdentityConstant (Results 1 – 10 of 10) sorted by relevance
501 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
1857 bool RISCVTargetLowering::shouldFoldSelectWithIdentityConstant(unsigned Opcode, in shouldFoldSelectWithIdentityConstant() function in RISCVTargetLowering
749 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
13875 bool ARMTargetLowering::shouldFoldSelectWithIdentityConstant(unsigned BinOpcode, in shouldFoldSelectWithIdentityConstant() function in ARMTargetLowering
741 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
16438 bool AArch64TargetLowering::shouldFoldSelectWithIdentityConstant( in shouldFoldSelectWithIdentityConstant() function in AArch64TargetLowering
1376 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
33836 bool X86TargetLowering::shouldFoldSelectWithIdentityConstant(unsigned Opcode, in shouldFoldSelectWithIdentityConstant() function in X86TargetLowering
3185 virtual bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode, in shouldFoldSelectWithIdentityConstant() function
2528 if (TLI.shouldFoldSelectWithIdentityConstant(BinOpcode, VT)) { in foldBinOpIntoSelect()