Searched refs:shouldFoldSelectWithIdentityConstant (Results 1 – 10 of 10) sorted by relevance
748 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
13880 bool ARMTargetLowering::shouldFoldSelectWithIdentityConstant(unsigned BinOpcode, in shouldFoldSelectWithIdentityConstant() function in ARMTargetLowering
552 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
1985 bool RISCVTargetLowering::shouldFoldSelectWithIdentityConstant(unsigned Opcode, in shouldFoldSelectWithIdentityConstant() function in RISCVTargetLowering
764 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
17565 bool AArch64TargetLowering::shouldFoldSelectWithIdentityConstant( in shouldFoldSelectWithIdentityConstant() function in AArch64TargetLowering
1387 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
34367 bool X86TargetLowering::shouldFoldSelectWithIdentityConstant(unsigned Opcode, in shouldFoldSelectWithIdentityConstant() function in X86TargetLowering
3300 virtual bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode, in shouldFoldSelectWithIdentityConstant() function
2432 if (TLI.shouldFoldSelectWithIdentityConstant(BinOpcode, VT)) { in foldBinOpIntoSelect()