Home
last modified time | relevance | path

Searched refs:VT0 (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp211 VectorType *VT0 = dyn_cast<VectorType>(Ty0); in isVec3ToVec4Shuffle() local
213 if (!VT0 || !VT1) in isVec3ToVec4Shuffle()
216 if (VT0->getNumElements() != 3 || in isVec3ToVec4Shuffle()
220 return DL->getTypeSizeInBits(VT0->getElementType()) == in isVec3ToVec4Shuffle()
/third_party/musl/arch/powerpc/bits/
Dtermios.h81 #define VT0 0000000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h78 #define VT0 0000000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h78 #define VT0 0000000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h78 #define VT0 0000000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h81 #define VT0 0000000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h77 #define VT0 0000000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h77 #define VT0 0000000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h77 #define VT0 0000000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h77 #define VT0 0000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h77 #define VT0 0000000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h77 #define VT0 0000000 macro
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt154 VT0
Dfuchsia.txt994 VT0
Dapple.txt1644 VT0
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs254 pub const VT0: c::c_uint = linux_raw_sys::general::VT0; constant
/third_party/musl/libc-test/src/api/
Dtermios.c68 C(VT0) in f()
/third_party/python/Modules/
Dtermios.c530 #ifdef VT0
531 {"VT0", VT0},
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs591 pub const VT0: c::c_uint = c::VT0; constant
/third_party/toybox/toys/pending/
Dstty.c107 { "bs0", BS0, BSDLY }, { "bs1", BS1, BSDLY }, { "vt0", VT0, VTDLY },
/third_party/rust/crates/rustix/src/termios/
Dmod.rs727 pub use constants::VT0;
Dconstants.rs635 pub use backend::termios::types::VT0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp75 for (MVT VT0 : MVT::fixedlen_vector_valuetypes()) { in MipsSETargetLowering() local
77 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering()
78 setLoadExtAction(ISD::SEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering()
79 setLoadExtAction(ISD::ZEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering()
80 setLoadExtAction(ISD::EXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp3973 EVT VT0 = getSetCCResultType(getSETCCOperandType(SETCC0)); in WidenVSELECTAndMask() local
3975 unsigned ScalarBits0 = VT0.getScalarSizeInBits(); in WidenVSELECTAndMask()
3983 EVT NarrowVT = ((ScalarBits0 < ScalarBits1) ? VT0 : VT1); in WidenVSELECTAndMask()
3984 EVT WideVT = ((NarrowVT == VT0) ? VT1 : VT0); in WidenVSELECTAndMask()
3993 MaskVT = VT0; in WidenVSELECTAndMask()
3996 SETCC0 = convertMask(SETCC0, VT0, MaskVT); in WidenVSELECTAndMask()
/third_party/rust/crates/nix/src/sys/
Dtermios.rs775 VT0 as tcflag_t;

12