Home
last modified time | relevance | path

Searched refs:VT1 (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h89 static int ValCompare(const PassNameParser::OptionInfo *VT1, in ValCompare() argument
91 return VT1->Name.compare(VT2->Name); in ValCompare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h572 SDVTList getVTList(EVT VT1, EVT VT2);
573 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3);
574 SDVTList getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4);
1250 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2);
1251 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1,
1253 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1,
1255 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
1257 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1,
1287 MachineSDNode *getMachineNode(unsigned Opcode, const SDLoc &dl, EVT VT1,
1289 MachineSDNode *getMachineNode(unsigned Opcode, const SDLoc &dl, EVT VT1,
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp212 VectorType *VT1 = dyn_cast<VectorType>(Ty1); in isVec3ToVec4Shuffle() local
213 if (!VT0 || !VT1) in isVec3ToVec4Shuffle()
217 VT1->getNumElements() != 4) in isVec3ToVec4Shuffle()
221 DL->getTypeSizeInBits(VT1->getElementType()); in isVec3ToVec4Shuffle()
H A DAMDGPUISelLowering.h175 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h113 bool isTruncateFree(EVT VT1, EVT VT2) const override;
124 bool isZExtFree(EVT VT1, EVT VT2) const override;
H A DMSP430ISelLowering.cpp1400 bool MSP430TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { in isTruncateFree() argument
1401 if (!VT1.isInteger() || !VT2.isInteger()) in isTruncateFree()
1404 return (VT1.getSizeInBits() > VT2.getSizeInBits()); in isTruncateFree()
1412 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() argument
1414 return 0 && VT1 == MVT::i8 && VT2 == MVT::i16; in isZExtFree()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h79 #define VT1 0040000 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h82 #define VT1 0200000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h79 #define VT1 0040000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h79 #define VT1 0040000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h82 #define VT1 0200000 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c69 C(VT1) in f()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs256 /// `VT1`
257 pub const VT1: c::c_uint = linux_raw_sys::general::VT1; consts
/third_party/python/Modules/
H A Dtermios.c749 #ifdef VT1
750 {"VT1", VT1},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1993 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) {
1994 unsigned Bytes = std::max(VT1.getStoreSize(), VT2.getStoreSize());
1995 Type *Ty1 = VT1.getTypeForEVT(*getContext());
7533 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) {
7536 ID.AddInteger(VT1.getRawBits());
7543 Array[0] = VT1;
7551 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) {
7554 ID.AddInteger(VT1.getRawBits());
7562 Array[0] = VT1;
7571 SDVTList SelectionDAG::getVTList(EVT VT1, EV
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs218 pub const VT1: ::tcflag_t = 0x00004000; consts
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.h1062 bool isTruncateFree(EVT VT1, EVT VT2) const override;
1075 bool isZExtFree(EVT VT1, EVT VT2) const override;
1089 /// operations of type VT1 to VT2. e.g. on x86, it's profitable to narrow
1091 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h398 bool isTruncateFree(EVT VT1, EVT VT2) const override;
403 bool isZExtFree(EVT VT1, EVT VT2) const override;
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs593 /// `VT1`
608 pub const VT1: c::c_uint = c::VT1; consts

Completed in 39 milliseconds

1234