Home
last modified time | relevance | path

Searched refs:VT1 (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
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/lib/Target/AMDGPU/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
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/MSP430/
DMSP430ISelLowering.h113 bool isTruncateFree(EVT VT1, EVT VT2) const override;
124 bool isZExtFree(EVT VT1, EVT VT2) const override;
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/arch/generic/bits/
Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h79 #define VT1 0040000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h82 #define VT1 0200000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h79 #define VT1 0040000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h78 #define VT1 0040000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h79 #define VT1 0040000 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h82 #define VT1 0200000 macro
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt155 VT1
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs257 pub const VT1: c::c_uint = linux_raw_sys::general::VT1; constant
/third_party/musl/libc-test/src/api/
Dtermios.c69 C(VT1) in f()
/third_party/python/Modules/
Dtermios.c533 #ifdef VT1
534 {"VT1", VT1},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1993 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary() argument
1994 unsigned Bytes = std::max(VT1.getStoreSize(), VT2.getStoreSize()); in CreateStackTemporary()
1995 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary()
7533 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() argument
7536 ID.AddInteger(VT1.getRawBits()); in getVTList()
7543 Array[0] = VT1; in getVTList()
7551 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() argument
7554 ID.AddInteger(VT1.getRawBits()); in getVTList()
7562 Array[0] = VT1; in getVTList()
7571 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() argument
[all …]
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs218 pub const VT1: ::tcflag_t = 0x00004000; constant
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs608 pub const VT1: c::c_uint = c::VT1; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1062 bool isTruncateFree(EVT VT1, EVT VT2) const override;
1075 bool isZExtFree(EVT VT1, EVT VT2) const override;
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/
DAArch64ISelLowering.h398 bool isTruncateFree(EVT VT1, EVT VT2) const override;
403 bool isZExtFree(EVT VT1, EVT VT2) const override;

1234