Searched refs:shouldFoldSelectWithIdentityConstant (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 748 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
|
H A D | ARMISelLowering.cpp | 13880 bool ARMTargetLowering::shouldFoldSelectWithIdentityConstant(unsigned BinOpcode, in shouldFoldSelectWithIdentityConstant() function in ARMTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 552 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
|
H A D | RISCVISelLowering.cpp | 1985 bool RISCVTargetLowering::shouldFoldSelectWithIdentityConstant(unsigned Opcode, in shouldFoldSelectWithIdentityConstant() 1984 bool RISCVTargetLowering::shouldFoldSelectWithIdentityConstant(unsigned Opcode, shouldFoldSelectWithIdentityConstant() function in RISCVTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1387 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
|
H A D | X86ISelLowering.cpp | 34367 bool X86TargetLowering::shouldFoldSelectWithIdentityConstant(unsigned Opcode, in shouldFoldSelectWithIdentityConstant() function in X86TargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 764 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
|
H A D | AArch64ISelLowering.cpp | 17565 bool AArch64TargetLowering::shouldFoldSelectWithIdentityConstant( in shouldFoldSelectWithIdentityConstant() function in AArch64TargetLowering
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3300 virtual bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode, in shouldFoldSelectWithIdentityConstant() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2432 if (TLI.shouldFoldSelectWithIdentityConstant(BinOpcode, VT)) { in foldBinOpIntoSelect()
|