Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h501 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
H A DRISCVISelLowering.cpp1857 bool RISCVTargetLowering::shouldFoldSelectWithIdentityConstant(unsigned Opcode, in shouldFoldSelectWithIdentityConstant() function in RISCVTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h749 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
H A DARMISelLowering.cpp13875 bool ARMTargetLowering::shouldFoldSelectWithIdentityConstant(unsigned BinOpcode, in shouldFoldSelectWithIdentityConstant() function in ARMTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h741 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
H A DAArch64ISelLowering.cpp16438 bool AArch64TargetLowering::shouldFoldSelectWithIdentityConstant( in shouldFoldSelectWithIdentityConstant() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1376 bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode,
H A DX86ISelLowering.cpp33836 bool X86TargetLowering::shouldFoldSelectWithIdentityConstant(unsigned Opcode, in shouldFoldSelectWithIdentityConstant() function in X86TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3185 virtual bool shouldFoldSelectWithIdentityConstant(unsigned BinOpcode, in shouldFoldSelectWithIdentityConstant() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2528 if (TLI.shouldFoldSelectWithIdentityConstant(BinOpcode, VT)) { in foldBinOpIntoSelect()