Home
last modified time | relevance | path

Searched refs:shouldFoldSelectWithIdentityConstant (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1301 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
H A DX86ISelLowering.cpp34133 bool X86TargetLowering::shouldFoldSelectWithIdentityConstant(unsigned Opcode, in shouldFoldSelectWithIdentityConstant() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2983 virtual bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode, in shouldFoldSelectWithIdentityConstant() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2253 if (TLI.shouldFoldSelectWithIdentityConstant(BinOpcode, VT)) { in foldBinOpIntoSelect()