Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h76 MachineInstr *Logic; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp498 if (Instruction *Logic = foldShiftOfShiftedBinOp(I, Builder)) commonShiftTransforms() local
H A DInstCombineAndOrXor.cpp1627 foldLogicCastConstant(BinaryOperator & Logic,CastInst * Cast,InstCombinerImpl & IC) foldLogicCastConstant() argument
H A DInstCombineCompares.cpp2633 auto Logic = Pred == ICmpInst::ICMP_EQ ? Instruction::And : Instruction::Or; foldICmpDivConstant() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5798 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); hoistLogicOpWithSameOpcodeHands() local
5822 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); hoistLogicOpWithSameOpcodeHands() local
5834 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); hoistLogicOpWithSameOpcodeHands() local
5843 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); hoistLogicOpWithSameOpcodeHands() local
5875 SDValue Logic = DAG.getNode(LogicOpcode, DL, XVT, X, Y); hoistLogicOpWithSameOpcodeHands() local
5914 SDValue Logic = DAG.getNode(LogicOpcode, DL, VT, hoistLogicOpWithSameOpcodeHands() local
5927 SDValue Logic = DAG.getNode(LogicOpcode, DL, VT, N0.getOperand(1), hoistLogicOpWithSameOpcodeHands() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12642 SDValue Logic = DAG.getNode(Opc, DL, VT, N00, N10); combineDeMorganOfBoolean() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48090 SDValue Logic = DAG.getNode(N->getOpcode(), DL, BoolVecVT, Setcc0, Setcc1); convertIntLogicToFPLogic() local
[all...]