Home
last modified time | relevance | path

Searched refs:ExtOpcode (Results 1 – 25 of 133) sorted by relevance

123456

/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h104 unsigned ExtOpcode);
121 unsigned ExtOpcode);
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h104 unsigned ExtOpcode);
121 unsigned ExtOpcode);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h104 unsigned ExtOpcode);
121 unsigned ExtOpcode);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h104 unsigned ExtOpcode);
121 unsigned ExtOpcode);
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h101 unsigned ExtOpcode);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h105 unsigned ExtOpcode);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h121 unsigned ExtOpcode);
138 unsigned ExtOpcode);
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h121 unsigned ExtOpcode);
138 unsigned ExtOpcode);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h124 unsigned ExtOpcode);
141 unsigned ExtOpcode);
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h124 unsigned ExtOpcode);
141 unsigned ExtOpcode);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h124 unsigned ExtOpcode);
141 unsigned ExtOpcode);
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp595 unsigned OpIdx, unsigned ExtOpcode) {
597 auto ExtB = MIRBuilder.buildInstr(ExtOpcode, WideTy, MO.getReg());
783 unsigned ExtOpcode = CmpInst::isSigned(static_cast<CmpInst::Predicate>(
787 widenScalarSrc(MI, WideTy, 2, ExtOpcode);
788 widenScalarSrc(MI, WideTy, 3, ExtOpcode);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/4.0/
H A DInstCombineSelect.cpp970 auto ExtOpcode = ExtInst->getOpcode(); in foldSelectExtConst() local
971 if (ExtOpcode != Instruction::ZExt && ExtOpcode != Instruction::SExt) in foldSelectExtConst()
990 Constant *ExtC = ConstantExpr::getCast(ExtOpcode, TruncC, SelType); in foldSelectExtConst()
999 return CastInst::Create(Instruction::CastOps(ExtOpcode), NewSel, SelType); in foldSelectExtConst()
1009 Constant *AllOnesOrOne = ConstantExpr::getCast(ExtOpcode, One, SelType); in foldSelectExtConst()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h127 unsigned ExtOpcode);
144 unsigned ExtOpcode);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h127 unsigned ExtOpcode);
144 unsigned ExtOpcode);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h127 unsigned ExtOpcode);
144 unsigned ExtOpcode);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h127 unsigned ExtOpcode);
144 unsigned ExtOpcode);
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h127 unsigned ExtOpcode); in SetMem()
144 unsigned ExtOpcode); in SetMem()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h127 unsigned ExtOpcode);
144 unsigned ExtOpcode);
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp640 unsigned OpIdx, unsigned ExtOpcode) { in widenScalarSrc() argument
642 auto ExtB = MIRBuilder.buildInstr(ExtOpcode, {WideTy}, {MO.getReg()}); in widenScalarSrc()
917 unsigned ExtOpcode = CmpInst::isSigned(static_cast<CmpInst::Predicate>( in widenScalar() local
921 widenScalarSrc(MI, WideTy, 2, ExtOpcode); in widenScalar()
922 widenScalarSrc(MI, WideTy, 3, ExtOpcode); in widenScalar()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineSelect.cpp1276 auto ExtOpcode = ExtInst->getOpcode(); in foldSelectExtConst() local
1277 if (ExtOpcode != Instruction::ZExt && ExtOpcode != Instruction::SExt) in foldSelectExtConst()
1294 Constant* ExtC = ConstantExpr::getCast(ExtOpcode, TruncC, SelType); in foldSelectExtConst()
1303 return CastInst::Create(Instruction::CastOps(ExtOpcode), NewSel, SelType); in foldSelectExtConst()
1313 Constant* AllOnesOrOne = ConstantExpr::getCast(ExtOpcode, One, SelType); in foldSelectExtConst()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1242 auto ExtOpcode = ExtInst->getOpcode();
1243 if (ExtOpcode != Instruction::ZExt && ExtOpcode != Instruction::SExt)
1260 Constant *ExtC = ConstantExpr::getCast(ExtOpcode, TruncC, SelType);
1269 return CastInst::Create(Instruction::CastOps(ExtOpcode), NewSel, SelType);
1279 Constant *AllOnesOrOne = ConstantExpr::getCast(ExtOpcode, One, SelType);
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1292 auto ExtOpcode = ExtInst->getOpcode(); in foldSelectExtConst() local
1293 if (ExtOpcode != Instruction::ZExt && ExtOpcode != Instruction::SExt) in foldSelectExtConst()
1310 Constant *ExtC = ConstantExpr::getCast(ExtOpcode, TruncC, SelType); in foldSelectExtConst()
1319 return CastInst::Create(Instruction::CastOps(ExtOpcode), NewSel, SelType); in foldSelectExtConst()
1329 Constant *AllOnesOrOne = ConstantExpr::getCast(ExtOpcode, One, SelType); in foldSelectExtConst()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1407 auto ExtOpcode = ExtInst->getOpcode(); in foldSelectExtConst() local
1408 if (ExtOpcode != Instruction::ZExt && ExtOpcode != Instruction::SExt) in foldSelectExtConst()
1425 Constant *ExtC = ConstantExpr::getCast(ExtOpcode, TruncC, SelType); in foldSelectExtConst()
1434 return CastInst::Create(Instruction::CastOps(ExtOpcode), NewSel, SelType); in foldSelectExtConst()
1444 Constant *AllOnesOrOne = ConstantExpr::getCast(ExtOpcode, One, SelType); in foldSelectExtConst()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1802 unsigned ExtOpcode; in widenScalarAddSubOverflow() local
1809 ExtOpcode = TargetOpcode::G_SEXT; in widenScalarAddSubOverflow()
1813 ExtOpcode = TargetOpcode::G_SEXT; in widenScalarAddSubOverflow()
1817 ExtOpcode = TargetOpcode::G_ZEXT; in widenScalarAddSubOverflow()
1821 ExtOpcode = TargetOpcode::G_ZEXT; in widenScalarAddSubOverflow()
1825 ExtOpcode = TargetOpcode::G_SEXT; in widenScalarAddSubOverflow()
1830 ExtOpcode = TargetOpcode::G_SEXT; in widenScalarAddSubOverflow()
1835 ExtOpcode = TargetOpcode::G_ZEXT; in widenScalarAddSubOverflow()
1840 ExtOpcode = TargetOpcode::G_ZEXT; in widenScalarAddSubOverflow()
2393 widenScalarSrc(MI, WideTy, 2, ExtOpcode); in widenScalar()
[all …]

123456