/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LegacyPassNameParser.h | 89 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/ |
D | AMDGPURewriteOutArguments.cpp | 212 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/ |
D | SelectionDAG.h | 572 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/ |
D | MSP430ISelLowering.h | 113 bool isTruncateFree(EVT VT1, EVT VT2) const override; 124 bool isZExtFree(EVT VT1, EVT VT2) const override;
|
D | MSP430ISelLowering.cpp | 1400 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/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 79 #define VT1 0040000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 82 #define VT1 0200000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 79 #define VT1 0040000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 78 #define VT1 0040000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 79 #define VT1 0040000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 82 #define VT1 0200000 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 155 VT1
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 257 pub const VT1: c::c_uint = linux_raw_sys::general::VT1; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 69 C(VT1) in f()
|
/third_party/python/Modules/ |
D | termios.c | 533 #ifdef VT1 534 {"VT1", VT1},
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1993 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/ |
D | mod.rs | 218 pub const VT1: ::tcflag_t = 0x00004000; constant
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 608 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/ |
D | X86ISelLowering.h | 1062 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/ |
D | AArch64ISelLowering.h | 398 bool isTruncateFree(EVT VT1, EVT VT2) const override; 403 bool isZExtFree(EVT VT1, EVT VT2) const override;
|