Searched defs:Logic (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.h | 77 MachineInstr *Logic; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 509 if (Instruction *Logic = foldShiftOfShiftedBinOp(I, Builder)) in commonShiftTransforms() local
|
| H A D | InstCombineAndOrXor.cpp | 1749 static Instruction *foldLogicCastConstant(BinaryOperator &Logic, CastInst *Cast, in foldLogicCastConstant()
|
| H A D | InstCombineCompares.cpp | 2805 auto Logic = Pred == ICmpInst::ICMP_EQ ? Instruction::And : Instruction::Or; in foldICmpDivConstant() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 6180 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y, LogicFlags); in hoistLogicOpWithSameOpcodeHands() local 6204 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); in hoistLogicOpWithSameOpcodeHands() local 6216 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); in hoistLogicOpWithSameOpcodeHands() local 6225 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); in hoistLogicOpWithSameOpcodeHands() local 6257 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); in hoistLogicOpWithSameOpcodeHands() local 6296 SDValue Logic = DAG.getNode(LogicOpcode, DL, VT, in hoistLogicOpWithSameOpcodeHands() local 6309 SDValue Logic = DAG.getNode(LogicOpcode, DL, VT, N0.getOperand(1), in hoistLogicOpWithSameOpcodeHands() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 7319 GLogicalBinOp *Logic, BuildFnTy &MatchInfo) const { in tryFoldAndOrOrICmpsUsingRanges() 7477 bool CombinerHelper::tryFoldLogicOfFCmps(GLogicalBinOp *Logic, in tryFoldLogicOfFCmps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 6885 SDValue Logic = in lowerFABSorFNEG() local 15581 SDValue Logic = DAG.getNode(Opc, DL, VT, N00, N10); in combineDeMorganOfBoolean() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 51018 SDValue Logic = DAG.getNode(Opc, DL, BoolVecVT, Setcc0, Setcc1); in convertIntLogicToFPLogic() local
|