Home
last modified time | relevance | path

Searched refs:RHSOp (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp283 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
287 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
288 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
290 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/devel/llvm90/llvm-9.0.1.src/utils/TableGen/
H A DCodeGenInstruction.cpp277 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
281 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
282 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
284 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/devel/llvm10/llvm-10.0.1.src/utils/TableGen/
H A DCodeGenInstruction.cpp277 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
281 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
282 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
284 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp283 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
287 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
288 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
290 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp283 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
287 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
288 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
290 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp277 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
281 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
282 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
284 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp283 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
287 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
288 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
290 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/devel/llvm80/llvm-8.0.1.src/utils/TableGen/
H A DCodeGenInstruction.cpp254 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
258 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
259 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
261 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/TableGen/
H A DCodeGenInstruction.cpp283 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
287 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
288 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
290 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp283 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false);
287 bool FirstIsDest = (LHSOp < RHSOp);
288 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp);
290 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp298 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
302 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
303 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
305 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/devel/llvm11/llvm-11.0.1.src/utils/TableGen/
H A DCodeGenInstruction.cpp284 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
288 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
289 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
291 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp284 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
288 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
289 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
291 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp284 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
288 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
289 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
291 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp284 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local
288 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint()
289 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint()
291 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/4.0/
H A DInstCombineAddSub.cpp1717 Value *LHSOp = nullptr, *RHSOp = nullptr; in visitSub() local
1719 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub()
1720 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType())) in visitSub()
1725 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
1726 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType())) in visitSub()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineAddSub.cpp1795 Value* LHSOp, * RHSOp; in visitSub() local
1797 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub()
1798 if (Value * Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType())) in visitSub()
1803 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
1804 if (Value * Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType())) in visitSub()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1699 Value *LHSOp, *RHSOp;
1701 match(Op1, m_PtrToInt(m_Value(RHSOp))))
1702 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType()))
1707 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp)))))
1708 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType()))
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1789 Value *LHSOp, *RHSOp; in visitSub() local
1791 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub()
1792 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType())) in visitSub()
1797 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
1798 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType())) in visitSub()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1796 Value *LHSOp, *RHSOp; in visitSub() local
1798 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub()
1799 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType())) in visitSub()
1804 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
1805 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType())) in visitSub()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2060 Value *LHSOp, *RHSOp; in visitSub() local
2062 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub()
2063 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()
2069 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
2070 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2060 Value *LHSOp, *RHSOp; in visitSub() local
2062 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub()
2063 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()
2069 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
2070 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2010 Value *LHSOp, *RHSOp; in visitSub() local
2012 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub()
2013 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()
2019 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
2020 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2060 Value *LHSOp, *RHSOp; in visitSub() local
2062 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub()
2063 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()
2069 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
2070 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2077 Value *LHSOp, *RHSOp; in visitSub() local
2079 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub()
2080 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()
2086 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
2087 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()

123