Home
last modified time | relevance | path

Searched refs:Sub2 (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/clap/tests/derive/
H A Dnested_subcommands.rs115 cmd: Sub2,
119 enum Sub2 { enum
139 cmd: Sub2::Foo { in test_subsubcommand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1548 unsigned Sub2 = DI->getOperand(2).getImm(); in checkForImmediate() local
1550 if (Sub2 == Hexagon::isub_lo && Sub4 == Hexagon::isub_hi) in checkForImmediate()
1552 else if (Sub2 == Hexagon::isub_hi && Sub4 == Hexagon::isub_lo) in checkForImmediate()
H A DHexagonBitSimplify.cpp436 unsigned Sub1 = I.getOperand(2).getImm(), Sub2 = I.getOperand(4).getImm();
442 assert((Sub1 == SubLo && Sub2 == SubHi) || (Sub1 == SubHi && Sub2 == SubLo));
443 if (Sub1 == SubLo && Sub2 == SubHi) {
448 if (Sub1 == SubHi && Sub2 == SubLo) {
H A DHexagonConstPropagation.cpp1953 unsigned Sub2 = MI.getOperand(4).getImm(); in evaluate() local
1959 if (Sub2 != SubLo && Sub2 != SubHi) in evaluate()
1961 assert(Sub1 != Sub2); in evaluate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1767 SDValue Sub2 = DAG.getBitcast(VT, in LowerUDIVREM64() local
1796 SDValue Sel2 = DAG.getSelectCC(DL, C6, Zero, Sub3, Sub2, ISD::SETNE); in LowerUDIVREM64()

Completed in 19 milliseconds