Home
last modified time | relevance | path

Searched refs:TBO (Results 1 – 25 of 128) sorted by relevance

123456

/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D1hnv_tbo.sdf96 TBO
129 TBO 8; TIBO R86183
H A D5tbo_78z.sdf3 Coordinates from PDB:5TBO:A:1001 Model:1 without hydrogens
115 5TBO
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/
H A DMorphTransformHardware25 ///texture unit reserved for morphtarget TBO
49 ///texture unit reserved for morphtarget TBO default is 7
/dports/biology/molden/molden5.8/plush/
H A DTBO1 mol="TBO" Charge="0"
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineShifts.cpp555 BinaryOperator* TBO; in FoldShiftByConstant() local
557 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
560 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
561 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
562 canShiftBinOpWithConstantRHS(I, TBO, *C)) { in FoldShiftByConstant()
564 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
568 Value* NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp548 BinaryOperator *TBO; in FoldShiftByConstant() local
550 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
553 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
554 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
555 canShiftBinOpWithConstantRHS(I, TBO, *C)) { in FoldShiftByConstant()
557 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
561 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp548 BinaryOperator *TBO;
550 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)),
553 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal &&
554 match(TBO->getOperand(1), m_APInt(C)) &&
555 canShiftBinOpWithConstantRHS(I, TBO, *C)) {
557 cast<Constant>(TBO->getOperand(1)), Op1);
561 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift,
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp578 BinaryOperator *TBO; in FoldShiftByConstant() local
580 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
583 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
584 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
585 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
587 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
591 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/macros/
H A Dtuples.rs2428 (66) -> BO, SBO, TBO,
2497 (66) -> BO, SBO, TBO,
2567 (66) -> BO, SBO, TBO,
2638 (66) -> BO, SBO, TBO,
2710 (66) -> BO, SBO, TBO,
2783 (66) -> BO, SBO, TBO,
2857 (66) -> BO, SBO, TBO,
2932 (66) -> BO, SBO, TBO,
3008 (66) -> BO, SBO, TBO,
3085 (66) -> BO, SBO, TBO,
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/macros/
H A Dtuples.rs2428 (66) -> BO, SBO, TBO,
2497 (66) -> BO, SBO, TBO,
2567 (66) -> BO, SBO, TBO,
2638 (66) -> BO, SBO, TBO,
2710 (66) -> BO, SBO, TBO,
2783 (66) -> BO, SBO, TBO,
2857 (66) -> BO, SBO, TBO,
2932 (66) -> BO, SBO, TBO,
3008 (66) -> BO, SBO, TBO,
3085 (66) -> BO, SBO, TBO,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp843 BinaryOperator *TBO; in FoldShiftByConstant() local
845 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
848 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
849 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
850 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
852 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
856 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp883 BinaryOperator *TBO; in FoldShiftByConstant() local
885 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
888 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
889 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
890 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
892 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
896 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp876 BinaryOperator *TBO; in FoldShiftByConstant() local
878 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
881 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
882 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
883 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
885 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
889 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp883 BinaryOperator *TBO; in FoldShiftByConstant() local
885 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
888 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
889 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
890 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
892 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
896 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp876 BinaryOperator *TBO; in FoldShiftByConstant() local
878 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
881 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
882 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
883 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
885 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
889 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp883 BinaryOperator *TBO; in FoldShiftByConstant() local
885 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
888 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
889 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
890 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
892 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
896 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp849 BinaryOperator *TBO; in FoldShiftByConstant() local
851 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
854 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
855 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
856 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
858 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
862 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp849 BinaryOperator *TBO; in FoldShiftByConstant() local
851 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
854 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
855 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
856 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
858 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
862 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp849 BinaryOperator *TBO; in FoldShiftByConstant() local
851 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
854 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
855 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
856 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
858 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
862 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp849 BinaryOperator *TBO; in FoldShiftByConstant() local
851 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
854 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
855 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
856 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
858 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
862 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp723 BinaryOperator *TBO; in FoldShiftByConstant() local
725 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
728 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
729 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
730 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
732 I.getOpcode(), cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
735 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, NewRHS); in FoldShiftByConstant()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp849 BinaryOperator *TBO; in FoldShiftByConstant() local
851 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
854 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
855 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
856 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
858 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
862 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp849 BinaryOperator *TBO; in FoldShiftByConstant() local
851 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
854 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
855 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
856 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
858 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
862 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp849 BinaryOperator *TBO; in FoldShiftByConstant() local
851 if (match(Op0, m_Select(m_Value(Cond), m_OneUse(m_BinOp(TBO)), in FoldShiftByConstant()
854 if (!isa<Constant>(FalseVal) && TBO->getOperand(0) == FalseVal && in FoldShiftByConstant()
855 match(TBO->getOperand(1), m_APInt(C)) && in FoldShiftByConstant()
856 canShiftBinOpWithConstantRHS(I, TBO)) { in FoldShiftByConstant()
858 cast<Constant>(TBO->getOperand(1)), Op1); in FoldShiftByConstant()
862 Value *NewOp = Builder.CreateBinOp(TBO->getOpcode(), NewShift, in FoldShiftByConstant()
/dports/cad/opencascade/opencascade-7.6.0/doc/refman/html/
H A Dstruct_open_gl___gl_functions__inherit__graph.map7 <area shape="rect" id="node7" href="$struct_open_gl___arb_t_b_o.html" title="TBO is available on Op…

123456