Home
last modified time | relevance | path

Searched defs:Logic (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h76 MachineInstr *Logic; global() member
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp508 if (Instruction *Logic = foldShiftOfShiftedBinOp(I, Builder)) commonShiftTransforms() local
H A DInstCombineAndOrXor.cpp1661 foldLogicCastConstant(BinaryOperator & Logic,CastInst * Cast,InstCombinerImpl & IC) foldLogicCastConstant() argument
H A DInstCombineCompares.cpp2724 auto Logic = Pred == ICmpInst::ICMP_EQ ? Instruction::And : Instruction::Or; foldICmpDivConstant() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5816 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); hoistLogicOpWithSameOpcodeHands() local
5840 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); hoistLogicOpWithSameOpcodeHands() local
5852 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); hoistLogicOpWithSameOpcodeHands() local
5861 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); hoistLogicOpWithSameOpcodeHands() local
5893 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); hoistLogicOpWithSameOpcodeHands() local
5932 SDValue Logic = DAG.getNode(LogicOpcode, DL, VT, hoistLogicOpWithSameOpcodeHands() local
5945 SDValue Logic = DAG.getNode(LogicOpcode, DL, VT, N0.getOperand(1), hoistLogicOpWithSameOpcodeHands() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6925 tryFoldAndOrOrICmpsUsingRanges(GLogicalBinOp * Logic,BuildFnTy & MatchInfo) tryFoldAndOrOrICmpsUsingRanges() argument
7084 tryFoldLogicOfFCmps(GLogicalBinOp * Logic,BuildFnTy & MatchInfo) tryFoldLogicOfFCmps() argument
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13557 SDValue Logic = DAG.getNode(Opc, DL, VT, N00, N10); combineDeMorganOfBoolean() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49123 SDValue Logic = DAG.getNode(N->getOpcode(), DL, BoolVecVT, Setcc0, Setcc1); convertIntLogicToFPLogic() local
[all...]