Home
last modified time | relevance | path

Searched refs:SwapSelectOps (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1425 bool SwapSelectOps; in combineSelectAndUse() local
1426 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
1435 if (SwapSelectOps) in combineSelectAndUse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5441 bool SwapSelectOps; in combineSelectCCAndUse() local
5446 SwapSelectOps = false; in combineSelectCCAndUse()
5449 SwapSelectOps = true; in combineSelectCCAndUse()
5458 if (SwapSelectOps) in combineSelectCCAndUse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11858 bool SwapSelectOps; in combineSelectAndUse() local
11859 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
11868 if (SwapSelectOps) in combineSelectAndUse()